Shades of Navy Blue #0470EE
Tints of Navy Blue #0470EE
RGB
CMYK
RGB Variations
Color information
#0470EE (or 0x0470EE) is known color: Navy Blue. HEX triplet: 04, 70 and EE. RGB value is (4,112,238). Sum of RGB (Red+Green+Blue) = 4+112+238=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #0470EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0470EE is #FB8F11. Grayscale: #5D5D5D. Windows color (decimal): -16486162 or 15626244. OLE color: 15626244.
HSL color Cylindrical-coordinate representation of color #0470EE: hue angle of 212.31º 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 #0470EE is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 112 | 238 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.07 |
| HSL | 212.31º | 0.97% | 0.47% | - |
| HSV(B) | 212.31º | 0.98% | 0.93% | - |
| XYZ | 21.28 | 17.79 | 83.2 | - |
| YUV | 94.07 | 209.22 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 112 | 238 | 0.98 | 0.53 | 0 | 0.07 | 212.31 | 0.97 | 0.47 |
| Hex | 4 | 70 | EE | 62 | 35 | 0 | 7 | D4 | 61 | 2F |
| Octal | 4 | 160 | 356 | 142 | 65 | 0 | 7 | 324 | 141 | 57 |
| Binary | 100 | 1110000 | 11101110 | 1100010 | 110101 | 0 | 111 | 11010100 | 1100001 | 101111 |
Color Harmonies of #0470EE
Complementary color
Monochromatic Colors of #0470EE
Black with #0470EE
Text Example
Text Example
White with #0470EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0470EE; }
p { color: rgb(4,112,238); }
H1.HeaderClassName
{
color: #0470EE;
}
.AnyTagClassName
{
color: #0470EE;
}
</style>
background-color css
<style>
a { background-color: #0470EE; }
a { background-color: rgb(4,112,238); }
div.DivClassName
{
background-color: #0470EE;
}
.BgClassName
{
background-color: #0470EE;
}
</style>
border-color css
<style>
span { border-color: #0470EE; }
span { border-color: rgb(4,112,238); }
td.TdClassName
{
border-color: #0470EE;
}
.TagClassName
{
border-color: #0470EE;
}
</style>