Shades of Navy Blue #024FFF
Tints of Navy Blue #024FFF
RGB
CMYK
RGB Variations
Color information
#024FFF (or 0x024FFF) is known color: Navy Blue. HEX triplet: 02, 4F and FF. RGB value is (2,79,255). Sum of RGB (Red+Green+Blue) = 2+79+255=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #024FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FFF is #FDB000. Grayscale: #4B4B4B. Windows color (decimal): -16625665 or 16731906. OLE color: 16731906.
HSL color Cylindrical-coordinate representation of color #024FFF: hue angle of 221.74º 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 #024FFF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 79 | 255 | - |
| CMYK | 0.99 | 0.69 | 0 | 0 |
| HSL | 221.74º | 1% | 0.5% | - |
| HSV(B) | 221.74º | 0.99% | 1% | - |
| XYZ | 20.87 | 12.82 | 95.98 | - |
| YUV | 76.04 | 228.99 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 255 | 0.99 | 0.69 | 0 | 0 | 221.74 | 1 | 0.5 |
| Hex | 2 | 4F | FF | 63 | 45 | 0 | 0 | DE | 64 | 32 |
| Octal | 2 | 117 | 377 | 143 | 105 | 0 | 0 | 336 | 144 | 62 |
| Binary | 10 | 1001111 | 11111111 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #024FFF
Complementary color
Monochromatic Colors of #024FFF
Black with #024FFF
Text Example
Text Example
White with #024FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FFF; }
p { color: rgb(2,79,255); }
H1.HeaderClassName
{
color: #024FFF;
}
.AnyTagClassName
{
color: #024FFF;
}
</style>
background-color css
<style>
a { background-color: #024FFF; }
a { background-color: rgb(2,79,255); }
div.DivClassName
{
background-color: #024FFF;
}
.BgClassName
{
background-color: #024FFF;
}
</style>
border-color css
<style>
span { border-color: #024FFF; }
span { border-color: rgb(2,79,255); }
td.TdClassName
{
border-color: #024FFF;
}
.TagClassName
{
border-color: #024FFF;
}
</style>