Shades of Navy Blue #044DDD
Tints of Navy Blue #044DDD
RGB
CMYK
RGB Variations
Color information
#044DDD (or 0x044DDD) is known color: Navy Blue. HEX triplet: 04, 4D and DD. RGB value is (4,77,221). Sum of RGB (Red+Green+Blue) = 4+77+221=302 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #044DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #044DDD is #FBB222. Grayscale: #464646. Windows color (decimal): -16495139 or 14503172. OLE color: 14503172.
HSL color Cylindrical-coordinate representation of color #044DDD: hue angle of 219.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #044DDD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 77 | 221 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.13 |
| HSL | 219.82º | 0.96% | 0.44% | - |
| HSV(B) | 219.82º | 0.98% | 0.87% | - |
| XYZ | 15.76 | 10.55 | 69.61 | - |
| YUV | 71.59 | 212.32 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 77 | 221 | 0.98 | 0.65 | 0 | 0.13 | 219.82 | 0.96 | 0.44 |
| Hex | 4 | 4D | DD | 62 | 41 | 0 | D | DC | 60 | 2C |
| Octal | 4 | 115 | 335 | 142 | 101 | 0 | 15 | 334 | 140 | 54 |
| Binary | 100 | 1001101 | 11011101 | 1100010 | 1000001 | 0 | 1101 | 11011100 | 1100000 | 101100 |
Color Harmonies of #044DDD
Complementary color
Monochromatic Colors of #044DDD
Black with #044DDD
Text Example
Text Example
White with #044DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044DDD; }
p { color: rgb(4,77,221); }
H1.HeaderClassName
{
color: #044DDD;
}
.AnyTagClassName
{
color: #044DDD;
}
</style>
background-color css
<style>
a { background-color: #044DDD; }
a { background-color: rgb(4,77,221); }
div.DivClassName
{
background-color: #044DDD;
}
.BgClassName
{
background-color: #044DDD;
}
</style>
border-color css
<style>
span { border-color: #044DDD; }
span { border-color: rgb(4,77,221); }
td.TdClassName
{
border-color: #044DDD;
}
.TagClassName
{
border-color: #044DDD;
}
</style>