Shades of Navy Blue #044AD1
Tints of Navy Blue #044AD1
RGB
CMYK
RGB Variations
Color information
#044AD1 (or 0x044AD1) is known color: Navy Blue. HEX triplet: 04, 4A and D1. RGB value is (4,74,209). Sum of RGB (Red+Green+Blue) = 4+74+209=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 209 (82.03% from 255 or 72.82% from 287); Max value from RGB is 209 - color contains mainly: blue. Hex color #044AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #044AD1 is #FBB52E. Grayscale: #434343. Windows color (decimal): -16495919 or 13715972. OLE color: 13715972.
HSL color Cylindrical-coordinate representation of color #044AD1: hue angle of 219.51º 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 #044AD1 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 74 | 209 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.18 |
| HSL | 219.51º | 0.96% | 0.42% | - |
| HSV(B) | 219.51º | 0.98% | 0.82% | - |
| XYZ | 14.01 | 9.53 | 61.42 | - |
| YUV | 68.46 | 207.31 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 209 | 0.98 | 0.65 | 0 | 0.18 | 219.51 | 0.96 | 0.42 |
| Hex | 4 | 4A | D1 | 62 | 41 | 0 | 12 | DC | 60 | 2A |
| Octal | 4 | 112 | 321 | 142 | 101 | 0 | 22 | 334 | 140 | 52 |
| Binary | 100 | 1001010 | 11010001 | 1100010 | 1000001 | 0 | 10010 | 11011100 | 1100000 | 101010 |
Color Harmonies of #044AD1
Complementary color
Monochromatic Colors of #044AD1
Black with #044AD1
Text Example
Text Example
White with #044AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044AD1; }
p { color: rgb(4,74,209); }
H1.HeaderClassName
{
color: #044AD1;
}
.AnyTagClassName
{
color: #044AD1;
}
</style>
background-color css
<style>
a { background-color: #044AD1; }
a { background-color: rgb(4,74,209); }
div.DivClassName
{
background-color: #044AD1;
}
.BgClassName
{
background-color: #044AD1;
}
</style>
border-color css
<style>
span { border-color: #044AD1; }
span { border-color: rgb(4,74,209); }
td.TdClassName
{
border-color: #044AD1;
}
.TagClassName
{
border-color: #044AD1;
}
</style>