Shades of Midnight Express #0E1034
Tints of Midnight Express #0E1034
RGB
CMYK
RGB Variations
Color information
#0E1034 (or 0x0E1034) is known color: Midnight Express. HEX triplet: 0E, 10 and 34. RGB value is (14,16,52). Sum of RGB (Red+Green+Blue) = 14+16+52=82 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.07% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 52 (20.70% from 255 or 63.41% from 82); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E1034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1034 is #F1EFCB. Grayscale: #131313. Windows color (decimal): -15855564 or 3411982. OLE color: 3411982.
HSL color Cylindrical-coordinate representation of color #0E1034: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1034 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 16 | 52 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.80 |
| HSL | 236.84º | 0.58% | 0.13% | - |
| HSV(B) | 236.84º | 0.73% | 0.2% | - |
| XYZ | 0.99 | 0.71 | 3.33 | - |
| YUV | 19.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 52 | 0.73 | 0.69 | 0 | 0.80 | 236.84 | 0.58 | 0.13 |
| Hex | E | 10 | 34 | 49 | 45 | 0 | 50 | ED | 3A | D |
| Octal | 16 | 20 | 64 | 111 | 105 | 0 | 120 | 355 | 72 | 15 |
| Binary | 1110 | 10000 | 110100 | 1001001 | 1000101 | 0 | 1010000 | 11101101 | 111010 | 1101 |
Color Harmonies of #0E1034
Complementary color
Monochromatic Colors of #0E1034
Black with #0E1034
Text Example
Text Example
White with #0E1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1034; }
p { color: rgb(14,16,52); }
H1.HeaderClassName
{
color: #0E1034;
}
.AnyTagClassName
{
color: #0E1034;
}
</style>
background-color css
<style>
a { background-color: #0E1034; }
a { background-color: rgb(14,16,52); }
div.DivClassName
{
background-color: #0E1034;
}
.BgClassName
{
background-color: #0E1034;
}
</style>
border-color css
<style>
span { border-color: #0E1034; }
span { border-color: rgb(14,16,52); }
td.TdClassName
{
border-color: #0E1034;
}
.TagClassName
{
border-color: #0E1034;
}
</style>