Shades of Midnight Express #1E2544
Tints of Midnight Express #1E2544
RGB
CMYK
RGB Variations
Color information
#1E2544 (or 0x1E2544) is known color: Midnight Express. HEX triplet: 1E, 25 and 44. RGB value is (30,37,68). Sum of RGB (Red+Green+Blue) = 30+37+68=135 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.22% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #1E2544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2544 is #E1DABB. Grayscale: #262626. Windows color (decimal): -14801596 or 4465950. OLE color: 4465950.
HSL color Cylindrical-coordinate representation of color #1E2544: hue angle of 228.95º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E2544 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 37 | 68 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.73 |
| HSL | 228.95º | 0.39% | 0.19% | - |
| HSV(B) | 228.95º | 0.56% | 0.27% | - |
| XYZ | 2.24 | 2.02 | 5.74 | - |
| YUV | 38.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 37 | 68 | 0.56 | 0.46 | 0 | 0.73 | 228.95 | 0.39 | 0.19 |
| Hex | 1E | 25 | 44 | 38 | 2E | 0 | 49 | E5 | 27 | 13 |
| Octal | 36 | 45 | 104 | 70 | 56 | 0 | 111 | 345 | 47 | 23 |
| Binary | 11110 | 100101 | 1000100 | 111000 | 101110 | 0 | 1001001 | 11100101 | 100111 | 10011 |
Color Harmonies of #1E2544
Complementary color
Monochromatic Colors of #1E2544
Black with #1E2544
Text Example
Text Example
White with #1E2544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2544; }
p { color: rgb(30,37,68); }
H1.HeaderClassName
{
color: #1E2544;
}
.AnyTagClassName
{
color: #1E2544;
}
</style>
background-color css
<style>
a { background-color: #1E2544; }
a { background-color: rgb(30,37,68); }
div.DivClassName
{
background-color: #1E2544;
}
.BgClassName
{
background-color: #1E2544;
}
</style>
border-color css
<style>
span { border-color: #1E2544; }
span { border-color: rgb(30,37,68); }
td.TdClassName
{
border-color: #1E2544;
}
.TagClassName
{
border-color: #1E2544;
}
</style>