Shades of Navy Blue #044EDE
Tints of Navy Blue #044EDE
RGB
CMYK
RGB Variations
Color information
#044EDE (or 0x044EDE) is known color: Navy Blue. HEX triplet: 04, 4E and DE. RGB value is (4,78,222). Sum of RGB (Red+Green+Blue) = 4+78+222=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #044EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EDE is #FBB121. Grayscale: #474747. Windows color (decimal): -16494882 or 14568964. OLE color: 14568964.
HSL color Cylindrical-coordinate representation of color #044EDE: hue angle of 219.63º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EDE is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 78 | 222 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.13 |
| HSL | 219.63º | 0.96% | 0.44% | - |
| HSV(B) | 219.63º | 0.98% | 0.87% | - |
| XYZ | 15.96 | 10.75 | 70.34 | - |
| YUV | 72.29 | 212.48 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 222 | 0.98 | 0.65 | 0 | 0.13 | 219.63 | 0.96 | 0.44 |
| Hex | 4 | 4E | DE | 62 | 41 | 0 | D | DC | 60 | 2C |
| Octal | 4 | 116 | 336 | 142 | 101 | 0 | 15 | 334 | 140 | 54 |
| Binary | 100 | 1001110 | 11011110 | 1100010 | 1000001 | 0 | 1101 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044EDE
Complementary color
Monochromatic Colors of #044EDE
Black with #044EDE
Text Example
Text Example
White with #044EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EDE; }
p { color: rgb(4,78,222); }
H1.HeaderClassName
{
color: #044EDE;
}
.AnyTagClassName
{
color: #044EDE;
}
</style>
background-color css
<style>
a { background-color: #044EDE; }
a { background-color: rgb(4,78,222); }
div.DivClassName
{
background-color: #044EDE;
}
.BgClassName
{
background-color: #044EDE;
}
</style>
border-color css
<style>
span { border-color: #044EDE; }
span { border-color: rgb(4,78,222); }
td.TdClassName
{
border-color: #044EDE;
}
.TagClassName
{
border-color: #044EDE;
}
</style>