Shades of Midnight Express #1E2240
Tints of Midnight Express #1E2240
RGB
CMYK
RGB Variations
Color information
#1E2240 (or 0x1E2240) is known color: Midnight Express. HEX triplet: 1E, 22 and 40. RGB value is (30,34,64). Sum of RGB (Red+Green+Blue) = 30+34+64=128 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.44% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #1E2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2240 is #E1DDBF. Grayscale: #242424. Windows color (decimal): -14802368 or 4203038. OLE color: 4203038.
HSL color Cylindrical-coordinate representation of color #1E2240: hue angle of 232.94º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E2240 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 34 | 64 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.75 |
| HSL | 232.94º | 0.36% | 0.18% | - |
| HSV(B) | 232.94º | 0.53% | 0.25% | - |
| XYZ | 2.03 | 1.79 | 5.09 | - |
| YUV | 36.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 64 | 0.53 | 0.47 | 0 | 0.75 | 232.94 | 0.36 | 0.18 |
| Hex | 1E | 22 | 40 | 35 | 2F | 0 | 4B | E9 | 24 | 12 |
| Octal | 36 | 42 | 100 | 65 | 57 | 0 | 113 | 351 | 44 | 22 |
| Binary | 11110 | 100010 | 1000000 | 110101 | 101111 | 0 | 1001011 | 11101001 | 100100 | 10010 |
Color Harmonies of #1E2240
Complementary color
Monochromatic Colors of #1E2240
Black with #1E2240
Text Example
Text Example
White with #1E2240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2240; }
p { color: rgb(30,34,64); }
H1.HeaderClassName
{
color: #1E2240;
}
.AnyTagClassName
{
color: #1E2240;
}
</style>
background-color css
<style>
a { background-color: #1E2240; }
a { background-color: rgb(30,34,64); }
div.DivClassName
{
background-color: #1E2240;
}
.BgClassName
{
background-color: #1E2240;
}
</style>
border-color css
<style>
span { border-color: #1E2240; }
span { border-color: rgb(30,34,64); }
td.TdClassName
{
border-color: #1E2240;
}
.TagClassName
{
border-color: #1E2240;
}
</style>