Shades of Midnight Express #000E30
Tints of Midnight Express #000E30
RGB
CMYK
RGB Variations
Color information
#000E30 (or 0x000E30) is known color: Midnight Express. HEX triplet: 00, 0E and 30. RGB value is (0,14,48). Sum of RGB (Red+Green+Blue) = 0+14+48=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 48 (19.14% from 255 or 77.42% from 62); Max value from RGB is 48 - color contains mainly: blue. Hex color #000E30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E30 is #FFF1CF. Grayscale: #0D0D0D. Windows color (decimal): -16773584 or 3149312. OLE color: 3149312.
HSL color Cylindrical-coordinate representation of color #000E30: hue angle of 222.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E30 is Cyan = 1, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 14 | 48 | - |
| CMYK | 1 | 0.71 | 0 | 0.81 |
| HSL | 222.5º | 1% | 0.09% | - |
| HSV(B) | 222.5º | 1% | 0.19% | - |
| XYZ | 0.69 | 0.53 | 2.86 | - |
| YUV | 13.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 48 | 1 | 0.71 | 0 | 0.81 | 222.5 | 1 | 0.09 |
| Hex | 0 | E | 30 | 64 | 47 | 0 | 51 | DE | 64 | 9 |
| Octal | 0 | 16 | 60 | 144 | 107 | 0 | 121 | 336 | 144 | 11 |
| Binary | 0 | 1110 | 110000 | 1100100 | 1000111 | 0 | 1010001 | 11011110 | 1100100 | 1001 |
Color Harmonies of #000E30
Complementary color
Monochromatic Colors of #000E30
Black with #000E30
Text Example
Text Example
White with #000E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E30; }
p { color: rgb(0,14,48); }
H1.HeaderClassName
{
color: #000E30;
}
.AnyTagClassName
{
color: #000E30;
}
</style>
background-color css
<style>
a { background-color: #000E30; }
a { background-color: rgb(0,14,48); }
div.DivClassName
{
background-color: #000E30;
}
.BgClassName
{
background-color: #000E30;
}
</style>
border-color css
<style>
span { border-color: #000E30; }
span { border-color: rgb(0,14,48); }
td.TdClassName
{
border-color: #000E30;
}
.TagClassName
{
border-color: #000E30;
}
</style>