Shades of Midnight Express #1E2448
Tints of Midnight Express #1E2448
RGB
CMYK
RGB Variations
Color information
#1E2448 (or 0x1E2448) is known color: Midnight Express. HEX triplet: 1E, 24 and 48. RGB value is (30,36,72). Sum of RGB (Red+Green+Blue) = 30+36+72=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 72 (28.52% from 255 or 52.17% from 138); Max value from RGB is 72 - color contains mainly: blue. Hex color #1E2448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2448 is #E1DBB7. Grayscale: #262626. Windows color (decimal): -14801848 or 4727838. OLE color: 4727838.
HSL color Cylindrical-coordinate representation of color #1E2448: hue angle of 231.43º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E2448 is Cyan = 0.58, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 36 | 72 | - |
| CMYK | 0.58 | 0.5 | 0 | 0.72 |
| HSL | 231.43º | 0.41% | 0.2% | - |
| HSV(B) | 231.43º | 0.58% | 0.28% | - |
| XYZ | 2.34 | 2.01 | 6.39 | - |
| YUV | 38.31 | 147.01 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 36 | 72 | 0.58 | 0.5 | 0 | 0.72 | 231.43 | 0.41 | 0.2 |
| Hex | 1E | 24 | 48 | 3A | 32 | 0 | 48 | E7 | 29 | 14 |
| Octal | 36 | 44 | 110 | 72 | 62 | 0 | 110 | 347 | 51 | 24 |
| Binary | 11110 | 100100 | 1001000 | 111010 | 110010 | 0 | 1001000 | 11100111 | 101001 | 10100 |
Color Harmonies of #1E2448
Complementary color
Monochromatic Colors of #1E2448
Black with #1E2448
Text Example
Text Example
White with #1E2448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2448; }
p { color: rgb(30,36,72); }
H1.HeaderClassName
{
color: #1E2448;
}
.AnyTagClassName
{
color: #1E2448;
}
</style>
background-color css
<style>
a { background-color: #1E2448; }
a { background-color: rgb(30,36,72); }
div.DivClassName
{
background-color: #1E2448;
}
.BgClassName
{
background-color: #1E2448;
}
</style>
border-color css
<style>
span { border-color: #1E2448; }
span { border-color: rgb(30,36,72); }
td.TdClassName
{
border-color: #1E2448;
}
.TagClassName
{
border-color: #1E2448;
}
</style>