Shades of Navy Blue #0472EA
Tints of Navy Blue #0472EA
RGB
CMYK
RGB Variations
Color information
#0472EA (or 0x0472EA) is known color: Navy Blue. HEX triplet: 04, 72 and EA. RGB value is (4,114,234). Sum of RGB (Red+Green+Blue) = 4+114+234=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 234 (91.80% from 255 or 66.48% from 352); Max value from RGB is 234 - color contains mainly: blue. Hex color #0472EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0472EA is #FB8D15. Grayscale: #5E5E5E. Windows color (decimal): -16485654 or 15364612. OLE color: 15364612.
HSL color Cylindrical-coordinate representation of color #0472EA: hue angle of 211.3º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0472EA is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 114 | 234 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.08 |
| HSL | 211.3º | 0.97% | 0.47% | - |
| HSV(B) | 211.3º | 0.98% | 0.92% | - |
| XYZ | 20.92 | 18 | 80.21 | - |
| YUV | 94.79 | 206.56 | 63.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 234 | 0.98 | 0.51 | 0 | 0.08 | 211.3 | 0.97 | 0.47 |
| Hex | 4 | 72 | EA | 62 | 33 | 0 | 8 | D3 | 61 | 2F |
| Octal | 4 | 162 | 352 | 142 | 63 | 0 | 10 | 323 | 141 | 57 |
| Binary | 100 | 1110010 | 11101010 | 1100010 | 110011 | 0 | 1000 | 11010011 | 1100001 | 101111 |
Color Harmonies of #0472EA
Complementary color
Monochromatic Colors of #0472EA
Black with #0472EA
Text Example
Text Example
White with #0472EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0472EA; }
p { color: rgb(4,114,234); }
H1.HeaderClassName
{
color: #0472EA;
}
.AnyTagClassName
{
color: #0472EA;
}
</style>
background-color css
<style>
a { background-color: #0472EA; }
a { background-color: rgb(4,114,234); }
div.DivClassName
{
background-color: #0472EA;
}
.BgClassName
{
background-color: #0472EA;
}
</style>
border-color css
<style>
span { border-color: #0472EA; }
span { border-color: rgb(4,114,234); }
td.TdClassName
{
border-color: #0472EA;
}
.TagClassName
{
border-color: #0472EA;
}
</style>