Hi abccomputer
132e5e is brand primary color of template, you can open this LESS file:
root/templates/ja_insight/less/variables.less
Look for this declaration:
// Brand colors
// -------------------------
@brand-primary: #132e5e;
@brand-secondary: #aa8844; // T3 Note: Add secondary color
@brand-success: #5cb85c;
@brand-warning: #f0ad4e;
@brand-danger: #d9534f;
@brand-info: #5bc0de;
and change the @brand-primary: #132e5e; variable to your desired color.
If your site has Development Mode off now, you need to compile Less to CSS to see the changes: https://www.t3-framework.org/documentation/bs3-configuration#compile-less
Regards