Shades of Navy Blue #047EE4
Tints of Navy Blue #047EE4
RGB
CMYK
RGB Variations
Color information
#047EE4 (or 0x047EE4) is known color: Navy Blue. HEX triplet: 04, 7E and E4. RGB value is (4,126,228). Sum of RGB (Red+Green+Blue) = 4+126+228=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 228 (89.45% from 255 or 63.69% from 358); Max value from RGB is 228 - color contains mainly: blue. Hex color #047EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047EE4 is #FB811B. Grayscale: #646464. Windows color (decimal): -16482588 or 14974468. OLE color: 14974468.
HSL color Cylindrical-coordinate representation of color #047EE4: hue angle of 207.32º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047EE4 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 126 | 228 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.11 |
| HSL | 207.32º | 0.97% | 0.45% | - |
| HSV(B) | 207.32º | 0.98% | 0.89% | - |
| XYZ | 21.51 | 20.55 | 76.23 | - |
| YUV | 101.15 | 199.58 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 126 | 228 | 0.98 | 0.45 | 0 | 0.11 | 207.32 | 0.97 | 0.45 |
| Hex | 4 | 7E | E4 | 62 | 2D | 0 | B | CF | 61 | 2D |
| Octal | 4 | 176 | 344 | 142 | 55 | 0 | 13 | 317 | 141 | 55 |
| Binary | 100 | 1111110 | 11100100 | 1100010 | 101101 | 0 | 1011 | 11001111 | 1100001 | 101101 |
Color Harmonies of #047EE4
Complementary color
Monochromatic Colors of #047EE4
Black with #047EE4
Text Example
Text Example
White with #047EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047EE4; }
p { color: rgb(4,126,228); }
H1.HeaderClassName
{
color: #047EE4;
}
.AnyTagClassName
{
color: #047EE4;
}
</style>
background-color css
<style>
a { background-color: #047EE4; }
a { background-color: rgb(4,126,228); }
div.DivClassName
{
background-color: #047EE4;
}
.BgClassName
{
background-color: #047EE4;
}
</style>
border-color css
<style>
span { border-color: #047EE4; }
span { border-color: rgb(4,126,228); }
td.TdClassName
{
border-color: #047EE4;
}
.TagClassName
{
border-color: #047EE4;
}
</style>