Shades of Midnight Express #0E1837
Tints of Midnight Express #0E1837
RGB
CMYK
RGB Variations
Color information
#0E1837 (or 0x0E1837) is known color: Midnight Express. HEX triplet: 0E, 18 and 37. RGB value is (14,24,55). Sum of RGB (Red+Green+Blue) = 14+24+55=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 55 (21.88% from 255 or 59.14% from 93); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1837 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1837 is #F1E7C8. Grayscale: #181818. Windows color (decimal): -15853513 or 3610638. OLE color: 3610638.
HSL color Cylindrical-coordinate representation of color #0E1837: hue angle of 225.37º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1837 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 24 | 55 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.78 |
| HSL | 225.37º | 0.59% | 0.14% | - |
| HSV(B) | 225.37º | 0.75% | 0.22% | - |
| XYZ | 1.2 | 1.02 | 3.75 | - |
| YUV | 24.54 | 145.19 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 24 | 55 | 0.75 | 0.56 | 0 | 0.78 | 225.37 | 0.59 | 0.14 |
| Hex | E | 18 | 37 | 4B | 38 | 0 | 4E | E1 | 3B | E |
| Octal | 16 | 30 | 67 | 113 | 70 | 0 | 116 | 341 | 73 | 16 |
| Binary | 1110 | 11000 | 110111 | 1001011 | 111000 | 0 | 1001110 | 11100001 | 111011 | 1110 |
Color Harmonies of #0E1837
Complementary color
Monochromatic Colors of #0E1837
Black with #0E1837
Text Example
Text Example
White with #0E1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1837; }
p { color: rgb(14,24,55); }
H1.HeaderClassName
{
color: #0E1837;
}
.AnyTagClassName
{
color: #0E1837;
}
</style>
background-color css
<style>
a { background-color: #0E1837; }
a { background-color: rgb(14,24,55); }
div.DivClassName
{
background-color: #0E1837;
}
.BgClassName
{
background-color: #0E1837;
}
</style>
border-color css
<style>
span { border-color: #0E1837; }
span { border-color: rgb(14,24,55); }
td.TdClassName
{
border-color: #0E1837;
}
.TagClassName
{
border-color: #0E1837;
}
</style>