Shades of Midnight Express #020E46
Tints of Midnight Express #020E46
RGB
CMYK
RGB Variations
Color information
#020E46 (or 0x020E46) is known color: Midnight Express. HEX triplet: 02, 0E and 46. RGB value is (2,14,70). Sum of RGB (Red+Green+Blue) = 2+14+70=86 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.33% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #020E46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E46 is #FDF1B9. Grayscale: #101010. Windows color (decimal): -16642490 or 4591106. OLE color: 4591106.
HSL color Cylindrical-coordinate representation of color #020E46: hue angle of 229.41º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020E46 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 14 | 70 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.73 |
| HSL | 229.41º | 0.94% | 0.14% | - |
| HSV(B) | 229.41º | 0.97% | 0.27% | - |
| XYZ | 1.29 | 0.77 | 5.87 | - |
| YUV | 16.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 70 | 0.97 | 0.80 | 0 | 0.73 | 229.41 | 0.94 | 0.14 |
| Hex | 2 | E | 46 | 61 | 50 | 0 | 49 | E5 | 5E | E |
| Octal | 2 | 16 | 106 | 141 | 120 | 0 | 111 | 345 | 136 | 16 |
| Binary | 10 | 1110 | 1000110 | 1100001 | 1010000 | 0 | 1001001 | 11100101 | 1011110 | 1110 |
Color Harmonies of #020E46
Complementary color
Monochromatic Colors of #020E46
Black with #020E46
Text Example
Text Example
White with #020E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E46; }
p { color: rgb(2,14,70); }
H1.HeaderClassName
{
color: #020E46;
}
.AnyTagClassName
{
color: #020E46;
}
</style>
background-color css
<style>
a { background-color: #020E46; }
a { background-color: rgb(2,14,70); }
div.DivClassName
{
background-color: #020E46;
}
.BgClassName
{
background-color: #020E46;
}
</style>
border-color css
<style>
span { border-color: #020E46; }
span { border-color: rgb(2,14,70); }
td.TdClassName
{
border-color: #020E46;
}
.TagClassName
{
border-color: #020E46;
}
</style>