Shades of Navy Blue #0467CB
Tints of Navy Blue #0467CB
RGB
CMYK
RGB Variations
Color information
#0467CB (or 0x0467CB) is known color: Navy Blue. HEX triplet: 04, 67 and CB. RGB value is (4,103,203). Sum of RGB (Red+Green+Blue) = 4+103+203=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #0467CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467CB is #FB9834. Grayscale: #545454. Windows color (decimal): -16488501 or 13330180. OLE color: 13330180.
HSL color Cylindrical-coordinate representation of color #0467CB: hue angle of 210.15º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0467CB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 103 | 203 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.20 |
| HSL | 210.15º | 0.96% | 0.41% | - |
| HSV(B) | 210.15º | 0.98% | 0.8% | - |
| XYZ | 15.68 | 14.04 | 58.38 | - |
| YUV | 84.8 | 194.7 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 203 | 0.98 | 0.49 | 0 | 0.20 | 210.15 | 0.96 | 0.41 |
| Hex | 4 | 67 | CB | 62 | 31 | 0 | 14 | D2 | 60 | 29 |
| Octal | 4 | 147 | 313 | 142 | 61 | 0 | 24 | 322 | 140 | 51 |
| Binary | 100 | 1100111 | 11001011 | 1100010 | 110001 | 0 | 10100 | 11010010 | 1100000 | 101001 |
Color Harmonies of #0467CB
Complementary color
Monochromatic Colors of #0467CB
Black with #0467CB
Text Example
Text Example
White with #0467CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0467CB; }
p { color: rgb(4,103,203); }
H1.HeaderClassName
{
color: #0467CB;
}
.AnyTagClassName
{
color: #0467CB;
}
</style>
background-color css
<style>
a { background-color: #0467CB; }
a { background-color: rgb(4,103,203); }
div.DivClassName
{
background-color: #0467CB;
}
.BgClassName
{
background-color: #0467CB;
}
</style>
border-color css
<style>
span { border-color: #0467CB; }
span { border-color: rgb(4,103,203); }
td.TdClassName
{
border-color: #0467CB;
}
.TagClassName
{
border-color: #0467CB;
}
</style>