Shades of Navy Blue #024AE7
Tints of Navy Blue #024AE7
RGB
CMYK
RGB Variations
Color information
#024AE7 (or 0x024AE7) is known color: Navy Blue. HEX triplet: 02, 4A and E7. RGB value is (2,74,231). Sum of RGB (Red+Green+Blue) = 2+74+231=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 231 (90.62% from 255 or 75.24% from 307); Max value from RGB is 231 - color contains mainly: blue. Hex color #024AE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AE7 is #FDB518. Grayscale: #454545. Windows color (decimal): -16626969 or 15157762. OLE color: 15157762.
HSL color Cylindrical-coordinate representation of color #024AE7: hue angle of 221.14º 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 #024AE7 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 74 | 231 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.09 |
| HSL | 221.14º | 0.98% | 0.46% | - |
| HSV(B) | 221.14º | 0.99% | 0.91% | - |
| XYZ | 16.9 | 10.68 | 76.77 | - |
| YUV | 70.37 | 218.65 | 79.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 231 | 0.99 | 0.68 | 0 | 0.09 | 221.14 | 0.98 | 0.46 |
| Hex | 2 | 4A | E7 | 63 | 44 | 0 | 9 | DD | 62 | 2E |
| Octal | 2 | 112 | 347 | 143 | 104 | 0 | 11 | 335 | 142 | 56 |
| Binary | 10 | 1001010 | 11100111 | 1100011 | 1000100 | 0 | 1001 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024AE7
Complementary color
Monochromatic Colors of #024AE7
Black with #024AE7
Text Example
Text Example
White with #024AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AE7; }
p { color: rgb(2,74,231); }
H1.HeaderClassName
{
color: #024AE7;
}
.AnyTagClassName
{
color: #024AE7;
}
</style>
background-color css
<style>
a { background-color: #024AE7; }
a { background-color: rgb(2,74,231); }
div.DivClassName
{
background-color: #024AE7;
}
.BgClassName
{
background-color: #024AE7;
}
</style>
border-color css
<style>
span { border-color: #024AE7; }
span { border-color: rgb(2,74,231); }
td.TdClassName
{
border-color: #024AE7;
}
.TagClassName
{
border-color: #024AE7;
}
</style>