Shades of Navy Blue #0467DC
Tints of Navy Blue #0467DC
RGB
CMYK
RGB Variations
Color information
#0467DC (or 0x0467DC) is known color: Navy Blue. HEX triplet: 04, 67 and DC. RGB value is (4,103,220). Sum of RGB (Red+Green+Blue) = 4+103+220=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #0467DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467DC is #FB9823. Grayscale: #565656. Windows color (decimal): -16488484 or 14444292. OLE color: 14444292.
HSL color Cylindrical-coordinate representation of color #0467DC: hue angle of 212.5º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0467DC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 103 | 220 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.14 |
| HSL | 212.5º | 0.96% | 0.44% | - |
| HSV(B) | 212.5º | 0.98% | 0.86% | - |
| XYZ | 17.82 | 14.89 | 69.65 | - |
| YUV | 86.74 | 203.2 | 68.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 220 | 0.98 | 0.53 | 0 | 0.14 | 212.5 | 0.96 | 0.44 |
| Hex | 4 | 67 | DC | 62 | 35 | 0 | E | D4 | 60 | 2C |
| Octal | 4 | 147 | 334 | 142 | 65 | 0 | 16 | 324 | 140 | 54 |
| Binary | 100 | 1100111 | 11011100 | 1100010 | 110101 | 0 | 1110 | 11010100 | 1100000 | 101100 |
Color Harmonies of #0467DC
Complementary color
Monochromatic Colors of #0467DC
Black with #0467DC
Text Example
Text Example
White with #0467DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0467DC; }
p { color: rgb(4,103,220); }
H1.HeaderClassName
{
color: #0467DC;
}
.AnyTagClassName
{
color: #0467DC;
}
</style>
background-color css
<style>
a { background-color: #0467DC; }
a { background-color: rgb(4,103,220); }
div.DivClassName
{
background-color: #0467DC;
}
.BgClassName
{
background-color: #0467DC;
}
</style>
border-color css
<style>
span { border-color: #0467DC; }
span { border-color: rgb(4,103,220); }
td.TdClassName
{
border-color: #0467DC;
}
.TagClassName
{
border-color: #0467DC;
}
</style>