Shades of Navy Blue #024FE0
Tints of Navy Blue #024FE0
RGB
CMYK
RGB Variations
Color information
#024FE0 (or 0x024FE0) is known color: Navy Blue. HEX triplet: 02, 4F and E0. RGB value is (2,79,224). Sum of RGB (Red+Green+Blue) = 2+79+224=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 224 (87.89% from 255 or 73.44% from 305); Max value from RGB is 224 - color contains mainly: blue. Hex color #024FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FE0 is #FDB01F. Grayscale: #474747. Windows color (decimal): -16625696 or 14700290. OLE color: 14700290.
HSL color Cylindrical-coordinate representation of color #024FE0: hue angle of 219.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FE0 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 79 | 224 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.12 |
| HSL | 219.19º | 0.98% | 0.44% | - |
| HSV(B) | 219.19º | 0.99% | 0.88% | - |
| XYZ | 16.28 | 10.99 | 71.78 | - |
| YUV | 72.51 | 213.49 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 224 | 0.99 | 0.65 | 0 | 0.12 | 219.19 | 0.98 | 0.44 |
| Hex | 2 | 4F | E0 | 63 | 41 | 0 | C | DB | 62 | 2C |
| Octal | 2 | 117 | 340 | 143 | 101 | 0 | 14 | 333 | 142 | 54 |
| Binary | 10 | 1001111 | 11100000 | 1100011 | 1000001 | 0 | 1100 | 11011011 | 1100010 | 101100 |
Color Harmonies of #024FE0
Complementary color
Monochromatic Colors of #024FE0
Black with #024FE0
Text Example
Text Example
White with #024FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FE0; }
p { color: rgb(2,79,224); }
H1.HeaderClassName
{
color: #024FE0;
}
.AnyTagClassName
{
color: #024FE0;
}
</style>
background-color css
<style>
a { background-color: #024FE0; }
a { background-color: rgb(2,79,224); }
div.DivClassName
{
background-color: #024FE0;
}
.BgClassName
{
background-color: #024FE0;
}
</style>
border-color css
<style>
span { border-color: #024FE0; }
span { border-color: rgb(2,79,224); }
td.TdClassName
{
border-color: #024FE0;
}
.TagClassName
{
border-color: #024FE0;
}
</style>