Shades of Navy Blue #024AEA
Tints of Navy Blue #024AEA
RGB
CMYK
RGB Variations
Color information
#024AEA (or 0x024AEA) is known color: Navy Blue. HEX triplet: 02, 4A and EA. RGB value is (2,74,234). Sum of RGB (Red+Green+Blue) = 2+74+234=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 234 (91.80% from 255 or 75.48% from 310); Max value from RGB is 234 - color contains mainly: blue. Hex color #024AEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AEA is #FDB515. Grayscale: #464646. Windows color (decimal): -16626966 or 15354370. OLE color: 15354370.
HSL color Cylindrical-coordinate representation of color #024AEA: hue angle of 221.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AEA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 74 | 234 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.08 |
| HSL | 221.38º | 0.98% | 0.46% | - |
| HSV(B) | 221.38º | 0.99% | 0.92% | - |
| XYZ | 17.33 | 10.85 | 79.02 | - |
| YUV | 70.71 | 220.15 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 234 | 0.99 | 0.68 | 0 | 0.08 | 221.38 | 0.98 | 0.46 |
| Hex | 2 | 4A | EA | 63 | 44 | 0 | 8 | DD | 62 | 2E |
| Octal | 2 | 112 | 352 | 143 | 104 | 0 | 10 | 335 | 142 | 56 |
| Binary | 10 | 1001010 | 11101010 | 1100011 | 1000100 | 0 | 1000 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024AEA
Complementary color
Monochromatic Colors of #024AEA
Black with #024AEA
Text Example
Text Example
White with #024AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AEA; }
p { color: rgb(2,74,234); }
H1.HeaderClassName
{
color: #024AEA;
}
.AnyTagClassName
{
color: #024AEA;
}
</style>
background-color css
<style>
a { background-color: #024AEA; }
a { background-color: rgb(2,74,234); }
div.DivClassName
{
background-color: #024AEA;
}
.BgClassName
{
background-color: #024AEA;
}
</style>
border-color css
<style>
span { border-color: #024AEA; }
span { border-color: rgb(2,74,234); }
td.TdClassName
{
border-color: #024AEA;
}
.TagClassName
{
border-color: #024AEA;
}
</style>