Shades of Navy Blue #0467CD
Tints of Navy Blue #0467CD
RGB
CMYK
RGB Variations
Color information
#0467CD (or 0x0467CD) is known color: Navy Blue. HEX triplet: 04, 67 and CD. RGB value is (4,103,205). Sum of RGB (Red+Green+Blue) = 4+103+205=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #0467CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0467CD is #FB9832. Grayscale: #545454. Windows color (decimal): -16488499 or 13461252. OLE color: 13461252.
HSL color Cylindrical-coordinate representation of color #0467CD: hue angle of 210.45º 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 #0467CD is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 103 | 205 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.20 |
| HSL | 210.45º | 0.96% | 0.41% | - |
| HSV(B) | 210.45º | 0.98% | 0.8% | - |
| XYZ | 15.92 | 14.13 | 59.65 | - |
| YUV | 85.03 | 195.7 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 103 | 205 | 0.98 | 0.50 | 0 | 0.20 | 210.45 | 0.96 | 0.41 |
| Hex | 4 | 67 | CD | 62 | 32 | 0 | 14 | D2 | 60 | 29 |
| Octal | 4 | 147 | 315 | 142 | 62 | 0 | 24 | 322 | 140 | 51 |
| Binary | 100 | 1100111 | 11001101 | 1100010 | 110010 | 0 | 10100 | 11010010 | 1100000 | 101001 |
Color Harmonies of #0467CD
Complementary color
Monochromatic Colors of #0467CD
Black with #0467CD
Text Example
Text Example
White with #0467CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0467CD; }
p { color: rgb(4,103,205); }
H1.HeaderClassName
{
color: #0467CD;
}
.AnyTagClassName
{
color: #0467CD;
}
</style>
background-color css
<style>
a { background-color: #0467CD; }
a { background-color: rgb(4,103,205); }
div.DivClassName
{
background-color: #0467CD;
}
.BgClassName
{
background-color: #0467CD;
}
</style>
border-color css
<style>
span { border-color: #0467CD; }
span { border-color: rgb(4,103,205); }
td.TdClassName
{
border-color: #0467CD;
}
.TagClassName
{
border-color: #0467CD;
}
</style>