Shades of Navy Blue #024FEC
Tints of Navy Blue #024FEC
RGB
CMYK
RGB Variations
Color information
#024FEC (or 0x024FEC) is known color: Navy Blue. HEX triplet: 02, 4F and EC. RGB value is (2,79,236). Sum of RGB (Red+Green+Blue) = 2+79+236=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #024FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FEC is #FDB013. Grayscale: #494949. Windows color (decimal): -16625684 or 15486722. OLE color: 15486722.
HSL color Cylindrical-coordinate representation of color #024FEC: hue angle of 220.26º 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 #024FEC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 79 | 236 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.07 |
| HSL | 220.26º | 0.98% | 0.47% | - |
| HSV(B) | 220.26º | 0.99% | 0.93% | - |
| XYZ | 17.96 | 11.66 | 80.66 | - |
| YUV | 73.88 | 219.49 | 76.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 236 | 0.99 | 0.67 | 0 | 0.07 | 220.26 | 0.98 | 0.47 |
| Hex | 2 | 4F | EC | 63 | 43 | 0 | 7 | DC | 62 | 2F |
| Octal | 2 | 117 | 354 | 143 | 103 | 0 | 7 | 334 | 142 | 57 |
| Binary | 10 | 1001111 | 11101100 | 1100011 | 1000011 | 0 | 111 | 11011100 | 1100010 | 101111 |
Color Harmonies of #024FEC
Complementary color
Monochromatic Colors of #024FEC
Black with #024FEC
Text Example
Text Example
White with #024FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FEC; }
p { color: rgb(2,79,236); }
H1.HeaderClassName
{
color: #024FEC;
}
.AnyTagClassName
{
color: #024FEC;
}
</style>
background-color css
<style>
a { background-color: #024FEC; }
a { background-color: rgb(2,79,236); }
div.DivClassName
{
background-color: #024FEC;
}
.BgClassName
{
background-color: #024FEC;
}
</style>
border-color css
<style>
span { border-color: #024FEC; }
span { border-color: rgb(2,79,236); }
td.TdClassName
{
border-color: #024FEC;
}
.TagClassName
{
border-color: #024FEC;
}
</style>