Shades of Midnight Express #0E1C47
Tints of Midnight Express #0E1C47
RGB
CMYK
RGB Variations
Color information
#0E1C47 (or 0x0E1C47) is known color: Midnight Express. HEX triplet: 0E, 1C and 47. RGB value is (14,28,71). Sum of RGB (Red+Green+Blue) = 14+28+71=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E1C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C47 is #F1E3B8. Grayscale: #1C1C1C. Windows color (decimal): -15852473 or 4660238. OLE color: 4660238.
HSL color Cylindrical-coordinate representation of color #0E1C47: hue angle of 225.26º 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 #0E1C47 is Cyan = 0.80, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 14 | 28 | 71 | - |
| CMYK | 0.80 | 0.61 | 0 | 0.72 |
| HSL | 225.26º | 0.67% | 0.17% | - |
| HSV(B) | 225.26º | 0.8% | 0.28% | - |
| XYZ | 1.73 | 1.38 | 6.14 | - |
| YUV | 28.72 | 151.86 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 28 | 71 | 0.80 | 0.61 | 0 | 0.72 | 225.26 | 0.67 | 0.17 |
| Hex | E | 1C | 47 | 50 | 3D | 0 | 48 | E1 | 43 | 11 |
| Octal | 16 | 34 | 107 | 120 | 75 | 0 | 110 | 341 | 103 | 21 |
| Binary | 1110 | 11100 | 1000111 | 1010000 | 111101 | 0 | 1001000 | 11100001 | 1000011 | 10001 |
Color Harmonies of #0E1C47
Complementary color
Monochromatic Colors of #0E1C47
Black with #0E1C47
Text Example
Text Example
White with #0E1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1C47; }
p { color: rgb(14,28,71); }
H1.HeaderClassName
{
color: #0E1C47;
}
.AnyTagClassName
{
color: #0E1C47;
}
</style>
background-color css
<style>
a { background-color: #0E1C47; }
a { background-color: rgb(14,28,71); }
div.DivClassName
{
background-color: #0E1C47;
}
.BgClassName
{
background-color: #0E1C47;
}
</style>
border-color css
<style>
span { border-color: #0E1C47; }
span { border-color: rgb(14,28,71); }
td.TdClassName
{
border-color: #0E1C47;
}
.TagClassName
{
border-color: #0E1C47;
}
</style>