Shades of Navy Blue #024ACE
Tints of Navy Blue #024ACE
RGB
CMYK
RGB Variations
Color information
#024ACE (or 0x024ACE) is known color: Navy Blue. HEX triplet: 02, 4A and CE. RGB value is (2,74,206). Sum of RGB (Red+Green+Blue) = 2+74+206=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #024ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ACE is #FDB531. Grayscale: #424242. Windows color (decimal): -16626994 or 13519362. OLE color: 13519362.
HSL color Cylindrical-coordinate representation of color #024ACE: hue angle of 218.82º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ACE is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 74 | 206 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.19 |
| HSL | 218.82º | 0.98% | 0.41% | - |
| HSV(B) | 218.82º | 0.99% | 0.81% | - |
| XYZ | 13.61 | 9.37 | 59.48 | - |
| YUV | 67.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 74 | 206 | 0.99 | 0.64 | 0 | 0.19 | 218.82 | 0.98 | 0.41 |
| Hex | 2 | 4A | CE | 63 | 40 | 0 | 13 | DB | 62 | 29 |
| Octal | 2 | 112 | 316 | 143 | 100 | 0 | 23 | 333 | 142 | 51 |
| Binary | 10 | 1001010 | 11001110 | 1100011 | 1000000 | 0 | 10011 | 11011011 | 1100010 | 101001 |
Color Harmonies of #024ACE
Complementary color
Monochromatic Colors of #024ACE
Black with #024ACE
Text Example
Text Example
White with #024ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ACE; }
p { color: rgb(2,74,206); }
H1.HeaderClassName
{
color: #024ACE;
}
.AnyTagClassName
{
color: #024ACE;
}
</style>
background-color css
<style>
a { background-color: #024ACE; }
a { background-color: rgb(2,74,206); }
div.DivClassName
{
background-color: #024ACE;
}
.BgClassName
{
background-color: #024ACE;
}
</style>
border-color css
<style>
span { border-color: #024ACE; }
span { border-color: rgb(2,74,206); }
td.TdClassName
{
border-color: #024ACE;
}
.TagClassName
{
border-color: #024ACE;
}
</style>