Shades of Navy Blue #024DE1
Tints of Navy Blue #024DE1
RGB
CMYK
RGB Variations
Color information
#024DE1 (or 0x024DE1) is known color: Navy Blue. HEX triplet: 02, 4D and E1. RGB value is (2,77,225). Sum of RGB (Red+Green+Blue) = 2+77+225=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 225 (88.28% from 255 or 74.01% from 304); Max value from RGB is 225 - color contains mainly: blue. Hex color #024DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024DE1 is #FDB21E. Grayscale: #464646. Windows color (decimal): -16626207 or 14765314. OLE color: 14765314.
HSL color Cylindrical-coordinate representation of color #024DE1: hue angle of 219.82º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024DE1 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 77 | 225 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.12 |
| HSL | 219.82º | 0.98% | 0.45% | - |
| HSV(B) | 219.82º | 0.99% | 0.88% | - |
| XYZ | 16.27 | 10.76 | 72.45 | - |
| YUV | 71.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 77 | 225 | 0.99 | 0.66 | 0 | 0.12 | 219.82 | 0.98 | 0.45 |
| Hex | 2 | 4D | E1 | 63 | 42 | 0 | C | DC | 62 | 2D |
| Octal | 2 | 115 | 341 | 143 | 102 | 0 | 14 | 334 | 142 | 55 |
| Binary | 10 | 1001101 | 11100001 | 1100011 | 1000010 | 0 | 1100 | 11011100 | 1100010 | 101101 |
Color Harmonies of #024DE1
Complementary color
Monochromatic Colors of #024DE1
Black with #024DE1
Text Example
Text Example
White with #024DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024DE1; }
p { color: rgb(2,77,225); }
H1.HeaderClassName
{
color: #024DE1;
}
.AnyTagClassName
{
color: #024DE1;
}
</style>
background-color css
<style>
a { background-color: #024DE1; }
a { background-color: rgb(2,77,225); }
div.DivClassName
{
background-color: #024DE1;
}
.BgClassName
{
background-color: #024DE1;
}
</style>
border-color css
<style>
span { border-color: #024DE1; }
span { border-color: rgb(2,77,225); }
td.TdClassName
{
border-color: #024DE1;
}
.TagClassName
{
border-color: #024DE1;
}
</style>