Shades of Navy Blue #044EE8
Tints of Navy Blue #044EE8
RGB
CMYK
RGB Variations
Color information
#044EE8 (or 0x044EE8) is known color: Navy Blue. HEX triplet: 04, 4E and E8. RGB value is (4,78,232). Sum of RGB (Red+Green+Blue) = 4+78+232=314 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 232 (91.02% from 255 or 73.89% from 314); Max value from RGB is 232 - color contains mainly: blue. Hex color #044EE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EE8 is #FBB117. Grayscale: #484848. Windows color (decimal): -16494872 or 15224324. OLE color: 15224324.
HSL color Cylindrical-coordinate representation of color #044EE8: hue angle of 220.53º 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 #044EE8 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 78 | 232 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.09 |
| HSL | 220.53º | 0.97% | 0.46% | - |
| HSV(B) | 220.53º | 0.98% | 0.91% | - |
| XYZ | 17.34 | 11.3 | 77.61 | - |
| YUV | 73.43 | 217.48 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 232 | 0.98 | 0.66 | 0 | 0.09 | 220.53 | 0.97 | 0.46 |
| Hex | 4 | 4E | E8 | 62 | 42 | 0 | 9 | DD | 61 | 2E |
| Octal | 4 | 116 | 350 | 142 | 102 | 0 | 11 | 335 | 141 | 56 |
| Binary | 100 | 1001110 | 11101000 | 1100010 | 1000010 | 0 | 1001 | 11011101 | 1100001 | 101110 |
Color Harmonies of #044EE8
Complementary color
Monochromatic Colors of #044EE8
Black with #044EE8
Text Example
Text Example
White with #044EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EE8; }
p { color: rgb(4,78,232); }
H1.HeaderClassName
{
color: #044EE8;
}
.AnyTagClassName
{
color: #044EE8;
}
</style>
background-color css
<style>
a { background-color: #044EE8; }
a { background-color: rgb(4,78,232); }
div.DivClassName
{
background-color: #044EE8;
}
.BgClassName
{
background-color: #044EE8;
}
</style>
border-color css
<style>
span { border-color: #044EE8; }
span { border-color: rgb(4,78,232); }
td.TdClassName
{
border-color: #044EE8;
}
.TagClassName
{
border-color: #044EE8;
}
</style>