Shades of Navy Blue #0367BD
Tints of Navy Blue #0367BD
RGB
CMYK
RGB Variations
Color information
#0367BD (or 0x0367BD) is known color: Navy Blue. HEX triplet: 03, 67 and BD. RGB value is (3,103,189). Sum of RGB (Red+Green+Blue) = 3+103+189=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #0367BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367BD is #FC9842. Grayscale: #525252. Windows color (decimal): -16554051 or 12412675. OLE color: 12412675.
HSL color Cylindrical-coordinate representation of color #0367BD: hue angle of 207.74º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367BD is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 103 | 189 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.26 |
| HSL | 207.74º | 0.97% | 0.38% | - |
| HSV(B) | 207.74º | 0.98% | 0.74% | - |
| XYZ | 14.07 | 13.39 | 49.99 | - |
| YUV | 82.9 | 187.87 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 189 | 0.98 | 0.46 | 0 | 0.26 | 207.74 | 0.97 | 0.38 |
| Hex | 3 | 67 | BD | 62 | 2E | 0 | 1A | D0 | 61 | 26 |
| Octal | 3 | 147 | 275 | 142 | 56 | 0 | 32 | 320 | 141 | 46 |
| Binary | 11 | 1100111 | 10111101 | 1100010 | 101110 | 0 | 11010 | 11010000 | 1100001 | 100110 |
Color Harmonies of #0367BD
Complementary color
Monochromatic Colors of #0367BD
Black with #0367BD
Text Example
Text Example
White with #0367BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0367BD; }
p { color: rgb(3,103,189); }
H1.HeaderClassName
{
color: #0367BD;
}
.AnyTagClassName
{
color: #0367BD;
}
</style>
background-color css
<style>
a { background-color: #0367BD; }
a { background-color: rgb(3,103,189); }
div.DivClassName
{
background-color: #0367BD;
}
.BgClassName
{
background-color: #0367BD;
}
</style>
border-color css
<style>
span { border-color: #0367BD; }
span { border-color: rgb(3,103,189); }
td.TdClassName
{
border-color: #0367BD;
}
.TagClassName
{
border-color: #0367BD;
}
</style>