Shades of Midnight Express #000E2B
Tints of Midnight Express #000E2B
RGB
CMYK
RGB Variations
Color information
#000E2B (or 0x000E2B) is known color: Midnight Express. HEX triplet: 00, 0E and 2B. RGB value is (0,14,43). Sum of RGB (Red+Green+Blue) = 0+14+43=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 14 (5.86% from 255 or 24.56% from 57); Blue value is 43 (17.19% from 255 or 75.44% from 57); Max value from RGB is 43 - color contains mainly: blue. Hex color #000E2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E2B is #FFF1D4. Grayscale: #0C0C0C. Windows color (decimal): -16773589 or 2821632. OLE color: 2821632.
HSL color Cylindrical-coordinate representation of color #000E2B: hue angle of 220.47º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E2B is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 14 | 43 | - |
| CMYK | 1 | 0.67 | 0 | 0.83 |
| HSL | 220.47º | 1% | 0.08% | - |
| HSV(B) | 220.47º | 1% | 0.17% | - |
| XYZ | 0.59 | 0.49 | 2.35 | - |
| YUV | 13.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 43 | 1 | 0.67 | 0 | 0.83 | 220.47 | 1 | 0.08 |
| Hex | 0 | E | 2B | 64 | 43 | 0 | 53 | DC | 64 | 8 |
| Octal | 0 | 16 | 53 | 144 | 103 | 0 | 123 | 334 | 144 | 10 |
| Binary | 0 | 1110 | 101011 | 1100100 | 1000011 | 0 | 1010011 | 11011100 | 1100100 | 1000 |
Color Harmonies of #000E2B
Complementary color
Monochromatic Colors of #000E2B
Black with #000E2B
Text Example
Text Example
White with #000E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E2B; }
p { color: rgb(0,14,43); }
H1.HeaderClassName
{
color: #000E2B;
}
.AnyTagClassName
{
color: #000E2B;
}
</style>
background-color css
<style>
a { background-color: #000E2B; }
a { background-color: rgb(0,14,43); }
div.DivClassName
{
background-color: #000E2B;
}
.BgClassName
{
background-color: #000E2B;
}
</style>
border-color css
<style>
span { border-color: #000E2B; }
span { border-color: rgb(0,14,43); }
td.TdClassName
{
border-color: #000E2B;
}
.TagClassName
{
border-color: #000E2B;
}
</style>