Shades of Navy Blue #024EDC
Tints of Navy Blue #024EDC
RGB
CMYK
RGB Variations
Color information
#024EDC (or 0x024EDC) is known color: Navy Blue. HEX triplet: 02, 4E and DC. RGB value is (2,78,220). Sum of RGB (Red+Green+Blue) = 2+78+220=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 220 (86.33% from 255 or 73.33% from 300); Max value from RGB is 220 - color contains mainly: blue. Hex color #024EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EDC is #FDB123. Grayscale: #464646. Windows color (decimal): -16625956 or 14437890. OLE color: 14437890.
HSL color Cylindrical-coordinate representation of color #024EDC: hue angle of 219.08º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EDC is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 78 | 220 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.14 |
| HSL | 219.08º | 0.98% | 0.44% | - |
| HSV(B) | 219.08º | 0.99% | 0.86% | - |
| XYZ | 15.67 | 10.63 | 68.94 | - |
| YUV | 71.46 | 211.82 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 220 | 0.99 | 0.65 | 0 | 0.14 | 219.08 | 0.98 | 0.44 |
| Hex | 2 | 4E | DC | 63 | 41 | 0 | E | DB | 62 | 2C |
| Octal | 2 | 116 | 334 | 143 | 101 | 0 | 16 | 333 | 142 | 54 |
| Binary | 10 | 1001110 | 11011100 | 1100011 | 1000001 | 0 | 1110 | 11011011 | 1100010 | 101100 |
Color Harmonies of #024EDC
Complementary color
Monochromatic Colors of #024EDC
Black with #024EDC
Text Example
Text Example
White with #024EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024EDC; }
p { color: rgb(2,78,220); }
H1.HeaderClassName
{
color: #024EDC;
}
.AnyTagClassName
{
color: #024EDC;
}
</style>
background-color css
<style>
a { background-color: #024EDC; }
a { background-color: rgb(2,78,220); }
div.DivClassName
{
background-color: #024EDC;
}
.BgClassName
{
background-color: #024EDC;
}
</style>
border-color css
<style>
span { border-color: #024EDC; }
span { border-color: rgb(2,78,220); }
td.TdClassName
{
border-color: #024EDC;
}
.TagClassName
{
border-color: #024EDC;
}
</style>