Shades of Navy Blue #024CEC
Tints of Navy Blue #024CEC
RGB
CMYK
RGB Variations
Color information
#024CEC (or 0x024CEC) is known color: Navy Blue. HEX triplet: 02, 4C and EC. RGB value is (2,76,236). Sum of RGB (Red+Green+Blue) = 2+76+236=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #024CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CEC is #FDB313. Grayscale: #474747. Windows color (decimal): -16626452 or 15485954. OLE color: 15485954.
HSL color Cylindrical-coordinate representation of color #024CEC: hue angle of 221.03º 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 #024CEC is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 76 | 236 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.07 |
| HSL | 221.03º | 0.98% | 0.47% | - |
| HSV(B) | 221.03º | 0.99% | 0.93% | - |
| XYZ | 17.75 | 11.24 | 80.59 | - |
| YUV | 72.11 | 220.48 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 76 | 236 | 0.99 | 0.68 | 0 | 0.07 | 221.03 | 0.98 | 0.47 |
| Hex | 2 | 4C | EC | 63 | 44 | 0 | 7 | DD | 62 | 2F |
| Octal | 2 | 114 | 354 | 143 | 104 | 0 | 7 | 335 | 142 | 57 |
| Binary | 10 | 1001100 | 11101100 | 1100011 | 1000100 | 0 | 111 | 11011101 | 1100010 | 101111 |
Color Harmonies of #024CEC
Complementary color
Monochromatic Colors of #024CEC
Black with #024CEC
Text Example
Text Example
White with #024CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024CEC; }
p { color: rgb(2,76,236); }
H1.HeaderClassName
{
color: #024CEC;
}
.AnyTagClassName
{
color: #024CEC;
}
</style>
background-color css
<style>
a { background-color: #024CEC; }
a { background-color: rgb(2,76,236); }
div.DivClassName
{
background-color: #024CEC;
}
.BgClassName
{
background-color: #024CEC;
}
</style>
border-color css
<style>
span { border-color: #024CEC; }
span { border-color: rgb(2,76,236); }
td.TdClassName
{
border-color: #024CEC;
}
.TagClassName
{
border-color: #024CEC;
}
</style>