Shades of Midnight Express #0E1236
Tints of Midnight Express #0E1236
RGB
CMYK
RGB Variations
Color information
#0E1236 (or 0x0E1236) is known color: Midnight Express. HEX triplet: 0E, 12 and 36. RGB value is (14,18,54). Sum of RGB (Red+Green+Blue) = 14+18+54=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 18 (7.42% from 255 or 20.93% from 86); Blue value is 54 (21.48% from 255 or 62.79% from 86); Max value from RGB is 54 - color contains mainly: blue. Hex color #0E1236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1236 is #F1EDC9. Grayscale: #141414. Windows color (decimal): -15855050 or 3543566. OLE color: 3543566.
HSL color Cylindrical-coordinate representation of color #0E1236: hue angle of 234º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1236 is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 14 | 18 | 54 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.79 |
| HSL | 234º | 0.59% | 0.13% | - |
| HSV(B) | 234º | 0.74% | 0.21% | - |
| XYZ | 1.06 | 0.79 | 3.59 | - |
| YUV | 20.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 54 | 0.74 | 0.67 | 0 | 0.79 | 234 | 0.59 | 0.13 |
| Hex | E | 12 | 36 | 4A | 43 | 0 | 4F | EA | 3B | D |
| Octal | 16 | 22 | 66 | 112 | 103 | 0 | 117 | 352 | 73 | 15 |
| Binary | 1110 | 10010 | 110110 | 1001010 | 1000011 | 0 | 1001111 | 11101010 | 111011 | 1101 |
Color Harmonies of #0E1236
Complementary color
Monochromatic Colors of #0E1236
Black with #0E1236
Text Example
Text Example
White with #0E1236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1236; }
p { color: rgb(14,18,54); }
H1.HeaderClassName
{
color: #0E1236;
}
.AnyTagClassName
{
color: #0E1236;
}
</style>
background-color css
<style>
a { background-color: #0E1236; }
a { background-color: rgb(14,18,54); }
div.DivClassName
{
background-color: #0E1236;
}
.BgClassName
{
background-color: #0E1236;
}
</style>
border-color css
<style>
span { border-color: #0E1236; }
span { border-color: rgb(14,18,54); }
td.TdClassName
{
border-color: #0E1236;
}
.TagClassName
{
border-color: #0E1236;
}
</style>