Shades of Midnight Express #0E1537
Tints of Midnight Express #0E1537
RGB
CMYK
RGB Variations
Color information
#0E1537 (or 0x0E1537) is known color: Midnight Express. HEX triplet: 0E, 15 and 37. RGB value is (14,21,55). Sum of RGB (Red+Green+Blue) = 14+21+55=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #0E1537 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1537 is #F1EAC8. Grayscale: #161616. Windows color (decimal): -15854281 or 3609870. OLE color: 3609870.
HSL color Cylindrical-coordinate representation of color #0E1537: hue angle of 229.76º 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 #0E1537 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 21 | 55 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.78 |
| HSL | 229.76º | 0.59% | 0.14% | - |
| HSV(B) | 229.76º | 0.75% | 0.22% | - |
| XYZ | 1.14 | 0.91 | 3.73 | - |
| YUV | 22.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 21 | 55 | 0.75 | 0.62 | 0 | 0.78 | 229.76 | 0.59 | 0.14 |
| Hex | E | 15 | 37 | 4B | 3E | 0 | 4E | E6 | 3B | E |
| Octal | 16 | 25 | 67 | 113 | 76 | 0 | 116 | 346 | 73 | 16 |
| Binary | 1110 | 10101 | 110111 | 1001011 | 111110 | 0 | 1001110 | 11100110 | 111011 | 1110 |
Color Harmonies of #0E1537
Complementary color
Monochromatic Colors of #0E1537
Black with #0E1537
Text Example
Text Example
White with #0E1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1537; }
p { color: rgb(14,21,55); }
H1.HeaderClassName
{
color: #0E1537;
}
.AnyTagClassName
{
color: #0E1537;
}
</style>
background-color css
<style>
a { background-color: #0E1537; }
a { background-color: rgb(14,21,55); }
div.DivClassName
{
background-color: #0E1537;
}
.BgClassName
{
background-color: #0E1537;
}
</style>
border-color css
<style>
span { border-color: #0E1537; }
span { border-color: rgb(14,21,55); }
td.TdClassName
{
border-color: #0E1537;
}
.TagClassName
{
border-color: #0E1537;
}
</style>