Shades of Midnight Express #0E1B34
Tints of Midnight Express #0E1B34
RGB
CMYK
RGB Variations
Color information
#0E1B34 (or 0x0E1B34) is known color: Midnight Express. HEX triplet: 0E, 1B and 34. RGB value is (14,27,52). Sum of RGB (Red+Green+Blue) = 14+27+52=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E1B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B34 is #F1E4CB. Grayscale: #191919. Windows color (decimal): -15852748 or 3414798. OLE color: 3414798.
HSL color Cylindrical-coordinate representation of color #0E1B34: hue angle of 219.47º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E1B34 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 27 | 52 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.80 |
| HSL | 219.47º | 0.58% | 0.13% | - |
| HSV(B) | 219.47º | 0.73% | 0.2% | - |
| XYZ | 1.19 | 1.13 | 3.4 | - |
| YUV | 25.96 | 142.69 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 52 | 0.73 | 0.48 | 0 | 0.80 | 219.47 | 0.58 | 0.13 |
| Hex | E | 1B | 34 | 49 | 30 | 0 | 50 | DB | 3A | D |
| Octal | 16 | 33 | 64 | 111 | 60 | 0 | 120 | 333 | 72 | 15 |
| Binary | 1110 | 11011 | 110100 | 1001001 | 110000 | 0 | 1010000 | 11011011 | 111010 | 1101 |
Color Harmonies of #0E1B34
Complementary color
Monochromatic Colors of #0E1B34
Black with #0E1B34
Text Example
Text Example
White with #0E1B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B34; }
p { color: rgb(14,27,52); }
H1.HeaderClassName
{
color: #0E1B34;
}
.AnyTagClassName
{
color: #0E1B34;
}
</style>
background-color css
<style>
a { background-color: #0E1B34; }
a { background-color: rgb(14,27,52); }
div.DivClassName
{
background-color: #0E1B34;
}
.BgClassName
{
background-color: #0E1B34;
}
</style>
border-color css
<style>
span { border-color: #0E1B34; }
span { border-color: rgb(14,27,52); }
td.TdClassName
{
border-color: #0E1B34;
}
.TagClassName
{
border-color: #0E1B34;
}
</style>