Shades of Midnight Express #000E2A
Tints of Midnight Express #000E2A
RGB
CMYK
RGB Variations
Color information
#000E2A (or 0x000E2A) is known color: Midnight Express. HEX triplet: 00, 0E and 2A. RGB value is (0,14,42). Sum of RGB (Red+Green+Blue) = 0+14+42=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 42 (16.80% from 255 or 75% from 56); Max value from RGB is 42 - color contains mainly: blue. Hex color #000E2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E2A is #FFF1D5. Grayscale: #0C0C0C. Windows color (decimal): -16773590 or 2756096. OLE color: 2756096.
HSL color Cylindrical-coordinate representation of color #000E2A: hue angle of 220º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E2A is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 14 | 42 | - |
| CMYK | 1 | 0.67 | 0 | 0.84 |
| HSL | 220º | 1% | 0.08% | - |
| HSV(B) | 220º | 1% | 0.16% | - |
| XYZ | 0.57 | 0.48 | 2.25 | - |
| YUV | 13.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 42 | 1 | 0.67 | 0 | 0.84 | 220 | 1 | 0.08 |
| Hex | 0 | E | 2A | 64 | 43 | 0 | 54 | DC | 64 | 8 |
| Octal | 0 | 16 | 52 | 144 | 103 | 0 | 124 | 334 | 144 | 10 |
| Binary | 0 | 1110 | 101010 | 1100100 | 1000011 | 0 | 1010100 | 11011100 | 1100100 | 1000 |
Color Harmonies of #000E2A
Complementary color
Monochromatic Colors of #000E2A
Black with #000E2A
Text Example
Text Example
White with #000E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E2A; }
p { color: rgb(0,14,42); }
H1.HeaderClassName
{
color: #000E2A;
}
.AnyTagClassName
{
color: #000E2A;
}
</style>
background-color css
<style>
a { background-color: #000E2A; }
a { background-color: rgb(0,14,42); }
div.DivClassName
{
background-color: #000E2A;
}
.BgClassName
{
background-color: #000E2A;
}
</style>
border-color css
<style>
span { border-color: #000E2A; }
span { border-color: rgb(0,14,42); }
td.TdClassName
{
border-color: #000E2A;
}
.TagClassName
{
border-color: #000E2A;
}
</style>