Shades of Midnight Express #0E1237
Tints of Midnight Express #0E1237
RGB
CMYK
RGB Variations
Color information
#0E1237 (or 0x0E1237) is known color: Midnight Express. HEX triplet: 0E, 12 and 37. RGB value is (14,18,55). Sum of RGB (Red+Green+Blue) = 14+18+55=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1237 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1237 is #F1EDC8. Grayscale: #141414. Windows color (decimal): -15855049 or 3609102. OLE color: 3609102.
HSL color Cylindrical-coordinate representation of color #0E1237: hue angle of 234.15º 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 #0E1237 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 18 | 55 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.78 |
| HSL | 234.15º | 0.59% | 0.14% | - |
| HSV(B) | 234.15º | 0.75% | 0.22% | - |
| XYZ | 1.09 | 0.8 | 3.71 | - |
| YUV | 21.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 55 | 0.75 | 0.67 | 0 | 0.78 | 234.15 | 0.59 | 0.14 |
| Hex | E | 12 | 37 | 4B | 43 | 0 | 4E | EA | 3B | E |
| Octal | 16 | 22 | 67 | 113 | 103 | 0 | 116 | 352 | 73 | 16 |
| Binary | 1110 | 10010 | 110111 | 1001011 | 1000011 | 0 | 1001110 | 11101010 | 111011 | 1110 |
Color Harmonies of #0E1237
Complementary color
Monochromatic Colors of #0E1237
Black with #0E1237
Text Example
Text Example
White with #0E1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1237; }
p { color: rgb(14,18,55); }
H1.HeaderClassName
{
color: #0E1237;
}
.AnyTagClassName
{
color: #0E1237;
}
</style>
background-color css
<style>
a { background-color: #0E1237; }
a { background-color: rgb(14,18,55); }
div.DivClassName
{
background-color: #0E1237;
}
.BgClassName
{
background-color: #0E1237;
}
</style>
border-color css
<style>
span { border-color: #0E1237; }
span { border-color: rgb(14,18,55); }
td.TdClassName
{
border-color: #0E1237;
}
.TagClassName
{
border-color: #0E1237;
}
</style>