Shades of Midnight Express #0E1E47
Tints of Midnight Express #0E1E47
RGB
CMYK
RGB Variations
Color information
#0E1E47 (or 0x0E1E47) is known color: Midnight Express. HEX triplet: 0E, 1E and 47. RGB value is (14,30,71). Sum of RGB (Red+Green+Blue) = 14+30+71=115 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.17% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 71 (28.12% from 255 or 61.74% from 115); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E1E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1E47 is #F1E1B8. Grayscale: #1D1D1D. Windows color (decimal): -15851961 or 4660750. OLE color: 4660750.
HSL color Cylindrical-coordinate representation of color #0E1E47: hue angle of 223.16º 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 #0E1E47 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 30 | 71 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.72 |
| HSL | 223.16º | 0.67% | 0.17% | - |
| HSV(B) | 223.16º | 0.8% | 0.28% | - |
| XYZ | 1.78 | 1.48 | 6.15 | - |
| YUV | 29.89 | 151.2 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 30 | 71 | 0.80 | 0.58 | 0 | 0.72 | 223.16 | 0.67 | 0.17 |
| Hex | E | 1E | 47 | 50 | 3A | 0 | 48 | DF | 43 | 11 |
| Octal | 16 | 36 | 107 | 120 | 72 | 0 | 110 | 337 | 103 | 21 |
| Binary | 1110 | 11110 | 1000111 | 1010000 | 111010 | 0 | 1001000 | 11011111 | 1000011 | 10001 |
Color Harmonies of #0E1E47
Complementary color
Monochromatic Colors of #0E1E47
Black with #0E1E47
Text Example
Text Example
White with #0E1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1E47; }
p { color: rgb(14,30,71); }
H1.HeaderClassName
{
color: #0E1E47;
}
.AnyTagClassName
{
color: #0E1E47;
}
</style>
background-color css
<style>
a { background-color: #0E1E47; }
a { background-color: rgb(14,30,71); }
div.DivClassName
{
background-color: #0E1E47;
}
.BgClassName
{
background-color: #0E1E47;
}
</style>
border-color css
<style>
span { border-color: #0E1E47; }
span { border-color: rgb(14,30,71); }
td.TdClassName
{
border-color: #0E1E47;
}
.TagClassName
{
border-color: #0E1E47;
}
</style>