Shades of Navy Blue #024AE6
Tints of Navy Blue #024AE6
RGB
CMYK
RGB Variations
Color information
#024AE6 (or 0x024AE6) is known color: Navy Blue. HEX triplet: 02, 4A and E6. RGB value is (2,74,230). Sum of RGB (Red+Green+Blue) = 2+74+230=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 230 (90.23% from 255 or 75.16% from 306); Max value from RGB is 230 - color contains mainly: blue. Hex color #024AE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AE6 is #FDB519. Grayscale: #454545. Windows color (decimal): -16626970 or 15092226. OLE color: 15092226.
HSL color Cylindrical-coordinate representation of color #024AE6: hue angle of 221.05º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AE6 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 74 | 230 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.10 |
| HSL | 221.05º | 0.98% | 0.45% | - |
| HSV(B) | 221.05º | 0.99% | 0.9% | - |
| XYZ | 16.76 | 10.62 | 76.03 | - |
| YUV | 70.26 | 218.15 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 230 | 0.99 | 0.68 | 0 | 0.10 | 221.05 | 0.98 | 0.45 |
| Hex | 2 | 4A | E6 | 63 | 44 | 0 | A | DD | 62 | 2D |
| Octal | 2 | 112 | 346 | 143 | 104 | 0 | 12 | 335 | 142 | 55 |
| Binary | 10 | 1001010 | 11100110 | 1100011 | 1000100 | 0 | 1010 | 11011101 | 1100010 | 101101 |
Color Harmonies of #024AE6
Complementary color
Monochromatic Colors of #024AE6
Black with #024AE6
Text Example
Text Example
White with #024AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AE6; }
p { color: rgb(2,74,230); }
H1.HeaderClassName
{
color: #024AE6;
}
.AnyTagClassName
{
color: #024AE6;
}
</style>
background-color css
<style>
a { background-color: #024AE6; }
a { background-color: rgb(2,74,230); }
div.DivClassName
{
background-color: #024AE6;
}
.BgClassName
{
background-color: #024AE6;
}
</style>
border-color css
<style>
span { border-color: #024AE6; }
span { border-color: rgb(2,74,230); }
td.TdClassName
{
border-color: #024AE6;
}
.TagClassName
{
border-color: #024AE6;
}
</style>