Shades of Midnight Express #0E193D
Tints of Midnight Express #0E193D
RGB
CMYK
RGB Variations
Color information
#0E193D (or 0x0E193D) is known color: Midnight Express. HEX triplet: 0E, 19 and 3D. RGB value is (14,25,61). Sum of RGB (Red+Green+Blue) = 14+25+61=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #0E193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E193D is #F1E6C2. Grayscale: #191919. Windows color (decimal): -15853251 or 4004110. OLE color: 4004110.
HSL color Cylindrical-coordinate representation of color #0E193D: hue angle of 225.96º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E193D is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 14 | 25 | 61 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.76 |
| HSL | 225.96º | 0.63% | 0.15% | - |
| HSV(B) | 225.96º | 0.77% | 0.24% | - |
| XYZ | 1.37 | 1.13 | 4.56 | - |
| YUV | 25.82 | 147.86 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 61 | 0.77 | 0.59 | 0 | 0.76 | 225.96 | 0.63 | 0.15 |
| Hex | E | 19 | 3D | 4D | 3B | 0 | 4C | E2 | 3F | F |
| Octal | 16 | 31 | 75 | 115 | 73 | 0 | 114 | 342 | 77 | 17 |
| Binary | 1110 | 11001 | 111101 | 1001101 | 111011 | 0 | 1001100 | 11100010 | 111111 | 1111 |
Color Harmonies of #0E193D
Complementary color
Monochromatic Colors of #0E193D
Black with #0E193D
Text Example
Text Example
White with #0E193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E193D; }
p { color: rgb(14,25,61); }
H1.HeaderClassName
{
color: #0E193D;
}
.AnyTagClassName
{
color: #0E193D;
}
</style>
background-color css
<style>
a { background-color: #0E193D; }
a { background-color: rgb(14,25,61); }
div.DivClassName
{
background-color: #0E193D;
}
.BgClassName
{
background-color: #0E193D;
}
</style>
border-color css
<style>
span { border-color: #0E193D; }
span { border-color: rgb(14,25,61); }
td.TdClassName
{
border-color: #0E193D;
}
.TagClassName
{
border-color: #0E193D;
}
</style>