Shades of Navy Blue #044EDC
Tints of Navy Blue #044EDC
RGB
CMYK
RGB Variations
Color information
#044EDC (or 0x044EDC) is known color: Navy Blue. HEX triplet: 04, 4E and DC. RGB value is (4,78,220). Sum of RGB (Red+Green+Blue) = 4+78+220=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #044EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EDC is #FBB123. Grayscale: #474747. Windows color (decimal): -16494884 or 14437892. OLE color: 14437892.
HSL color Cylindrical-coordinate representation of color #044EDC: hue angle of 219.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044EDC is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 78 | 220 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.14 |
| HSL | 219.44º | 0.96% | 0.44% | - |
| HSV(B) | 219.44º | 0.98% | 0.86% | - |
| XYZ | 15.69 | 10.64 | 68.94 | - |
| YUV | 72.06 | 211.48 | 79.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 220 | 0.98 | 0.65 | 0 | 0.14 | 219.44 | 0.96 | 0.44 |
| Hex | 4 | 4E | DC | 62 | 41 | 0 | E | DB | 60 | 2C |
| Octal | 4 | 116 | 334 | 142 | 101 | 0 | 16 | 333 | 140 | 54 |
| Binary | 100 | 1001110 | 11011100 | 1100010 | 1000001 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #044EDC
Complementary color
Monochromatic Colors of #044EDC
Black with #044EDC
Text Example
Text Example
White with #044EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EDC; }
p { color: rgb(4,78,220); }
H1.HeaderClassName
{
color: #044EDC;
}
.AnyTagClassName
{
color: #044EDC;
}
</style>
background-color css
<style>
a { background-color: #044EDC; }
a { background-color: rgb(4,78,220); }
div.DivClassName
{
background-color: #044EDC;
}
.BgClassName
{
background-color: #044EDC;
}
</style>
border-color css
<style>
span { border-color: #044EDC; }
span { border-color: rgb(4,78,220); }
td.TdClassName
{
border-color: #044EDC;
}
.TagClassName
{
border-color: #044EDC;
}
</style>