This is easily doable with a tiny bit of css, just add an html element to the page you want your navbar color changed on, and put in
<style>
.navbar{
background-color: your color of choice goes here in whatever format you like;
}
</style>
If that does not work, add a !important after the color and before the semicolon.