Shades of Navy Blue #024DEB
Tints of Navy Blue #024DEB
RGB
CMYK
RGB Variations
Color information
#024DEB (or 0x024DEB) is known color: Navy Blue. HEX triplet: 02, 4D and EB. RGB value is (2,77,235). Sum of RGB (Red+Green+Blue) = 2+77+235=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 235 (92.19% from 255 or 74.84% from 314); Max value from RGB is 235 - color contains mainly: blue. Hex color #024DEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024DEB is #FDB214. Grayscale: #474747. Windows color (decimal): -16626197 or 15420674. OLE color: 15420674.
HSL color Cylindrical-coordinate representation of color #024DEB: hue angle of 220.69º 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 #024DEB is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 77 | 235 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.08 |
| HSL | 220.69º | 0.98% | 0.46% | - |
| HSV(B) | 220.69º | 0.99% | 0.92% | - |
| XYZ | 17.67 | 11.32 | 79.85 | - |
| YUV | 72.59 | 219.65 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 235 | 0.99 | 0.67 | 0 | 0.08 | 220.69 | 0.98 | 0.46 |
| Hex | 2 | 4D | EB | 63 | 43 | 0 | 8 | DD | 62 | 2E |
| Octal | 2 | 115 | 353 | 143 | 103 | 0 | 10 | 335 | 142 | 56 |
| Binary | 10 | 1001101 | 11101011 | 1100011 | 1000011 | 0 | 1000 | 11011101 | 1100010 | 101110 |
Color Harmonies of #024DEB
Complementary color
Monochromatic Colors of #024DEB
Black with #024DEB
Text Example
Text Example
White with #024DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DEB; }
p { color: rgb(2,77,235); }
H1.HeaderClassName
{
color: #024DEB;
}
.AnyTagClassName
{
color: #024DEB;
}
</style>
background-color css
<style>
a { background-color: #024DEB; }
a { background-color: rgb(2,77,235); }
div.DivClassName
{
background-color: #024DEB;
}
.BgClassName
{
background-color: #024DEB;
}
</style>
border-color css
<style>
span { border-color: #024DEB; }
span { border-color: rgb(2,77,235); }
td.TdClassName
{
border-color: #024DEB;
}
.TagClassName
{
border-color: #024DEB;
}
</style>