Shades of Navy Blue #0467DD
Tints of Navy Blue #0467DD
RGB
CMYK
RGB Variations
Color information
#0467DD (or 0x0467DD) is known color: Navy Blue. HEX triplet: 04, 67 and DD. RGB value is (4,103,221). Sum of RGB (Red+Green+Blue) = 4+103+221=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #0467DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467DD is #FB9822. Grayscale: #565656. Windows color (decimal): -16488483 or 14509828. OLE color: 14509828.
HSL color Cylindrical-coordinate representation of color #0467DD: hue angle of 212.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0467DD is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 103 | 221 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.13 |
| HSL | 212.63º | 0.96% | 0.44% | - |
| HSV(B) | 212.63º | 0.98% | 0.87% | - |
| XYZ | 17.95 | 14.95 | 70.35 | - |
| YUV | 86.85 | 203.7 | 68.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 221 | 0.98 | 0.53 | 0 | 0.13 | 212.63 | 0.96 | 0.44 |
| Hex | 4 | 67 | DD | 62 | 35 | 0 | D | D5 | 60 | 2C |
| Octal | 4 | 147 | 335 | 142 | 65 | 0 | 15 | 325 | 140 | 54 |
| Binary | 100 | 1100111 | 11011101 | 1100010 | 110101 | 0 | 1101 | 11010101 | 1100000 | 101100 |
Color Harmonies of #0467DD
Complementary color
Monochromatic Colors of #0467DD
Black with #0467DD
Text Example
Text Example
White with #0467DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0467DD; }
p { color: rgb(4,103,221); }
H1.HeaderClassName
{
color: #0467DD;
}
.AnyTagClassName
{
color: #0467DD;
}
</style>
background-color css
<style>
a { background-color: #0467DD; }
a { background-color: rgb(4,103,221); }
div.DivClassName
{
background-color: #0467DD;
}
.BgClassName
{
background-color: #0467DD;
}
</style>
border-color css
<style>
span { border-color: #0467DD; }
span { border-color: rgb(4,103,221); }
td.TdClassName
{
border-color: #0467DD;
}
.TagClassName
{
border-color: #0467DD;
}
</style>