Shades of Midnight Express #0E1B3A
Tints of Midnight Express #0E1B3A
RGB
CMYK
RGB Variations
Color information
#0E1B3A (or 0x0E1B3A) is known color: Midnight Express. HEX triplet: 0E, 1B and 3A. RGB value is (14,27,58). Sum of RGB (Red+Green+Blue) = 14+27+58=99 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14.14% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #0E1B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B3A is #F1E4C5. Grayscale: #1A1A1A. Windows color (decimal): -15852742 or 3808014. OLE color: 3808014.
HSL color Cylindrical-coordinate representation of color #0E1B3A: hue angle of 222.27º 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 #0E1B3A is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 14 | 27 | 58 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.77 |
| HSL | 222.27º | 0.61% | 0.14% | - |
| HSV(B) | 222.27º | 0.76% | 0.23% | - |
| XYZ | 1.34 | 1.18 | 4.16 | - |
| YUV | 26.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 58 | 0.76 | 0.53 | 0 | 0.77 | 222.27 | 0.61 | 0.14 |
| Hex | E | 1B | 3A | 4C | 35 | 0 | 4D | DE | 3D | E |
| Octal | 16 | 33 | 72 | 114 | 65 | 0 | 115 | 336 | 75 | 16 |
| Binary | 1110 | 11011 | 111010 | 1001100 | 110101 | 0 | 1001101 | 11011110 | 111101 | 1110 |
Color Harmonies of #0E1B3A
Complementary color
Monochromatic Colors of #0E1B3A
Black with #0E1B3A
Text Example
Text Example
White with #0E1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B3A; }
p { color: rgb(14,27,58); }
H1.HeaderClassName
{
color: #0E1B3A;
}
.AnyTagClassName
{
color: #0E1B3A;
}
</style>
background-color css
<style>
a { background-color: #0E1B3A; }
a { background-color: rgb(14,27,58); }
div.DivClassName
{
background-color: #0E1B3A;
}
.BgClassName
{
background-color: #0E1B3A;
}
</style>
border-color css
<style>
span { border-color: #0E1B3A; }
span { border-color: rgb(14,27,58); }
td.TdClassName
{
border-color: #0E1B3A;
}
.TagClassName
{
border-color: #0E1B3A;
}
</style>