Shades of Midnight Express #0E1B30
Tints of Midnight Express #0E1B30
RGB
CMYK
RGB Variations
Color information
#0E1B30 (or 0x0E1B30) is known color: Midnight Express. HEX triplet: 0E, 1B and 30. RGB value is (14,27,48). Sum of RGB (Red+Green+Blue) = 14+27+48=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E1B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B30 is #F1E4CF. Grayscale: #191919. Windows color (decimal): -15852752 or 3152654. OLE color: 3152654.
HSL color Cylindrical-coordinate representation of color #0E1B30: hue angle of 217.06º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E1B30 is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 27 | 48 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.81 |
| HSL | 217.06º | 0.55% | 0.12% | - |
| HSV(B) | 217.06º | 0.71% | 0.19% | - |
| XYZ | 1.11 | 1.09 | 2.95 | - |
| YUV | 25.51 | 140.69 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 48 | 0.71 | 0.44 | 0 | 0.81 | 217.06 | 0.55 | 0.12 |
| Hex | E | 1B | 30 | 47 | 2C | 0 | 51 | D9 | 37 | C |
| Octal | 16 | 33 | 60 | 107 | 54 | 0 | 121 | 331 | 67 | 14 |
| Binary | 1110 | 11011 | 110000 | 1000111 | 101100 | 0 | 1010001 | 11011001 | 110111 | 1100 |
Color Harmonies of #0E1B30
Complementary color
Monochromatic Colors of #0E1B30
Black with #0E1B30
Text Example
Text Example
White with #0E1B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B30; }
p { color: rgb(14,27,48); }
H1.HeaderClassName
{
color: #0E1B30;
}
.AnyTagClassName
{
color: #0E1B30;
}
</style>
background-color css
<style>
a { background-color: #0E1B30; }
a { background-color: rgb(14,27,48); }
div.DivClassName
{
background-color: #0E1B30;
}
.BgClassName
{
background-color: #0E1B30;
}
</style>
border-color css
<style>
span { border-color: #0E1B30; }
span { border-color: rgb(14,27,48); }
td.TdClassName
{
border-color: #0E1B30;
}
.TagClassName
{
border-color: #0E1B30;
}
</style>