Shades of Navy Blue #044DD1
Tints of Navy Blue #044DD1
RGB
CMYK
RGB Variations
Color information
#044DD1 (or 0x044DD1) is known color: Navy Blue. HEX triplet: 04, 4D and D1. RGB value is (4,77,209). Sum of RGB (Red+Green+Blue) = 4+77+209=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 209 (82.03% from 255 or 72.07% from 290); Max value from RGB is 209 - color contains mainly: blue. Hex color #044DD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DD1 is #FBB22E. Grayscale: #454545. Windows color (decimal): -16495151 or 13716740. OLE color: 13716740.
HSL color Cylindrical-coordinate representation of color #044DD1: hue angle of 218.63º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DD1 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 77 | 209 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.18 |
| HSL | 218.63º | 0.96% | 0.42% | - |
| HSV(B) | 218.63º | 0.98% | 0.82% | - |
| XYZ | 14.21 | 9.94 | 61.49 | - |
| YUV | 70.22 | 206.32 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 209 | 0.98 | 0.63 | 0 | 0.18 | 218.63 | 0.96 | 0.42 |
| Hex | 4 | 4D | D1 | 62 | 3F | 0 | 12 | DB | 60 | 2A |
| Octal | 4 | 115 | 321 | 142 | 77 | 0 | 22 | 333 | 140 | 52 |
| Binary | 100 | 1001101 | 11010001 | 1100010 | 111111 | 0 | 10010 | 11011011 | 1100000 | 101010 |
Color Harmonies of #044DD1
Complementary color
Monochromatic Colors of #044DD1
Black with #044DD1
Text Example
Text Example
White with #044DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DD1; }
p { color: rgb(4,77,209); }
H1.HeaderClassName
{
color: #044DD1;
}
.AnyTagClassName
{
color: #044DD1;
}
</style>
background-color css
<style>
a { background-color: #044DD1; }
a { background-color: rgb(4,77,209); }
div.DivClassName
{
background-color: #044DD1;
}
.BgClassName
{
background-color: #044DD1;
}
</style>
border-color css
<style>
span { border-color: #044DD1; }
span { border-color: rgb(4,77,209); }
td.TdClassName
{
border-color: #044DD1;
}
.TagClassName
{
border-color: #044DD1;
}
</style>