Shades of Midnight Express #1E2539
Tints of Midnight Express #1E2539
RGB
CMYK
RGB Variations
Color information
#1E2539 (or 0x1E2539) is known color: Midnight Express. HEX triplet: 1E, 25 and 39. RGB value is (30,37,57). Sum of RGB (Red+Green+Blue) = 30+37+57=124 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.19% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2539 is #E1DAC6. Grayscale: #252525. Windows color (decimal): -14801607 or 3745054. OLE color: 3745054.
HSL color Cylindrical-coordinate representation of color #1E2539: hue angle of 224.44º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E2539 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 37 | 57 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.78 |
| HSL | 224.44º | 0.31% | 0.17% | - |
| HSV(B) | 224.44º | 0.47% | 0.22% | - |
| XYZ | 1.94 | 1.89 | 4.13 | - |
| YUV | 37.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 57 | 0.47 | 0.35 | 0 | 0.78 | 224.44 | 0.31 | 0.17 |
| Hex | 1E | 25 | 39 | 2F | 23 | 0 | 4E | E0 | 1F | 11 |
| Octal | 36 | 45 | 71 | 57 | 43 | 0 | 116 | 340 | 37 | 21 |
| Binary | 11110 | 100101 | 111001 | 101111 | 100011 | 0 | 1001110 | 11100000 | 11111 | 10001 |
Color Harmonies of #1E2539
Complementary color
Monochromatic Colors of #1E2539
Black with #1E2539
Text Example
Text Example
White with #1E2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2539; }
p { color: rgb(30,37,57); }
H1.HeaderClassName
{
color: #1E2539;
}
.AnyTagClassName
{
color: #1E2539;
}
</style>
background-color css
<style>
a { background-color: #1E2539; }
a { background-color: rgb(30,37,57); }
div.DivClassName
{
background-color: #1E2539;
}
.BgClassName
{
background-color: #1E2539;
}
</style>
border-color css
<style>
span { border-color: #1E2539; }
span { border-color: rgb(30,37,57); }
td.TdClassName
{
border-color: #1E2539;
}
.TagClassName
{
border-color: #1E2539;
}
</style>