Shades of Midnight Express #1E2346
Tints of Midnight Express #1E2346
RGB
CMYK
RGB Variations
Color information
#1E2346 (or 0x1E2346) is known color: Midnight Express. HEX triplet: 1E, 23 and 46. RGB value is (30,35,70). Sum of RGB (Red+Green+Blue) = 30+35+70=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2346 is #E1DCB9. Grayscale: #252525. Windows color (decimal): -14802106 or 4596510. OLE color: 4596510.
HSL color Cylindrical-coordinate representation of color #1E2346: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E2346 is Cyan = 0.57, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 35 | 70 | - |
| CMYK | 0.57 | 0.5 | 0 | 0.73 |
| HSL | 232.5º | 0.4% | 0.2% | - |
| HSV(B) | 232.5º | 0.57% | 0.27% | - |
| XYZ | 2.24 | 1.92 | 6.05 | - |
| YUV | 37.5 | 146.34 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 70 | 0.57 | 0.5 | 0 | 0.73 | 232.5 | 0.4 | 0.2 |
| Hex | 1E | 23 | 46 | 39 | 32 | 0 | 49 | E8 | 28 | 14 |
| Octal | 36 | 43 | 106 | 71 | 62 | 0 | 111 | 350 | 50 | 24 |
| Binary | 11110 | 100011 | 1000110 | 111001 | 110010 | 0 | 1001001 | 11101000 | 101000 | 10100 |
Color Harmonies of #1E2346
Complementary color
Monochromatic Colors of #1E2346
Black with #1E2346
Text Example
Text Example
White with #1E2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2346; }
p { color: rgb(30,35,70); }
H1.HeaderClassName
{
color: #1E2346;
}
.AnyTagClassName
{
color: #1E2346;
}
</style>
background-color css
<style>
a { background-color: #1E2346; }
a { background-color: rgb(30,35,70); }
div.DivClassName
{
background-color: #1E2346;
}
.BgClassName
{
background-color: #1E2346;
}
</style>
border-color css
<style>
span { border-color: #1E2346; }
span { border-color: rgb(30,35,70); }
td.TdClassName
{
border-color: #1E2346;
}
.TagClassName
{
border-color: #1E2346;
}
</style>