Shades of Navy Blue #044EF0
Tints of Navy Blue #044EF0
RGB
CMYK
RGB Variations
Color information
#044EF0 (or 0x044EF0) is known color: Navy Blue. HEX triplet: 04, 4E and F0. RGB value is (4,78,240). Sum of RGB (Red+Green+Blue) = 4+78+240=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #044EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044EF0 is #FBB10F. Grayscale: #494949. Windows color (decimal): -16494864 or 15748612. OLE color: 15748612.
HSL color Cylindrical-coordinate representation of color #044EF0: hue angle of 221.19º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EF0 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 78 | 240 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.06 |
| HSL | 221.19º | 0.97% | 0.48% | - |
| HSV(B) | 221.19º | 0.98% | 0.94% | - |
| XYZ | 18.5 | 11.77 | 83.73 | - |
| YUV | 74.34 | 221.48 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 240 | 0.98 | 0.68 | 0 | 0.06 | 221.19 | 0.97 | 0.48 |
| Hex | 4 | 4E | F0 | 62 | 44 | 0 | 6 | DD | 61 | 30 |
| Octal | 4 | 116 | 360 | 142 | 104 | 0 | 6 | 335 | 141 | 60 |
| Binary | 100 | 1001110 | 11110000 | 1100010 | 1000100 | 0 | 110 | 11011101 | 1100001 | 110000 |
Color Harmonies of #044EF0
Complementary color
Monochromatic Colors of #044EF0
Black with #044EF0
Text Example
Text Example
White with #044EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EF0; }
p { color: rgb(4,78,240); }
H1.HeaderClassName
{
color: #044EF0;
}
.AnyTagClassName
{
color: #044EF0;
}
</style>
background-color css
<style>
a { background-color: #044EF0; }
a { background-color: rgb(4,78,240); }
div.DivClassName
{
background-color: #044EF0;
}
.BgClassName
{
background-color: #044EF0;
}
</style>
border-color css
<style>
span { border-color: #044EF0; }
span { border-color: rgb(4,78,240); }
td.TdClassName
{
border-color: #044EF0;
}
.TagClassName
{
border-color: #044EF0;
}
</style>