Shades of Navy Blue #047AE8
Tints of Navy Blue #047AE8
RGB
CMYK
RGB Variations
Color information
#047AE8 (or 0x047AE8) is known color: Navy Blue. HEX triplet: 04, 7A and E8. RGB value is (4,122,232). Sum of RGB (Red+Green+Blue) = 4+122+232=358 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #047AE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #047AE8 is #FB8517. Grayscale: #626262. Windows color (decimal): -16483608 or 15235588. OLE color: 15235588.
HSL color Cylindrical-coordinate representation of color #047AE8: hue angle of 208.95º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047AE8 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 4 | 122 | 232 | - |
CMYK | 0.98 | 0.47 | 0 | 0.09 |
HSL | 208.95º | 0.97% | 0.46% | - |
HSV(B) | 208.95º | 0.98% | 0.91% | - |
XYZ | 21.58 | 19.77 | 79.02 | - |
YUV | 99.26 | 202.91 | 60.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 4 | 122 | 232 | 0.98 | 0.47 | 0 | 0.09 | 208.95 | 0.97 | 0.46 |
Hex | 4 | 7A | E8 | 62 | 2F | 0 | 9 | D1 | 61 | 2E |
Octal | 4 | 172 | 350 | 142 | 57 | 0 | 11 | 321 | 141 | 56 |
Binary | 100 | 1111010 | 11101000 | 1100010 | 101111 | 0 | 1001 | 11010001 | 1100001 | 101110 |
Color Harmonies of #047AE8
Complementary color
Monochromatic Colors of #047AE8
Black with #047AE8
Text Example
Text Example
White with #047AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047AE8; }
p { color: rgb(4,122,232); }
H1.HeaderClassName
{
color: #047AE8;
}
.AnyTagClassName
{
color: #047AE8;
}
</style>
background-color css
<style>
a { background-color: #047AE8; }
a { background-color: rgb(4,122,232); }
div.DivClassName
{
background-color: #047AE8;
}
.BgClassName
{
background-color: #047AE8;
}
</style>
border-color css
<style>
span { border-color: #047AE8; }
span { border-color: rgb(4,122,232); }
td.TdClassName
{
border-color: #047AE8;
}
.TagClassName
{
border-color: #047AE8;
}
</style>