Shades of Navy Blue #004AD9
Tints of Navy Blue #004AD9
RGB
CMYK
RGB Variations
Color information
#004AD9 (or 0x004AD9) is known color: Navy Blue. HEX triplet: 00, 4A and D9. RGB value is (0,74,217). Sum of RGB (Red+Green+Blue) = 0+74+217=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 217 (85.16% from 255 or 74.57% from 291); Max value from RGB is 217 - color contains mainly: blue. Hex color #004AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #004AD9 is #FFB526. Grayscale: #434343. Windows color (decimal): -16758055 or 14240256. OLE color: 14240256.
HSL color Cylindrical-coordinate representation of color #004AD9: hue angle of 219.54º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004AD9 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 74 | 217 | - |
| CMYK | 1 | 0.66 | 0 | 0.15 |
| HSL | 219.54º | 1% | 0.43% | - |
| HSV(B) | 219.54º | 1% | 0.85% | - |
| XYZ | 14.97 | 9.91 | 66.77 | - |
| YUV | 68.18 | 211.98 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 217 | 1 | 0.66 | 0 | 0.15 | 219.54 | 1 | 0.43 |
| Hex | 0 | 4A | D9 | 64 | 42 | 0 | F | DC | 64 | 2B |
| Octal | 0 | 112 | 331 | 144 | 102 | 0 | 17 | 334 | 144 | 53 |
| Binary | 0 | 1001010 | 11011001 | 1100100 | 1000010 | 0 | 1111 | 11011100 | 1100100 | 101011 |
Color Harmonies of #004AD9
Complementary color
Monochromatic Colors of #004AD9
Black with #004AD9
Text Example
Text Example
White with #004AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004AD9; }
p { color: rgb(0,74,217); }
H1.HeaderClassName
{
color: #004AD9;
}
.AnyTagClassName
{
color: #004AD9;
}
</style>
background-color css
<style>
a { background-color: #004AD9; }
a { background-color: rgb(0,74,217); }
div.DivClassName
{
background-color: #004AD9;
}
.BgClassName
{
background-color: #004AD9;
}
</style>
border-color css
<style>
span { border-color: #004AD9; }
span { border-color: rgb(0,74,217); }
td.TdClassName
{
border-color: #004AD9;
}
.TagClassName
{
border-color: #004AD9;
}
</style>