Shades of Midnight Express #0E1347
Tints of Midnight Express #0E1347
RGB
CMYK
RGB Variations
Color information
#0E1347 (or 0x0E1347) is known color: Midnight Express. HEX triplet: 0E, 13 and 47. RGB value is (14,19,71). Sum of RGB (Red+Green+Blue) = 14+19+71=104 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.46% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E1347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1347 is #F1ECB8. Grayscale: #171717. Windows color (decimal): -15854777 or 4657934. OLE color: 4657934.
HSL color Cylindrical-coordinate representation of color #0E1347: hue angle of 234.74º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E1347 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 19 | 71 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.72 |
| HSL | 234.74º | 0.67% | 0.17% | - |
| HSV(B) | 234.74º | 0.8% | 0.28% | - |
| XYZ | 1.55 | 1.01 | 6.08 | - |
| YUV | 23.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 71 | 0.80 | 0.73 | 0 | 0.72 | 234.74 | 0.67 | 0.17 |
| Hex | E | 13 | 47 | 50 | 49 | 0 | 48 | EB | 43 | 11 |
| Octal | 16 | 23 | 107 | 120 | 111 | 0 | 110 | 353 | 103 | 21 |
| Binary | 1110 | 10011 | 1000111 | 1010000 | 1001001 | 0 | 1001000 | 11101011 | 1000011 | 10001 |
Color Harmonies of #0E1347
Complementary color
Monochromatic Colors of #0E1347
Black with #0E1347
Text Example
Text Example
White with #0E1347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1347; }
p { color: rgb(14,19,71); }
H1.HeaderClassName
{
color: #0E1347;
}
.AnyTagClassName
{
color: #0E1347;
}
</style>
background-color css
<style>
a { background-color: #0E1347; }
a { background-color: rgb(14,19,71); }
div.DivClassName
{
background-color: #0E1347;
}
.BgClassName
{
background-color: #0E1347;
}
</style>
border-color css
<style>
span { border-color: #0E1347; }
span { border-color: rgb(14,19,71); }
td.TdClassName
{
border-color: #0E1347;
}
.TagClassName
{
border-color: #0E1347;
}
</style>