Shades of Midnight Express #1E2042
Tints of Midnight Express #1E2042
RGB
CMYK
RGB Variations
Color information
#1E2042 (or 0x1E2042) is known color: Midnight Express. HEX triplet: 1E, 20 and 42. RGB value is (30,32,66). Sum of RGB (Red+Green+Blue) = 30+32+66=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #1E2042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2042 is #E1DFBD. Grayscale: #232323. Windows color (decimal): -14802878 or 4333598. OLE color: 4333598.
HSL color Cylindrical-coordinate representation of color #1E2042: hue angle of 236.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E2042 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 32 | 66 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.74 |
| HSL | 236.67º | 0.38% | 0.19% | - |
| HSV(B) | 236.67º | 0.55% | 0.26% | - |
| XYZ | 2.04 | 1.7 | 5.38 | - |
| YUV | 35.28 | 145.34 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 32 | 66 | 0.55 | 0.52 | 0 | 0.74 | 236.67 | 0.38 | 0.19 |
| Hex | 1E | 20 | 42 | 37 | 34 | 0 | 4A | ED | 26 | 13 |
| Octal | 36 | 40 | 102 | 67 | 64 | 0 | 112 | 355 | 46 | 23 |
| Binary | 11110 | 100000 | 1000010 | 110111 | 110100 | 0 | 1001010 | 11101101 | 100110 | 10011 |
Color Harmonies of #1E2042
Complementary color
Monochromatic Colors of #1E2042
Black with #1E2042
Text Example
Text Example
White with #1E2042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2042; }
p { color: rgb(30,32,66); }
H1.HeaderClassName
{
color: #1E2042;
}
.AnyTagClassName
{
color: #1E2042;
}
</style>
background-color css
<style>
a { background-color: #1E2042; }
a { background-color: rgb(30,32,66); }
div.DivClassName
{
background-color: #1E2042;
}
.BgClassName
{
background-color: #1E2042;
}
</style>
border-color css
<style>
span { border-color: #1E2042; }
span { border-color: rgb(30,32,66); }
td.TdClassName
{
border-color: #1E2042;
}
.TagClassName
{
border-color: #1E2042;
}
</style>