Shades of Navy Blue #024FE7
Tints of Navy Blue #024FE7
RGB
CMYK
RGB Variations
Color information
#024FE7 (or 0x024FE7) is known color: Navy Blue. HEX triplet: 02, 4F and E7. RGB value is (2,79,231). Sum of RGB (Red+Green+Blue) = 2+79+231=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 231 (90.62% from 255 or 74.04% from 312); Max value from RGB is 231 - color contains mainly: blue. Hex color #024FE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FE7 is #FDB018. Grayscale: #484848. Windows color (decimal): -16625689 or 15159042. OLE color: 15159042.
HSL color Cylindrical-coordinate representation of color #024FE7: hue angle of 219.83º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FE7 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 79 | 231 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.09 |
| HSL | 219.83º | 0.98% | 0.46% | - |
| HSV(B) | 219.83º | 0.99% | 0.91% | - |
| XYZ | 17.24 | 11.37 | 76.89 | - |
| YUV | 73.31 | 216.99 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 231 | 0.99 | 0.66 | 0 | 0.09 | 219.83 | 0.98 | 0.46 |
| Hex | 2 | 4F | E7 | 63 | 42 | 0 | 9 | DC | 62 | 2E |
| Octal | 2 | 117 | 347 | 143 | 102 | 0 | 11 | 334 | 142 | 56 |
| Binary | 10 | 1001111 | 11100111 | 1100011 | 1000010 | 0 | 1001 | 11011100 | 1100010 | 101110 |
Color Harmonies of #024FE7
Complementary color
Monochromatic Colors of #024FE7
Black with #024FE7
Text Example
Text Example
White with #024FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FE7; }
p { color: rgb(2,79,231); }
H1.HeaderClassName
{
color: #024FE7;
}
.AnyTagClassName
{
color: #024FE7;
}
</style>
background-color css
<style>
a { background-color: #024FE7; }
a { background-color: rgb(2,79,231); }
div.DivClassName
{
background-color: #024FE7;
}
.BgClassName
{
background-color: #024FE7;
}
</style>
border-color css
<style>
span { border-color: #024FE7; }
span { border-color: rgb(2,79,231); }
td.TdClassName
{
border-color: #024FE7;
}
.TagClassName
{
border-color: #024FE7;
}
</style>