Shades of Navy Blue #024AE9
Tints of Navy Blue #024AE9
RGB
CMYK
RGB Variations
Color information
#024AE9 (or 0x024AE9) is known color: Navy Blue. HEX triplet: 02, 4A and E9. RGB value is (2,74,233). Sum of RGB (Red+Green+Blue) = 2+74+233=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 233 (91.41% from 255 or 75.40% from 309); Max value from RGB is 233 - color contains mainly: blue. Hex color #024AE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AE9 is #FDB516. Grayscale: #454545. Windows color (decimal): -16626967 or 15288834. OLE color: 15288834.
HSL color Cylindrical-coordinate representation of color #024AE9: hue angle of 221.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AE9 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 74 | 233 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.09 |
| HSL | 221.3º | 0.98% | 0.46% | - |
| HSV(B) | 221.3º | 0.99% | 0.91% | - |
| XYZ | 17.18 | 10.79 | 78.27 | - |
| YUV | 70.6 | 219.65 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 233 | 0.99 | 0.68 | 0 | 0.09 | 221.3 | 0.98 | 0.46 |
| Hex | 2 | 4A | E9 | 63 | 44 | 0 | 9 | DD | 62 | 2E |
| Octal | 2 | 112 | 351 | 143 | 104 | 0 | 11 | 335 | 142 | 56 |
| Binary | 10 | 1001010 | 11101001 | 1100011 | 1000100 | 0 | 1001 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024AE9
Complementary color
Monochromatic Colors of #024AE9
Black with #024AE9
Text Example
Text Example
White with #024AE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AE9; }
p { color: rgb(2,74,233); }
H1.HeaderClassName
{
color: #024AE9;
}
.AnyTagClassName
{
color: #024AE9;
}
</style>
background-color css
<style>
a { background-color: #024AE9; }
a { background-color: rgb(2,74,233); }
div.DivClassName
{
background-color: #024AE9;
}
.BgClassName
{
background-color: #024AE9;
}
</style>
border-color css
<style>
span { border-color: #024AE9; }
span { border-color: rgb(2,74,233); }
td.TdClassName
{
border-color: #024AE9;
}
.TagClassName
{
border-color: #024AE9;
}
</style>