Shades of Navy Blue #044EDB
Tints of Navy Blue #044EDB
RGB
CMYK
RGB Variations
Color information
#044EDB (or 0x044EDB) is known color: Navy Blue. HEX triplet: 04, 4E and DB. RGB value is (4,78,219). Sum of RGB (Red+Green+Blue) = 4+78+219=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #044EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044EDB is #FBB124. Grayscale: #474747. Windows color (decimal): -16494885 or 14372356. OLE color: 14372356.
HSL color Cylindrical-coordinate representation of color #044EDB: hue angle of 219.35º 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 #044EDB is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 78 | 219 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.14 |
| HSL | 219.35º | 0.96% | 0.44% | - |
| HSV(B) | 219.35º | 0.98% | 0.86% | - |
| XYZ | 15.56 | 10.59 | 68.24 | - |
| YUV | 71.95 | 210.98 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 78 | 219 | 0.98 | 0.64 | 0 | 0.14 | 219.35 | 0.96 | 0.44 |
| Hex | 4 | 4E | DB | 62 | 40 | 0 | E | DB | 60 | 2C |
| Octal | 4 | 116 | 333 | 142 | 100 | 0 | 16 | 333 | 140 | 54 |
| Binary | 100 | 1001110 | 11011011 | 1100010 | 1000000 | 0 | 1110 | 11011011 | 1100000 | 101100 |
Color Harmonies of #044EDB
Complementary color
Monochromatic Colors of #044EDB
Black with #044EDB
Text Example
Text Example
White with #044EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044EDB; }
p { color: rgb(4,78,219); }
H1.HeaderClassName
{
color: #044EDB;
}
.AnyTagClassName
{
color: #044EDB;
}
</style>
background-color css
<style>
a { background-color: #044EDB; }
a { background-color: rgb(4,78,219); }
div.DivClassName
{
background-color: #044EDB;
}
.BgClassName
{
background-color: #044EDB;
}
</style>
border-color css
<style>
span { border-color: #044EDB; }
span { border-color: rgb(4,78,219); }
td.TdClassName
{
border-color: #044EDB;
}
.TagClassName
{
border-color: #044EDB;
}
</style>