Shades of Navy Blue #024AD9
Tints of Navy Blue #024AD9
RGB
CMYK
RGB Variations
Color information
#024AD9 (or 0x024AD9) is known color: Navy Blue. HEX triplet: 02, 4A and D9. RGB value is (2,74,217). Sum of RGB (Red+Green+Blue) = 2+74+217=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 217 (85.16% from 255 or 74.06% from 293); Max value from RGB is 217 - color contains mainly: blue. Hex color #024AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD9 is #FDB526. Grayscale: #444444. Windows color (decimal): -16626983 or 14240258. OLE color: 14240258.
HSL color Cylindrical-coordinate representation of color #024AD9: hue angle of 219.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD9 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 74 | 217 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.15 |
| HSL | 219.91º | 0.98% | 0.43% | - |
| HSV(B) | 219.91º | 0.99% | 0.85% | - |
| XYZ | 15 | 9.92 | 66.77 | - |
| YUV | 68.77 | 211.65 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 217 | 0.99 | 0.66 | 0 | 0.15 | 219.91 | 0.98 | 0.43 |
| Hex | 2 | 4A | D9 | 63 | 42 | 0 | F | DC | 62 | 2B |
| Octal | 2 | 112 | 331 | 143 | 102 | 0 | 17 | 334 | 142 | 53 |
| Binary | 10 | 1001010 | 11011001 | 1100011 | 1000010 | 0 | 1111 | 11011100 | 1100010 | 101011 |
Color Harmonies of #024AD9
Complementary color
Monochromatic Colors of #024AD9
Black with #024AD9
Text Example
Text Example
White with #024AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AD9; }
p { color: rgb(2,74,217); }
H1.HeaderClassName
{
color: #024AD9;
}
.AnyTagClassName
{
color: #024AD9;
}
</style>
background-color css
<style>
a { background-color: #024AD9; }
a { background-color: rgb(2,74,217); }
div.DivClassName
{
background-color: #024AD9;
}
.BgClassName
{
background-color: #024AD9;
}
</style>
border-color css
<style>
span { border-color: #024AD9; }
span { border-color: rgb(2,74,217); }
td.TdClassName
{
border-color: #024AD9;
}
.TagClassName
{
border-color: #024AD9;
}
</style>