Shades of Midnight Express #0E1534
Tints of Midnight Express #0E1534
RGB
CMYK
RGB Variations
Color information
#0E1534 (or 0x0E1534) is known color: Midnight Express. HEX triplet: 0E, 15 and 34. RGB value is (14,21,52). Sum of RGB (Red+Green+Blue) = 14+21+52=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 52 (20.70% from 255 or 59.77% from 87); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E1534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1534 is #F1EACB. Grayscale: #161616. Windows color (decimal): -15854284 or 3413262. OLE color: 3413262.
HSL color Cylindrical-coordinate representation of color #0E1534: hue angle of 228.95º 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 #0E1534 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 21 | 52 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.80 |
| HSL | 228.95º | 0.58% | 0.13% | - |
| HSV(B) | 228.95º | 0.73% | 0.2% | - |
| XYZ | 1.07 | 0.88 | 3.36 | - |
| YUV | 22.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 52 | 0.73 | 0.60 | 0 | 0.80 | 228.95 | 0.58 | 0.13 |
| Hex | E | 15 | 34 | 49 | 3C | 0 | 50 | E5 | 3A | D |
| Octal | 16 | 25 | 64 | 111 | 74 | 0 | 120 | 345 | 72 | 15 |
| Binary | 1110 | 10101 | 110100 | 1001001 | 111100 | 0 | 1010000 | 11100101 | 111010 | 1101 |
Color Harmonies of #0E1534
Complementary color
Monochromatic Colors of #0E1534
Black with #0E1534
Text Example
Text Example
White with #0E1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1534; }
p { color: rgb(14,21,52); }
H1.HeaderClassName
{
color: #0E1534;
}
.AnyTagClassName
{
color: #0E1534;
}
</style>
background-color css
<style>
a { background-color: #0E1534; }
a { background-color: rgb(14,21,52); }
div.DivClassName
{
background-color: #0E1534;
}
.BgClassName
{
background-color: #0E1534;
}
</style>
border-color css
<style>
span { border-color: #0E1534; }
span { border-color: rgb(14,21,52); }
td.TdClassName
{
border-color: #0E1534;
}
.TagClassName
{
border-color: #0E1534;
}
</style>