Shades of Navy Blue #044ADD
Tints of Navy Blue #044ADD
RGB
CMYK
RGB Variations
Color information
#044ADD (or 0x044ADD) is known color: Navy Blue. HEX triplet: 04, 4A and DD. RGB value is (4,74,221). Sum of RGB (Red+Green+Blue) = 4+74+221=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #044ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044ADD is #FBB522. Grayscale: #454545. Windows color (decimal): -16495907 or 14502404. OLE color: 14502404.
HSL color Cylindrical-coordinate representation of color #044ADD: hue angle of 220.65º 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 #044ADD is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 74 | 221 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.13 |
| HSL | 220.65º | 0.96% | 0.44% | - |
| HSV(B) | 220.65º | 0.98% | 0.87% | - |
| XYZ | 15.55 | 10.14 | 69.55 | - |
| YUV | 69.83 | 213.31 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 221 | 0.98 | 0.67 | 0 | 0.13 | 220.65 | 0.96 | 0.44 |
| Hex | 4 | 4A | DD | 62 | 43 | 0 | D | DD | 60 | 2C |
| Octal | 4 | 112 | 335 | 142 | 103 | 0 | 15 | 335 | 140 | 54 |
| Binary | 100 | 1001010 | 11011101 | 1100010 | 1000011 | 0 | 1101 | 11011101 | 1100000 | 101100 |
Color Harmonies of #044ADD
Complementary color
Monochromatic Colors of #044ADD
Black with #044ADD
Text Example
Text Example
White with #044ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044ADD; }
p { color: rgb(4,74,221); }
H1.HeaderClassName
{
color: #044ADD;
}
.AnyTagClassName
{
color: #044ADD;
}
</style>
background-color css
<style>
a { background-color: #044ADD; }
a { background-color: rgb(4,74,221); }
div.DivClassName
{
background-color: #044ADD;
}
.BgClassName
{
background-color: #044ADD;
}
</style>
border-color css
<style>
span { border-color: #044ADD; }
span { border-color: rgb(4,74,221); }
td.TdClassName
{
border-color: #044ADD;
}
.TagClassName
{
border-color: #044ADD;
}
</style>