Shades of Navy Blue #024ECF
Tints of Navy Blue #024ECF
RGB
CMYK
RGB Variations
Color information
#024ECF (or 0x024ECF) is known color: Navy Blue. HEX triplet: 02, 4E and CF. RGB value is (2,78,207). Sum of RGB (Red+Green+Blue) = 2+78+207=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #024ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ECF is #FDB130. Grayscale: #454545. Windows color (decimal): -16625969 or 13585922. OLE color: 13585922.
HSL color Cylindrical-coordinate representation of color #024ECF: hue angle of 217.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ECF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 78 | 207 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.19 |
| HSL | 217.76º | 0.98% | 0.41% | - |
| HSV(B) | 217.76º | 0.99% | 0.81% | - |
| XYZ | 14.01 | 9.97 | 60.22 | - |
| YUV | 69.98 | 205.32 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 78 | 207 | 0.99 | 0.62 | 0 | 0.19 | 217.76 | 0.98 | 0.41 |
| Hex | 2 | 4E | CF | 63 | 3E | 0 | 13 | DA | 62 | 29 |
| Octal | 2 | 116 | 317 | 143 | 76 | 0 | 23 | 332 | 142 | 51 |
| Binary | 10 | 1001110 | 11001111 | 1100011 | 111110 | 0 | 10011 | 11011010 | 1100010 | 101001 |
Color Harmonies of #024ECF
Complementary color
Monochromatic Colors of #024ECF
Black with #024ECF
Text Example
Text Example
White with #024ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024ECF; }
p { color: rgb(2,78,207); }
H1.HeaderClassName
{
color: #024ECF;
}
.AnyTagClassName
{
color: #024ECF;
}
</style>
background-color css
<style>
a { background-color: #024ECF; }
a { background-color: rgb(2,78,207); }
div.DivClassName
{
background-color: #024ECF;
}
.BgClassName
{
background-color: #024ECF;
}
</style>
border-color css
<style>
span { border-color: #024ECF; }
span { border-color: rgb(2,78,207); }
td.TdClassName
{
border-color: #024ECF;
}
.TagClassName
{
border-color: #024ECF;
}
</style>