Shades of Navy Blue #0364CB
Tints of Navy Blue #0364CB
RGB
CMYK
RGB Variations
Color information
#0364CB (or 0x0364CB) is known color: Navy Blue. HEX triplet: 03, 64 and CB. RGB value is (3,100,203). Sum of RGB (Red+Green+Blue) = 3+100+203=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #0364CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364CB is #FC9B34. Grayscale: #525252. Windows color (decimal): -16554805 or 13329411. OLE color: 13329411.
HSL color Cylindrical-coordinate representation of color #0364CB: hue angle of 210.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364CB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 100 | 203 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.20 |
| HSL | 210.9º | 0.97% | 0.4% | - |
| HSV(B) | 210.9º | 0.99% | 0.8% | - |
| XYZ | 15.37 | 13.45 | 58.28 | - |
| YUV | 82.74 | 195.86 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 100 | 203 | 0.99 | 0.51 | 0 | 0.20 | 210.9 | 0.97 | 0.4 |
| Hex | 3 | 64 | CB | 63 | 33 | 0 | 14 | D3 | 61 | 28 |
| Octal | 3 | 144 | 313 | 143 | 63 | 0 | 24 | 323 | 141 | 50 |
| Binary | 11 | 1100100 | 11001011 | 1100011 | 110011 | 0 | 10100 | 11010011 | 1100001 | 101000 |
Color Harmonies of #0364CB
Complementary color
Monochromatic Colors of #0364CB
Black with #0364CB
Text Example
Text Example
White with #0364CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0364CB; }
p { color: rgb(3,100,203); }
H1.HeaderClassName
{
color: #0364CB;
}
.AnyTagClassName
{
color: #0364CB;
}
</style>
background-color css
<style>
a { background-color: #0364CB; }
a { background-color: rgb(3,100,203); }
div.DivClassName
{
background-color: #0364CB;
}
.BgClassName
{
background-color: #0364CB;
}
</style>
border-color css
<style>
span { border-color: #0364CB; }
span { border-color: rgb(3,100,203); }
td.TdClassName
{
border-color: #0364CB;
}
.TagClassName
{
border-color: #0364CB;
}
</style>