Shades of Navy Blue #0472CE
Tints of Navy Blue #0472CE
RGB
CMYK
RGB Variations
Color information
#0472CE (or 0x0472CE) is known color: Navy Blue. HEX triplet: 04, 72 and CE. RGB value is (4,114,206). Sum of RGB (Red+Green+Blue) = 4+114+206=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #0472CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0472CE is #FB8D31. Grayscale: #5B5B5B. Windows color (decimal): -16485682 or 13529604. OLE color: 13529604.
HSL color Cylindrical-coordinate representation of color #0472CE: hue angle of 207.33º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472CE is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 114 | 206 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.19 |
| HSL | 207.33º | 0.96% | 0.41% | - |
| HSV(B) | 207.33º | 0.98% | 0.81% | - |
| XYZ | 17.21 | 16.52 | 60.67 | - |
| YUV | 91.6 | 192.56 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 206 | 0.98 | 0.45 | 0 | 0.19 | 207.33 | 0.96 | 0.41 |
| Hex | 4 | 72 | CE | 62 | 2D | 0 | 13 | CF | 60 | 29 |
| Octal | 4 | 162 | 316 | 142 | 55 | 0 | 23 | 317 | 140 | 51 |
| Binary | 100 | 1110010 | 11001110 | 1100010 | 101101 | 0 | 10011 | 11001111 | 1100000 | 101001 |
Color Harmonies of #0472CE
Complementary color
Monochromatic Colors of #0472CE
Black with #0472CE
Text Example
Text Example
White with #0472CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472CE; }
p { color: rgb(4,114,206); }
H1.HeaderClassName
{
color: #0472CE;
}
.AnyTagClassName
{
color: #0472CE;
}
</style>
background-color css
<style>
a { background-color: #0472CE; }
a { background-color: rgb(4,114,206); }
div.DivClassName
{
background-color: #0472CE;
}
.BgClassName
{
background-color: #0472CE;
}
</style>
border-color css
<style>
span { border-color: #0472CE; }
span { border-color: rgb(4,114,206); }
td.TdClassName
{
border-color: #0472CE;
}
.TagClassName
{
border-color: #0472CE;
}
</style>