Shades of Navy Blue #024FEA
Tints of Navy Blue #024FEA
RGB
CMYK
RGB Variations
Color information
#024FEA (or 0x024FEA) is known color: Navy Blue. HEX triplet: 02, 4F and EA. RGB value is (2,79,234). Sum of RGB (Red+Green+Blue) = 2+79+234=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #024FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FEA is #FDB015. Grayscale: #484848. Windows color (decimal): -16625686 or 15355650. OLE color: 15355650.
HSL color Cylindrical-coordinate representation of color #024FEA: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FEA is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 79 | 234 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.08 |
| HSL | 220.09º | 0.98% | 0.46% | - |
| HSV(B) | 220.09º | 0.99% | 0.92% | - |
| XYZ | 17.67 | 11.55 | 79.14 | - |
| YUV | 73.65 | 218.49 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 234 | 0.99 | 0.66 | 0 | 0.08 | 220.09 | 0.98 | 0.46 |
| Hex | 2 | 4F | EA | 63 | 42 | 0 | 8 | DC | 62 | 2E |
| Octal | 2 | 117 | 352 | 143 | 102 | 0 | 10 | 334 | 142 | 56 |
| Binary | 10 | 1001111 | 11101010 | 1100011 | 1000010 | 0 | 1000 | 11011100 | 1100010 | 101110 |
Color Harmonies of #024FEA
Complementary color
Monochromatic Colors of #024FEA
Black with #024FEA
Text Example
Text Example
White with #024FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FEA; }
p { color: rgb(2,79,234); }
H1.HeaderClassName
{
color: #024FEA;
}
.AnyTagClassName
{
color: #024FEA;
}
</style>
background-color css
<style>
a { background-color: #024FEA; }
a { background-color: rgb(2,79,234); }
div.DivClassName
{
background-color: #024FEA;
}
.BgClassName
{
background-color: #024FEA;
}
</style>
border-color css
<style>
span { border-color: #024FEA; }
span { border-color: rgb(2,79,234); }
td.TdClassName
{
border-color: #024FEA;
}
.TagClassName
{
border-color: #024FEA;
}
</style>