Shades of Navy Blue #024FF0
Tints of Navy Blue #024FF0
RGB
CMYK
RGB Variations
Color information
#024FF0 (or 0x024FF0) is known color: Navy Blue. HEX triplet: 02, 4F and F0. RGB value is (2,79,240). Sum of RGB (Red+Green+Blue) = 2+79+240=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 240 (94.14% from 255 or 74.77% from 321); Max value from RGB is 240 - color contains mainly: blue. Hex color #024FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024FF0 is #FDB00F. Grayscale: #494949. Windows color (decimal): -16625680 or 15748866. OLE color: 15748866.
HSL color Cylindrical-coordinate representation of color #024FF0: hue angle of 220.59º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024FF0 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 79 | 240 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.06 |
| HSL | 220.59º | 0.98% | 0.47% | - |
| HSV(B) | 220.59º | 0.99% | 0.94% | - |
| XYZ | 18.55 | 11.9 | 83.76 | - |
| YUV | 74.33 | 221.49 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 240 | 0.99 | 0.67 | 0 | 0.06 | 220.59 | 0.98 | 0.47 |
| Hex | 2 | 4F | F0 | 63 | 43 | 0 | 6 | DD | 62 | 2F |
| Octal | 2 | 117 | 360 | 143 | 103 | 0 | 6 | 335 | 142 | 57 |
| Binary | 10 | 1001111 | 11110000 | 1100011 | 1000011 | 0 | 110 | 11011101 | 1100010 | 101111 |
Color Harmonies of #024FF0
Complementary color
Monochromatic Colors of #024FF0
Black with #024FF0
Text Example
Text Example
White with #024FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024FF0; }
p { color: rgb(2,79,240); }
H1.HeaderClassName
{
color: #024FF0;
}
.AnyTagClassName
{
color: #024FF0;
}
</style>
background-color css
<style>
a { background-color: #024FF0; }
a { background-color: rgb(2,79,240); }
div.DivClassName
{
background-color: #024FF0;
}
.BgClassName
{
background-color: #024FF0;
}
</style>
border-color css
<style>
span { border-color: #024FF0; }
span { border-color: rgb(2,79,240); }
td.TdClassName
{
border-color: #024FF0;
}
.TagClassName
{
border-color: #024FF0;
}
</style>