Shades of Midnight Express #1E2341
Tints of Midnight Express #1E2341
RGB
CMYK
RGB Variations
Color information
#1E2341 (or 0x1E2341) is known color: Midnight Express. HEX triplet: 1E, 23 and 41. RGB value is (30,35,65). Sum of RGB (Red+Green+Blue) = 30+35+65=130 (17% of max value = 765). Red value is 30 (12.11% from 255 or 23.08% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E2341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2341 is #E1DCBE. Grayscale: #242424. Windows color (decimal): -14802111 or 4268830. OLE color: 4268830.
HSL color Cylindrical-coordinate representation of color #1E2341: hue angle of 231.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2341 is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 35 | 65 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.75 |
| HSL | 231.43º | 0.37% | 0.19% | - |
| HSV(B) | 231.43º | 0.54% | 0.25% | - |
| XYZ | 2.09 | 1.86 | 5.25 | - |
| YUV | 36.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 65 | 0.54 | 0.46 | 0 | 0.75 | 231.43 | 0.37 | 0.19 |
| Hex | 1E | 23 | 41 | 36 | 2E | 0 | 4B | E7 | 25 | 13 |
| Octal | 36 | 43 | 101 | 66 | 56 | 0 | 113 | 347 | 45 | 23 |
| Binary | 11110 | 100011 | 1000001 | 110110 | 101110 | 0 | 1001011 | 11100111 | 100101 | 10011 |
Color Harmonies of #1E2341
Complementary color
Monochromatic Colors of #1E2341
Black with #1E2341
Text Example
Text Example
White with #1E2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2341; }
p { color: rgb(30,35,65); }
H1.HeaderClassName
{
color: #1E2341;
}
.AnyTagClassName
{
color: #1E2341;
}
</style>
background-color css
<style>
a { background-color: #1E2341; }
a { background-color: rgb(30,35,65); }
div.DivClassName
{
background-color: #1E2341;
}
.BgClassName
{
background-color: #1E2341;
}
</style>
border-color css
<style>
span { border-color: #1E2341; }
span { border-color: rgb(30,35,65); }
td.TdClassName
{
border-color: #1E2341;
}
.TagClassName
{
border-color: #1E2341;
}
</style>