Shades of Midnight Express #0E1337
Tints of Midnight Express #0E1337
RGB
CMYK
RGB Variations
Color information
#0E1337 (or 0x0E1337) is known color: Midnight Express. HEX triplet: 0E, 13 and 37. RGB value is (14,19,55). Sum of RGB (Red+Green+Blue) = 14+19+55=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1337 is #F1ECC8. Grayscale: #151515. Windows color (decimal): -15854793 or 3609358. OLE color: 3609358.
HSL color Cylindrical-coordinate representation of color #0E1337: hue angle of 232.68º 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 #0E1337 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 19 | 55 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.78 |
| HSL | 232.68º | 0.59% | 0.14% | - |
| HSV(B) | 232.68º | 0.75% | 0.22% | - |
| XYZ | 1.1 | 0.83 | 3.72 | - |
| YUV | 21.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 55 | 0.75 | 0.65 | 0 | 0.78 | 232.68 | 0.59 | 0.14 |
| Hex | E | 13 | 37 | 4B | 41 | 0 | 4E | E9 | 3B | E |
| Octal | 16 | 23 | 67 | 113 | 101 | 0 | 116 | 351 | 73 | 16 |
| Binary | 1110 | 10011 | 110111 | 1001011 | 1000001 | 0 | 1001110 | 11101001 | 111011 | 1110 |
Color Harmonies of #0E1337
Complementary color
Monochromatic Colors of #0E1337
Black with #0E1337
Text Example
Text Example
White with #0E1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1337; }
p { color: rgb(14,19,55); }
H1.HeaderClassName
{
color: #0E1337;
}
.AnyTagClassName
{
color: #0E1337;
}
</style>
background-color css
<style>
a { background-color: #0E1337; }
a { background-color: rgb(14,19,55); }
div.DivClassName
{
background-color: #0E1337;
}
.BgClassName
{
background-color: #0E1337;
}
</style>
border-color css
<style>
span { border-color: #0E1337; }
span { border-color: rgb(14,19,55); }
td.TdClassName
{
border-color: #0E1337;
}
.TagClassName
{
border-color: #0E1337;
}
</style>