Shades of Navy Blue #044DE0
Tints of Navy Blue #044DE0
RGB
CMYK
RGB Variations
Color information
#044DE0 (or 0x044DE0) is known color: Navy Blue. HEX triplet: 04, 4D and E0. RGB value is (4,77,224). Sum of RGB (Red+Green+Blue) = 4+77+224=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #044DE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DE0 is #FBB21F. Grayscale: #474747. Windows color (decimal): -16495136 or 14699780. OLE color: 14699780.
HSL color Cylindrical-coordinate representation of color #044DE0: hue angle of 220.09º degrees, saturation: 0.96, 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 #044DE0 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 77 | 224 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.12 |
| HSL | 220.09º | 0.96% | 0.45% | - |
| HSV(B) | 220.09º | 0.98% | 0.88% | - |
| XYZ | 16.16 | 10.72 | 71.74 | - |
| YUV | 71.93 | 213.82 | 79.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 224 | 0.98 | 0.66 | 0 | 0.12 | 220.09 | 0.96 | 0.45 |
| Hex | 4 | 4D | E0 | 62 | 42 | 0 | C | DC | 60 | 2D |
| Octal | 4 | 115 | 340 | 142 | 102 | 0 | 14 | 334 | 140 | 55 |
| Binary | 100 | 1001101 | 11100000 | 1100010 | 1000010 | 0 | 1100 | 11011100 | 1100000 | 101101 |
Color Harmonies of #044DE0
Complementary color
Monochromatic Colors of #044DE0
Black with #044DE0
Text Example
Text Example
White with #044DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DE0; }
p { color: rgb(4,77,224); }
H1.HeaderClassName
{
color: #044DE0;
}
.AnyTagClassName
{
color: #044DE0;
}
</style>
background-color css
<style>
a { background-color: #044DE0; }
a { background-color: rgb(4,77,224); }
div.DivClassName
{
background-color: #044DE0;
}
.BgClassName
{
background-color: #044DE0;
}
</style>
border-color css
<style>
span { border-color: #044DE0; }
span { border-color: rgb(4,77,224); }
td.TdClassName
{
border-color: #044DE0;
}
.TagClassName
{
border-color: #044DE0;
}
</style>