Shades of Navy Blue #044EE1
Tints of Navy Blue #044EE1
RGB
CMYK
RGB Variations
Color information
#044EE1 (or 0x044EE1) is known color: Navy Blue. HEX triplet: 04, 4E and E1. RGB value is (4,78,225). Sum of RGB (Red+Green+Blue) = 4+78+225=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 225 (88.28% from 255 or 73.29% from 307); Max value from RGB is 225 - color contains mainly: blue. Hex color #044EE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EE1 is #FBB11E. Grayscale: #474747. Windows color (decimal): -16494879 or 14765572. OLE color: 14765572.
HSL color Cylindrical-coordinate representation of color #044EE1: hue angle of 219.91º degrees, saturation: 0.97, 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 #044EE1 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 78 | 225 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.12 |
| HSL | 219.91º | 0.97% | 0.45% | - |
| HSV(B) | 219.91º | 0.98% | 0.88% | - |
| XYZ | 16.37 | 10.91 | 72.48 | - |
| YUV | 72.63 | 213.98 | 79.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 225 | 0.98 | 0.65 | 0 | 0.12 | 219.91 | 0.97 | 0.45 |
| Hex | 4 | 4E | E1 | 62 | 41 | 0 | C | DC | 61 | 2D |
| Octal | 4 | 116 | 341 | 142 | 101 | 0 | 14 | 334 | 141 | 55 |
| Binary | 100 | 1001110 | 11100001 | 1100010 | 1000001 | 0 | 1100 | 11011100 | 1100001 | 101101 |
Color Harmonies of #044EE1
Complementary color
Monochromatic Colors of #044EE1
Black with #044EE1
Text Example
Text Example
White with #044EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EE1; }
p { color: rgb(4,78,225); }
H1.HeaderClassName
{
color: #044EE1;
}
.AnyTagClassName
{
color: #044EE1;
}
</style>
background-color css
<style>
a { background-color: #044EE1; }
a { background-color: rgb(4,78,225); }
div.DivClassName
{
background-color: #044EE1;
}
.BgClassName
{
background-color: #044EE1;
}
</style>
border-color css
<style>
span { border-color: #044EE1; }
span { border-color: rgb(4,78,225); }
td.TdClassName
{
border-color: #044EE1;
}
.TagClassName
{
border-color: #044EE1;
}
</style>