Shades of Navy Blue #044DE4
Tints of Navy Blue #044DE4
RGB
CMYK
RGB Variations
Color information
#044DE4 (or 0x044DE4) is known color: Navy Blue. HEX triplet: 04, 4D and E4. RGB value is (4,77,228). Sum of RGB (Red+Green+Blue) = 4+77+228=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 228 (89.45% from 255 or 73.79% from 309); Max value from RGB is 228 - color contains mainly: blue. Hex color #044DE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DE4 is #FBB21B. Grayscale: #474747. Windows color (decimal): -16495132 or 14961924. OLE color: 14961924.
HSL color Cylindrical-coordinate representation of color #044DE4: hue angle of 220.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DE4 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 77 | 228 | - |
| CMYK | 0.98 | 0.66 | 0 | 0.11 |
| HSL | 220.45º | 0.97% | 0.45% | - |
| HSV(B) | 220.45º | 0.98% | 0.89% | - |
| XYZ | 16.71 | 10.94 | 74.63 | - |
| YUV | 72.39 | 215.82 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 228 | 0.98 | 0.66 | 0 | 0.11 | 220.45 | 0.97 | 0.45 |
| Hex | 4 | 4D | E4 | 62 | 42 | 0 | B | DC | 61 | 2D |
| Octal | 4 | 115 | 344 | 142 | 102 | 0 | 13 | 334 | 141 | 55 |
| Binary | 100 | 1001101 | 11100100 | 1100010 | 1000010 | 0 | 1011 | 11011100 | 1100001 | 101101 |
Color Harmonies of #044DE4
Complementary color
Monochromatic Colors of #044DE4
Black with #044DE4
Text Example
Text Example
White with #044DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DE4; }
p { color: rgb(4,77,228); }
H1.HeaderClassName
{
color: #044DE4;
}
.AnyTagClassName
{
color: #044DE4;
}
</style>
background-color css
<style>
a { background-color: #044DE4; }
a { background-color: rgb(4,77,228); }
div.DivClassName
{
background-color: #044DE4;
}
.BgClassName
{
background-color: #044DE4;
}
</style>
border-color css
<style>
span { border-color: #044DE4; }
span { border-color: rgb(4,77,228); }
td.TdClassName
{
border-color: #044DE4;
}
.TagClassName
{
border-color: #044DE4;
}
</style>