Shades of Navy Blue #044DEF
Tints of Navy Blue #044DEF
RGB
CMYK
RGB Variations
Color information
#044DEF (or 0x044DEF) is known color: Navy Blue. HEX triplet: 04, 4D and EF. RGB value is (4,77,239). Sum of RGB (Red+Green+Blue) = 4+77+239=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 239 (93.75% from 255 or 74.69% from 320); Max value from RGB is 239 - color contains mainly: blue. Hex color #044DEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #044DEF is #FBB210. Grayscale: #484848. Windows color (decimal): -16495121 or 15682820. OLE color: 15682820.
HSL color Cylindrical-coordinate representation of color #044DEF: hue angle of 221.36º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DEF is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 77 | 239 | - |
| CMYK | 0.98 | 0.68 | 0 | 0.06 |
| HSL | 221.36º | 0.97% | 0.48% | - |
| HSV(B) | 221.36º | 0.98% | 0.94% | - |
| XYZ | 18.28 | 11.57 | 82.93 | - |
| YUV | 73.64 | 221.32 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 239 | 0.98 | 0.68 | 0 | 0.06 | 221.36 | 0.97 | 0.48 |
| Hex | 4 | 4D | EF | 62 | 44 | 0 | 6 | DD | 61 | 30 |
| Octal | 4 | 115 | 357 | 142 | 104 | 0 | 6 | 335 | 141 | 60 |
| Binary | 100 | 1001101 | 11101111 | 1100010 | 1000100 | 0 | 110 | 11011101 | 1100001 | 110000 |
Color Harmonies of #044DEF
Complementary color
Monochromatic Colors of #044DEF
Black with #044DEF
Text Example
Text Example
White with #044DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DEF; }
p { color: rgb(4,77,239); }
H1.HeaderClassName
{
color: #044DEF;
}
.AnyTagClassName
{
color: #044DEF;
}
</style>
background-color css
<style>
a { background-color: #044DEF; }
a { background-color: rgb(4,77,239); }
div.DivClassName
{
background-color: #044DEF;
}
.BgClassName
{
background-color: #044DEF;
}
</style>
border-color css
<style>
span { border-color: #044DEF; }
span { border-color: rgb(4,77,239); }
td.TdClassName
{
border-color: #044DEF;
}
.TagClassName
{
border-color: #044DEF;
}
</style>