Shades of Midnight Express #0E143A
Tints of Midnight Express #0E143A
RGB
CMYK
RGB Variations
Color information
#0E143A (or 0x0E143A) is known color: Midnight Express. HEX triplet: 0E, 14 and 3A. RGB value is (14,20,58). Sum of RGB (Red+Green+Blue) = 14+20+58=92 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.22% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 58 (23.05% from 255 or 63.04% from 92); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E143A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E143A is #F1EBC5. Grayscale: #161616. Windows color (decimal): -15854534 or 3806222. OLE color: 3806222.
HSL color Cylindrical-coordinate representation of color #0E143A: hue angle of 231.82º degrees, saturation: 0.61, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0E143A is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 20 | 58 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.77 |
| HSL | 231.82º | 0.61% | 0.14% | - |
| HSV(B) | 231.82º | 0.76% | 0.23% | - |
| XYZ | 1.19 | 0.9 | 4.11 | - |
| YUV | 22.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 20 | 58 | 0.76 | 0.66 | 0 | 0.77 | 231.82 | 0.61 | 0.14 |
| Hex | E | 14 | 3A | 4C | 42 | 0 | 4D | E8 | 3D | E |
| Octal | 16 | 24 | 72 | 114 | 102 | 0 | 115 | 350 | 75 | 16 |
| Binary | 1110 | 10100 | 111010 | 1001100 | 1000010 | 0 | 1001101 | 11101000 | 111101 | 1110 |
Color Harmonies of #0E143A
Complementary color
Monochromatic Colors of #0E143A
Black with #0E143A
Text Example
Text Example
White with #0E143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E143A; }
p { color: rgb(14,20,58); }
H1.HeaderClassName
{
color: #0E143A;
}
.AnyTagClassName
{
color: #0E143A;
}
</style>
background-color css
<style>
a { background-color: #0E143A; }
a { background-color: rgb(14,20,58); }
div.DivClassName
{
background-color: #0E143A;
}
.BgClassName
{
background-color: #0E143A;
}
</style>
border-color css
<style>
span { border-color: #0E143A; }
span { border-color: rgb(14,20,58); }
td.TdClassName
{
border-color: #0E143A;
}
.TagClassName
{
border-color: #0E143A;
}
</style>