Shades of Navy Blue #0367BA
Tints of Navy Blue #0367BA
RGB
CMYK
RGB Variations
Color information
#0367BA (or 0x0367BA) is known color: Navy Blue. HEX triplet: 03, 67 and BA. RGB value is (3,103,186). Sum of RGB (Red+Green+Blue) = 3+103+186=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #0367BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367BA is #FC9845. Grayscale: #525252. Windows color (decimal): -16554054 or 12216067. OLE color: 12216067.
HSL color Cylindrical-coordinate representation of color #0367BA: hue angle of 207.21º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367BA is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 103 | 186 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.27 |
| HSL | 207.21º | 0.97% | 0.37% | - |
| HSV(B) | 207.21º | 0.98% | 0.73% | - |
| XYZ | 13.75 | 13.27 | 48.29 | - |
| YUV | 82.56 | 186.37 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 186 | 0.98 | 0.45 | 0 | 0.27 | 207.21 | 0.97 | 0.37 |
| Hex | 3 | 67 | BA | 62 | 2D | 0 | 1B | CF | 61 | 25 |
| Octal | 3 | 147 | 272 | 142 | 55 | 0 | 33 | 317 | 141 | 45 |
| Binary | 11 | 1100111 | 10111010 | 1100010 | 101101 | 0 | 11011 | 11001111 | 1100001 | 100101 |
Color Harmonies of #0367BA
Complementary color
Monochromatic Colors of #0367BA
Black with #0367BA
Text Example
Text Example
White with #0367BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367BA; }
p { color: rgb(3,103,186); }
H1.HeaderClassName
{
color: #0367BA;
}
.AnyTagClassName
{
color: #0367BA;
}
</style>
background-color css
<style>
a { background-color: #0367BA; }
a { background-color: rgb(3,103,186); }
div.DivClassName
{
background-color: #0367BA;
}
.BgClassName
{
background-color: #0367BA;
}
</style>
border-color css
<style>
span { border-color: #0367BA; }
span { border-color: rgb(3,103,186); }
td.TdClassName
{
border-color: #0367BA;
}
.TagClassName
{
border-color: #0367BA;
}
</style>