Shades of Midnight Express #0E0B3B
Tints of Midnight Express #0E0B3B
RGB
CMYK
RGB Variations
Color information
#0E0B3B (or 0x0E0B3B) is known color: Midnight Express. HEX triplet: 0E, 0B and 3B. RGB value is (14,11,59). Sum of RGB (Red+Green+Blue) = 14+11+59=84 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.67% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 59 (23.44% from 255 or 70.24% from 84); Max value from RGB is 59 - color contains mainly: blue. Hex color #0E0B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0B3B is #F1F4C4. Grayscale: #111111. Windows color (decimal): -15856837 or 3869454. OLE color: 3869454.
HSL color Cylindrical-coordinate representation of color #0E0B3B: hue angle of 243.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E0B3B is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 11 | 59 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.77 |
| HSL | 243.75º | 0.69% | 0.14% | - |
| HSV(B) | 243.75º | 0.81% | 0.23% | - |
| XYZ | 1.09 | 0.65 | 4.21 | - |
| YUV | 17.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 11 | 59 | 0.76 | 0.81 | 0 | 0.77 | 243.75 | 0.69 | 0.14 |
| Hex | E | B | 3B | 4C | 51 | 0 | 4D | F4 | 45 | E |
| Octal | 16 | 13 | 73 | 114 | 121 | 0 | 115 | 364 | 105 | 16 |
| Binary | 1110 | 1011 | 111011 | 1001100 | 1010001 | 0 | 1001101 | 11110100 | 1000101 | 1110 |
Color Harmonies of #0E0B3B
Complementary color
Monochromatic Colors of #0E0B3B
Black with #0E0B3B
Text Example
Text Example
White with #0E0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0B3B; }
p { color: rgb(14,11,59); }
H1.HeaderClassName
{
color: #0E0B3B;
}
.AnyTagClassName
{
color: #0E0B3B;
}
</style>
background-color css
<style>
a { background-color: #0E0B3B; }
a { background-color: rgb(14,11,59); }
div.DivClassName
{
background-color: #0E0B3B;
}
.BgClassName
{
background-color: #0E0B3B;
}
</style>
border-color css
<style>
span { border-color: #0E0B3B; }
span { border-color: rgb(14,11,59); }
td.TdClassName
{
border-color: #0E0B3B;
}
.TagClassName
{
border-color: #0E0B3B;
}
</style>