Shades of Midnight Express #0E093F
Tints of Midnight Express #0E093F
RGB
CMYK
RGB Variations
Color information
#0E093F (or 0x0E093F) is known color: Midnight Express. HEX triplet: 0E, 09 and 3F. RGB value is (14,9,63). Sum of RGB (Red+Green+Blue) = 14+9+63=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #0E093F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E093F is #F1F6C0. Grayscale: #101010. Windows color (decimal): -15857345 or 4131086. OLE color: 4131086.
HSL color Cylindrical-coordinate representation of color #0E093F: hue angle of 245.56º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E093F is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 9 | 63 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.75 |
| HSL | 245.56º | 0.75% | 0.14% | - |
| HSV(B) | 245.56º | 0.86% | 0.25% | - |
| XYZ | 1.18 | 0.65 | 4.77 | - |
| YUV | 16.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 9 | 63 | 0.78 | 0.86 | 0 | 0.75 | 245.56 | 0.75 | 0.14 |
| Hex | E | 9 | 3F | 4E | 56 | 0 | 4B | F6 | 4B | E |
| Octal | 16 | 11 | 77 | 116 | 126 | 0 | 113 | 366 | 113 | 16 |
| Binary | 1110 | 1001 | 111111 | 1001110 | 1010110 | 0 | 1001011 | 11110110 | 1001011 | 1110 |
Color Harmonies of #0E093F
Complementary color
Monochromatic Colors of #0E093F
Black with #0E093F
Text Example
Text Example
White with #0E093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E093F; }
p { color: rgb(14,9,63); }
H1.HeaderClassName
{
color: #0E093F;
}
.AnyTagClassName
{
color: #0E093F;
}
</style>
background-color css
<style>
a { background-color: #0E093F; }
a { background-color: rgb(14,9,63); }
div.DivClassName
{
background-color: #0E093F;
}
.BgClassName
{
background-color: #0E093F;
}
</style>
border-color css
<style>
span { border-color: #0E093F; }
span { border-color: rgb(14,9,63); }
td.TdClassName
{
border-color: #0E093F;
}
.TagClassName
{
border-color: #0E093F;
}
</style>