Shades of Midnight Express #1E2846
Tints of Midnight Express #1E2846
RGB
CMYK
RGB Variations
Color information
#1E2846 (or 0x1E2846) is known color: Midnight Express. HEX triplet: 1E, 28 and 46. RGB value is (30,40,70). Sum of RGB (Red+Green+Blue) = 30+40+70=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 40 (16.02% from 255 or 28.57% from 140); Blue value is 70 (27.73% from 255 or 50% from 140); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E2846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2846 is #E1D7B9. Grayscale: #282828. Windows color (decimal): -14800826 or 4597790. OLE color: 4597790.
HSL color Cylindrical-coordinate representation of color #1E2846: hue angle of 225º 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 #1E2846 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 40 | 70 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.73 |
| HSL | 225º | 0.4% | 0.2% | - |
| HSV(B) | 225º | 0.57% | 0.27% | - |
| XYZ | 2.4 | 2.24 | 6.1 | - |
| YUV | 40.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 70 | 0.57 | 0.43 | 0 | 0.73 | 225 | 0.4 | 0.2 |
| Hex | 1E | 28 | 46 | 39 | 2B | 0 | 49 | E1 | 28 | 14 |
| Octal | 36 | 50 | 106 | 71 | 53 | 0 | 111 | 341 | 50 | 24 |
| Binary | 11110 | 101000 | 1000110 | 111001 | 101011 | 0 | 1001001 | 11100001 | 101000 | 10100 |
Color Harmonies of #1E2846
Complementary color
Monochromatic Colors of #1E2846
Black with #1E2846
Text Example
Text Example
White with #1E2846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2846; }
p { color: rgb(30,40,70); }
H1.HeaderClassName
{
color: #1E2846;
}
.AnyTagClassName
{
color: #1E2846;
}
</style>
background-color css
<style>
a { background-color: #1E2846; }
a { background-color: rgb(30,40,70); }
div.DivClassName
{
background-color: #1E2846;
}
.BgClassName
{
background-color: #1E2846;
}
</style>
border-color css
<style>
span { border-color: #1E2846; }
span { border-color: rgb(30,40,70); }
td.TdClassName
{
border-color: #1E2846;
}
.TagClassName
{
border-color: #1E2846;
}
</style>