Shades of Midnight Express #1E2142
Tints of Midnight Express #1E2142
RGB
CMYK
RGB Variations
Color information
#1E2142 (or 0x1E2142) is known color: Midnight Express. HEX triplet: 1E, 21 and 42. RGB value is (30,33,66). Sum of RGB (Red+Green+Blue) = 30+33+66=129 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.26% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #1E2142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2142 is #E1DEBD. Grayscale: #232323. Windows color (decimal): -14802622 or 4333854. OLE color: 4333854.
HSL color Cylindrical-coordinate representation of color #1E2142: hue angle of 235º 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 #1E2142 is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
RGB | 30 | 33 | 66 | - |
CMYK | 0.55 | 0.5 | 0 | 0.74 |
HSL | 235º | 0.38% | 0.19% | - |
HSV(B) | 235º | 0.55% | 0.26% | - |
XYZ | 2.06 | 1.76 | 5.38 | - |
YUV | 35.87 | 145.01 | 123.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 33 | 66 | 0.55 | 0.5 | 0 | 0.74 | 235 | 0.38 | 0.19 |
Hex | 1E | 21 | 42 | 37 | 32 | 0 | 4A | EB | 26 | 13 |
Octal | 36 | 41 | 102 | 67 | 62 | 0 | 112 | 353 | 46 | 23 |
Binary | 11110 | 100001 | 1000010 | 110111 | 110010 | 0 | 1001010 | 11101011 | 100110 | 10011 |
Color Harmonies of #1E2142
Complementary color
Monochromatic Colors of #1E2142
Black with #1E2142
Text Example
Text Example
White with #1E2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2142; }
p { color: rgb(30,33,66); }
H1.HeaderClassName
{
color: #1E2142;
}
.AnyTagClassName
{
color: #1E2142;
}
</style>
background-color css
<style>
a { background-color: #1E2142; }
a { background-color: rgb(30,33,66); }
div.DivClassName
{
background-color: #1E2142;
}
.BgClassName
{
background-color: #1E2142;
}
</style>
border-color css
<style>
span { border-color: #1E2142; }
span { border-color: rgb(30,33,66); }
td.TdClassName
{
border-color: #1E2142;
}
.TagClassName
{
border-color: #1E2142;
}
</style>