Shades of Navy Blue #047EE0
Tints of Navy Blue #047EE0
RGB
CMYK
RGB Variations
Color information
#047EE0 (or 0x047EE0) is known color: Navy Blue. HEX triplet: 04, 7E and E0. RGB value is (4,126,224). Sum of RGB (Red+Green+Blue) = 4+126+224=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 126 (49.61% from 255 or 35.59% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #047EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EE0 is #FB811F. Grayscale: #646464. Windows color (decimal): -16482592 or 14712324. OLE color: 14712324.
HSL color Cylindrical-coordinate representation of color #047EE0: hue angle of 206.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EE0 is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 126 | 224 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.12 |
| HSL | 206.73º | 0.96% | 0.45% | - |
| HSV(B) | 206.73º | 0.98% | 0.88% | - |
| XYZ | 20.97 | 20.33 | 73.34 | - |
| YUV | 100.69 | 197.58 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 224 | 0.98 | 0.44 | 0 | 0.12 | 206.73 | 0.96 | 0.45 |
| Hex | 4 | 7E | E0 | 62 | 2C | 0 | C | CF | 60 | 2D |
| Octal | 4 | 176 | 340 | 142 | 54 | 0 | 14 | 317 | 140 | 55 |
| Binary | 100 | 1111110 | 11100000 | 1100010 | 101100 | 0 | 1100 | 11001111 | 1100000 | 101101 |
Color Harmonies of #047EE0
Complementary color
Monochromatic Colors of #047EE0
Black with #047EE0
Text Example
Text Example
White with #047EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EE0; }
p { color: rgb(4,126,224); }
H1.HeaderClassName
{
color: #047EE0;
}
.AnyTagClassName
{
color: #047EE0;
}
</style>
background-color css
<style>
a { background-color: #047EE0; }
a { background-color: rgb(4,126,224); }
div.DivClassName
{
background-color: #047EE0;
}
.BgClassName
{
background-color: #047EE0;
}
</style>
border-color css
<style>
span { border-color: #047EE0; }
span { border-color: rgb(4,126,224); }
td.TdClassName
{
border-color: #047EE0;
}
.TagClassName
{
border-color: #047EE0;
}
</style>