Shades of Navy Blue #044DEC
Tints of Navy Blue #044DEC
RGB
CMYK
RGB Variations
Color information
#044DEC (or 0x044DEC) is known color: Navy Blue. HEX triplet: 04, 4D and EC. RGB value is (4,77,236). Sum of RGB (Red+Green+Blue) = 4+77+236=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #044DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DEC is #FBB213. Grayscale: #484848. Windows color (decimal): -16495124 or 15486212. OLE color: 15486212.
HSL color Cylindrical-coordinate representation of color #044DEC: hue angle of 221.12º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DEC is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 77 | 236 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.07 |
| HSL | 221.12º | 0.97% | 0.47% | - |
| HSV(B) | 221.12º | 0.98% | 0.93% | - |
| XYZ | 17.84 | 11.39 | 80.61 | - |
| YUV | 73.3 | 219.82 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 236 | 0.98 | 0.67 | 0 | 0.07 | 221.12 | 0.97 | 0.47 |
| Hex | 4 | 4D | EC | 62 | 43 | 0 | 7 | DD | 61 | 2F |
| Octal | 4 | 115 | 354 | 142 | 103 | 0 | 7 | 335 | 141 | 57 |
| Binary | 100 | 1001101 | 11101100 | 1100010 | 1000011 | 0 | 111 | 11011101 | 1100001 | 101111 |
Color Harmonies of #044DEC
Complementary color
Monochromatic Colors of #044DEC
Black with #044DEC
Text Example
Text Example
White with #044DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DEC; }
p { color: rgb(4,77,236); }
H1.HeaderClassName
{
color: #044DEC;
}
.AnyTagClassName
{
color: #044DEC;
}
</style>
background-color css
<style>
a { background-color: #044DEC; }
a { background-color: rgb(4,77,236); }
div.DivClassName
{
background-color: #044DEC;
}
.BgClassName
{
background-color: #044DEC;
}
</style>
border-color css
<style>
span { border-color: #044DEC; }
span { border-color: rgb(4,77,236); }
td.TdClassName
{
border-color: #044DEC;
}
.TagClassName
{
border-color: #044DEC;
}
</style>