Shades of Midnight Express #020E37
Tints of Midnight Express #020E37
RGB
CMYK
RGB Variations
Color information
#020E37 (or 0x020E37) is known color: Midnight Express. HEX triplet: 02, 0E and 37. RGB value is (2,14,55). Sum of RGB (Red+Green+Blue) = 2+14+55=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 55 (21.88% from 255 or 77.46% from 71); Max value from RGB is 55 - color contains mainly: blue. Hex color #020E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020E37 is #FDF1C8. Grayscale: #0E0E0E. Windows color (decimal): -16642505 or 3608066. OLE color: 3608066.
HSL color Cylindrical-coordinate representation of color #020E37: hue angle of 226.42º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020E37 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 14 | 55 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.78 |
| HSL | 226.42º | 0.93% | 0.11% | - |
| HSV(B) | 226.42º | 0.96% | 0.22% | - |
| XYZ | 0.87 | 0.6 | 3.68 | - |
| YUV | 15.09 | 150.52 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 55 | 0.96 | 0.75 | 0 | 0.78 | 226.42 | 0.93 | 0.11 |
| Hex | 2 | E | 37 | 60 | 4B | 0 | 4E | E2 | 5D | B |
| Octal | 2 | 16 | 67 | 140 | 113 | 0 | 116 | 342 | 135 | 13 |
| Binary | 10 | 1110 | 110111 | 1100000 | 1001011 | 0 | 1001110 | 11100010 | 1011101 | 1011 |
Color Harmonies of #020E37
Complementary color
Monochromatic Colors of #020E37
Black with #020E37
Text Example
Text Example
White with #020E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E37; }
p { color: rgb(2,14,55); }
H1.HeaderClassName
{
color: #020E37;
}
.AnyTagClassName
{
color: #020E37;
}
</style>
background-color css
<style>
a { background-color: #020E37; }
a { background-color: rgb(2,14,55); }
div.DivClassName
{
background-color: #020E37;
}
.BgClassName
{
background-color: #020E37;
}
</style>
border-color css
<style>
span { border-color: #020E37; }
span { border-color: rgb(2,14,55); }
td.TdClassName
{
border-color: #020E37;
}
.TagClassName
{
border-color: #020E37;
}
</style>