Shades of Midnight Express #1E2A41
Tints of Midnight Express #1E2A41
RGB
CMYK
RGB Variations
Color information
#1E2A41 (or 0x1E2A41) is known color: Midnight Express. HEX triplet: 1E, 2A and 41. RGB value is (30,42,65). Sum of RGB (Red+Green+Blue) = 30+42+65=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 65 (25.78% from 255 or 47.45% from 137); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E2A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A41 is #E1D5BE. Grayscale: #282828. Windows color (decimal): -14800319 or 4270622. OLE color: 4270622.
HSL color Cylindrical-coordinate representation of color #1E2A41: hue angle of 219.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 #1E2A41 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 42 | 65 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.75 |
| HSL | 219.43º | 0.37% | 0.19% | - |
| HSV(B) | 219.43º | 0.54% | 0.25% | - |
| XYZ | 2.32 | 2.31 | 5.33 | - |
| YUV | 41.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 65 | 0.54 | 0.35 | 0 | 0.75 | 219.43 | 0.37 | 0.19 |
| Hex | 1E | 2A | 41 | 36 | 23 | 0 | 4B | DB | 25 | 13 |
| Octal | 36 | 52 | 101 | 66 | 43 | 0 | 113 | 333 | 45 | 23 |
| Binary | 11110 | 101010 | 1000001 | 110110 | 100011 | 0 | 1001011 | 11011011 | 100101 | 10011 |
Color Harmonies of #1E2A41
Complementary color
Monochromatic Colors of #1E2A41
Black with #1E2A41
Text Example
Text Example
White with #1E2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A41; }
p { color: rgb(30,42,65); }
H1.HeaderClassName
{
color: #1E2A41;
}
.AnyTagClassName
{
color: #1E2A41;
}
</style>
background-color css
<style>
a { background-color: #1E2A41; }
a { background-color: rgb(30,42,65); }
div.DivClassName
{
background-color: #1E2A41;
}
.BgClassName
{
background-color: #1E2A41;
}
</style>
border-color css
<style>
span { border-color: #1E2A41; }
span { border-color: rgb(30,42,65); }
td.TdClassName
{
border-color: #1E2A41;
}
.TagClassName
{
border-color: #1E2A41;
}
</style>