Shades of Navy Blue #024DE5
Tints of Navy Blue #024DE5
RGB
CMYK
RGB Variations
Color information
#024DE5 (or 0x024DE5) is known color: Navy Blue. HEX triplet: 02, 4D and E5. RGB value is (2,77,229). Sum of RGB (Red+Green+Blue) = 2+77+229=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #024DE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DE5 is #FDB21A. Grayscale: #474747. Windows color (decimal): -16626203 or 15027458. OLE color: 15027458.
HSL color Cylindrical-coordinate representation of color #024DE5: hue angle of 220.18º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DE5 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 77 | 229 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.10 |
| HSL | 220.18º | 0.98% | 0.45% | - |
| HSV(B) | 220.18º | 0.99% | 0.9% | - |
| XYZ | 16.82 | 10.98 | 75.36 | - |
| YUV | 71.9 | 216.65 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 229 | 0.99 | 0.66 | 0 | 0.10 | 220.18 | 0.98 | 0.45 |
| Hex | 2 | 4D | E5 | 63 | 42 | 0 | A | DC | 62 | 2D |
| Octal | 2 | 115 | 345 | 143 | 102 | 0 | 12 | 334 | 142 | 55 |
| Binary | 10 | 1001101 | 11100101 | 1100011 | 1000010 | 0 | 1010 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024DE5
Complementary color
Monochromatic Colors of #024DE5
Black with #024DE5
Text Example
Text Example
White with #024DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DE5; }
p { color: rgb(2,77,229); }
H1.HeaderClassName
{
color: #024DE5;
}
.AnyTagClassName
{
color: #024DE5;
}
</style>
background-color css
<style>
a { background-color: #024DE5; }
a { background-color: rgb(2,77,229); }
div.DivClassName
{
background-color: #024DE5;
}
.BgClassName
{
background-color: #024DE5;
}
</style>
border-color css
<style>
span { border-color: #024DE5; }
span { border-color: rgb(2,77,229); }
td.TdClassName
{
border-color: #024DE5;
}
.TagClassName
{
border-color: #024DE5;
}
</style>