Shades of Midnight Express #020E39
Tints of Midnight Express #020E39
RGB
CMYK
RGB Variations
Color information
#020E39 (or 0x020E39) is known color: Midnight Express. HEX triplet: 02, 0E and 39. RGB value is (2,14,57). Sum of RGB (Red+Green+Blue) = 2+14+57=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 57 (22.66% from 255 or 78.08% from 73); Max value from RGB is 57 - color contains mainly: blue. Hex color #020E39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E39 is #FDF1C6. Grayscale: #0F0F0F. Windows color (decimal): -16642503 or 3739138. OLE color: 3739138.
HSL color Cylindrical-coordinate representation of color #020E39: hue angle of 226.91º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E39 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 14 | 57 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.78 |
| HSL | 226.91º | 0.93% | 0.12% | - |
| HSV(B) | 226.91º | 0.96% | 0.22% | - |
| XYZ | 0.92 | 0.62 | 3.94 | - |
| YUV | 15.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 57 | 0.96 | 0.75 | 0 | 0.78 | 226.91 | 0.93 | 0.12 |
| Hex | 2 | E | 39 | 60 | 4B | 0 | 4E | E3 | 5D | C |
| Octal | 2 | 16 | 71 | 140 | 113 | 0 | 116 | 343 | 135 | 14 |
| Binary | 10 | 1110 | 111001 | 1100000 | 1001011 | 0 | 1001110 | 11100011 | 1011101 | 1100 |
Color Harmonies of #020E39
Complementary color
Monochromatic Colors of #020E39
Black with #020E39
Text Example
Text Example
White with #020E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E39; }
p { color: rgb(2,14,57); }
H1.HeaderClassName
{
color: #020E39;
}
.AnyTagClassName
{
color: #020E39;
}
</style>
background-color css
<style>
a { background-color: #020E39; }
a { background-color: rgb(2,14,57); }
div.DivClassName
{
background-color: #020E39;
}
.BgClassName
{
background-color: #020E39;
}
</style>
border-color css
<style>
span { border-color: #020E39; }
span { border-color: rgb(2,14,57); }
td.TdClassName
{
border-color: #020E39;
}
.TagClassName
{
border-color: #020E39;
}
</style>