Shades of Navy Blue #024AEC
Tints of Navy Blue #024AEC
RGB
CMYK
RGB Variations
Color information
#024AEC (or 0x024AEC) is known color: Navy Blue. HEX triplet: 02, 4A and EC. RGB value is (2,74,236). Sum of RGB (Red+Green+Blue) = 2+74+236=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #024AEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AEC is #FDB513. Grayscale: #464646. Windows color (decimal): -16626964 or 15485442. OLE color: 15485442.
HSL color Cylindrical-coordinate representation of color #024AEC: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AEC is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 74 | 236 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.07 |
| HSL | 221.54º | 0.98% | 0.47% | - |
| HSV(B) | 221.54º | 0.99% | 0.93% | - |
| XYZ | 17.61 | 10.97 | 80.55 | - |
| YUV | 70.94 | 221.15 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 236 | 0.99 | 0.69 | 0 | 0.07 | 221.54 | 0.98 | 0.47 |
| Hex | 2 | 4A | EC | 63 | 45 | 0 | 7 | DE | 62 | 2F |
| Octal | 2 | 112 | 354 | 143 | 105 | 0 | 7 | 336 | 142 | 57 |
| Binary | 10 | 1001010 | 11101100 | 1100011 | 1000101 | 0 | 111 | 11011110 | 1100010 | 101111 |
Color Harmonies of #024AEC
Complementary color
Monochromatic Colors of #024AEC
Black with #024AEC
Text Example
Text Example
White with #024AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024AEC; }
p { color: rgb(2,74,236); }
H1.HeaderClassName
{
color: #024AEC;
}
.AnyTagClassName
{
color: #024AEC;
}
</style>
background-color css
<style>
a { background-color: #024AEC; }
a { background-color: rgb(2,74,236); }
div.DivClassName
{
background-color: #024AEC;
}
.BgClassName
{
background-color: #024AEC;
}
</style>
border-color css
<style>
span { border-color: #024AEC; }
span { border-color: rgb(2,74,236); }
td.TdClassName
{
border-color: #024AEC;
}
.TagClassName
{
border-color: #024AEC;
}
</style>