Shades of Navy Blue #0470EC
Tints of Navy Blue #0470EC
RGB
CMYK
RGB Variations
Color information
#0470EC (or 0x0470EC) is known color: Navy Blue. HEX triplet: 04, 70 and EC. RGB value is (4,112,236). Sum of RGB (Red+Green+Blue) = 4+112+236=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 112 (44.14% from 255 or 31.82% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #0470EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470EC is #FB8F13. Grayscale: #5D5D5D. Windows color (decimal): -16486164 or 15495172. OLE color: 15495172.
HSL color Cylindrical-coordinate representation of color #0470EC: hue angle of 212.07º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0470EC is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 112 | 236 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.07 |
| HSL | 212.07º | 0.97% | 0.47% | - |
| HSV(B) | 212.07º | 0.98% | 0.93% | - |
| XYZ | 20.98 | 17.67 | 81.66 | - |
| YUV | 93.84 | 208.22 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 236 | 0.98 | 0.53 | 0 | 0.07 | 212.07 | 0.97 | 0.47 |
| Hex | 4 | 70 | EC | 62 | 35 | 0 | 7 | D4 | 61 | 2F |
| Octal | 4 | 160 | 354 | 142 | 65 | 0 | 7 | 324 | 141 | 57 |
| Binary | 100 | 1110000 | 11101100 | 1100010 | 110101 | 0 | 111 | 11010100 | 1100001 | 101111 |
Color Harmonies of #0470EC
Complementary color
Monochromatic Colors of #0470EC
Black with #0470EC
Text Example
Text Example
White with #0470EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470EC; }
p { color: rgb(4,112,236); }
H1.HeaderClassName
{
color: #0470EC;
}
.AnyTagClassName
{
color: #0470EC;
}
</style>
background-color css
<style>
a { background-color: #0470EC; }
a { background-color: rgb(4,112,236); }
div.DivClassName
{
background-color: #0470EC;
}
.BgClassName
{
background-color: #0470EC;
}
</style>
border-color css
<style>
span { border-color: #0470EC; }
span { border-color: rgb(4,112,236); }
td.TdClassName
{
border-color: #0470EC;
}
.TagClassName
{
border-color: #0470EC;
}
</style>