Shades of Navy Blue #024EFF
Tints of Navy Blue #024EFF
RGB
CMYK
RGB Variations
Color information
#024EFF (or 0x024EFF) is known color: Navy Blue. HEX triplet: 02, 4E and FF. RGB value is (2,78,255). Sum of RGB (Red+Green+Blue) = 2+78+255=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #024EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EFF is #FDB100. Grayscale: #4A4A4A. Windows color (decimal): -16625921 or 16731650. OLE color: 16731650.
HSL color Cylindrical-coordinate representation of color #024EFF: hue angle of 221.98º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EFF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 78 | 255 | - |
| CMYK | 0.99 | 0.69 | 0 | 0 |
| HSL | 221.98º | 1% | 0.5% | - |
| HSV(B) | 221.98º | 0.99% | 1% | - |
| XYZ | 20.8 | 12.68 | 95.96 | - |
| YUV | 75.45 | 229.32 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 255 | 0.99 | 0.69 | 0 | 0 | 221.98 | 1 | 0.5 |
| Hex | 2 | 4E | FF | 63 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 2 | 116 | 377 | 143 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 10 | 1001110 | 11111111 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #024EFF
Complementary color
Monochromatic Colors of #024EFF
Black with #024EFF
Text Example
Text Example
White with #024EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EFF; }
p { color: rgb(2,78,255); }
H1.HeaderClassName
{
color: #024EFF;
}
.AnyTagClassName
{
color: #024EFF;
}
</style>
background-color css
<style>
a { background-color: #024EFF; }
a { background-color: rgb(2,78,255); }
div.DivClassName
{
background-color: #024EFF;
}
.BgClassName
{
background-color: #024EFF;
}
</style>
border-color css
<style>
span { border-color: #024EFF; }
span { border-color: rgb(2,78,255); }
td.TdClassName
{
border-color: #024EFF;
}
.TagClassName
{
border-color: #024EFF;
}
</style>