Shades of Navy Blue #024AE1
Tints of Navy Blue #024AE1
RGB
CMYK
RGB Variations
Color information
#024AE1 (or 0x024AE1) is known color: Navy Blue. HEX triplet: 02, 4A and E1. RGB value is (2,74,225). Sum of RGB (Red+Green+Blue) = 2+74+225=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 225 (88.28% from 255 or 74.75% from 301); Max value from RGB is 225 - color contains mainly: blue. Hex color #024AE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AE1 is #FDB51E. Grayscale: #454545. Windows color (decimal): -16626975 or 14764546. OLE color: 14764546.
HSL color Cylindrical-coordinate representation of color #024AE1: hue angle of 220.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AE1 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 74 | 225 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.12 |
| HSL | 220.63º | 0.98% | 0.45% | - |
| HSV(B) | 220.63º | 0.99% | 0.88% | - |
| XYZ | 16.06 | 10.35 | 72.38 | - |
| YUV | 69.69 | 215.65 | 79.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 225 | 0.99 | 0.67 | 0 | 0.12 | 220.63 | 0.98 | 0.45 |
| Hex | 2 | 4A | E1 | 63 | 43 | 0 | C | DD | 62 | 2D |
| Octal | 2 | 112 | 341 | 143 | 103 | 0 | 14 | 335 | 142 | 55 |
| Binary | 10 | 1001010 | 11100001 | 1100011 | 1000011 | 0 | 1100 | 11011101 | 1100010 | 101101 |
Color Harmonies of #024AE1
Complementary color
Monochromatic Colors of #024AE1
Black with #024AE1
Text Example
Text Example
White with #024AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AE1; }
p { color: rgb(2,74,225); }
H1.HeaderClassName
{
color: #024AE1;
}
.AnyTagClassName
{
color: #024AE1;
}
</style>
background-color css
<style>
a { background-color: #024AE1; }
a { background-color: rgb(2,74,225); }
div.DivClassName
{
background-color: #024AE1;
}
.BgClassName
{
background-color: #024AE1;
}
</style>
border-color css
<style>
span { border-color: #024AE1; }
span { border-color: rgb(2,74,225); }
td.TdClassName
{
border-color: #024AE1;
}
.TagClassName
{
border-color: #024AE1;
}
</style>