Shades of Midnight Express #0E1137
Tints of Midnight Express #0E1137
RGB
CMYK
RGB Variations
Color information
#0E1137 (or 0x0E1137) is known color: Midnight Express. HEX triplet: 0E, 11 and 37. RGB value is (14,17,55). Sum of RGB (Red+Green+Blue) = 14+17+55=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1137 is #F1EEC8. Grayscale: #141414. Windows color (decimal): -15855305 or 3608846. OLE color: 3608846.
HSL color Cylindrical-coordinate representation of color #0E1137: hue angle of 235.61º 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 #0E1137 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 17 | 55 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.78 |
| HSL | 235.61º | 0.59% | 0.14% | - |
| HSV(B) | 235.61º | 0.75% | 0.22% | - |
| XYZ | 1.07 | 0.77 | 3.71 | - |
| YUV | 20.44 | 147.51 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 55 | 0.75 | 0.69 | 0 | 0.78 | 235.61 | 0.59 | 0.14 |
| Hex | E | 11 | 37 | 4B | 45 | 0 | 4E | EC | 3B | E |
| Octal | 16 | 21 | 67 | 113 | 105 | 0 | 116 | 354 | 73 | 16 |
| Binary | 1110 | 10001 | 110111 | 1001011 | 1000101 | 0 | 1001110 | 11101100 | 111011 | 1110 |
Color Harmonies of #0E1137
Complementary color
Monochromatic Colors of #0E1137
Black with #0E1137
Text Example
Text Example
White with #0E1137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1137; }
p { color: rgb(14,17,55); }
H1.HeaderClassName
{
color: #0E1137;
}
.AnyTagClassName
{
color: #0E1137;
}
</style>
background-color css
<style>
a { background-color: #0E1137; }
a { background-color: rgb(14,17,55); }
div.DivClassName
{
background-color: #0E1137;
}
.BgClassName
{
background-color: #0E1137;
}
</style>
border-color css
<style>
span { border-color: #0E1137; }
span { border-color: rgb(14,17,55); }
td.TdClassName
{
border-color: #0E1137;
}
.TagClassName
{
border-color: #0E1137;
}
</style>