Shades of Midnight Express #1E284A
Tints of Midnight Express #1E284A
RGB
CMYK
RGB Variations
Color information
#1E284A (or 0x1E284A) is known color: Midnight Express. HEX triplet: 1E, 28 and 4A. RGB value is (30,40,74). Sum of RGB (Red+Green+Blue) = 30+40+74=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #1E284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E284A is #E1D7B5. Grayscale: #282828. Windows color (decimal): -14800822 or 4859934. OLE color: 4859934.
HSL color Cylindrical-coordinate representation of color #1E284A: hue angle of 226.36º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1E284A is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 40 | 74 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.71 |
| HSL | 226.36º | 0.42% | 0.2% | - |
| HSV(B) | 226.36º | 0.59% | 0.29% | - |
| XYZ | 2.53 | 2.29 | 6.79 | - |
| YUV | 40.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 74 | 0.59 | 0.46 | 0 | 0.71 | 226.36 | 0.42 | 0.2 |
| Hex | 1E | 28 | 4A | 3B | 2E | 0 | 47 | E2 | 2A | 14 |
| Octal | 36 | 50 | 112 | 73 | 56 | 0 | 107 | 342 | 52 | 24 |
| Binary | 11110 | 101000 | 1001010 | 111011 | 101110 | 0 | 1000111 | 11100010 | 101010 | 10100 |
Color Harmonies of #1E284A
Complementary color
Monochromatic Colors of #1E284A
Black with #1E284A
Text Example
Text Example
White with #1E284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E284A; }
p { color: rgb(30,40,74); }
H1.HeaderClassName
{
color: #1E284A;
}
.AnyTagClassName
{
color: #1E284A;
}
</style>
background-color css
<style>
a { background-color: #1E284A; }
a { background-color: rgb(30,40,74); }
div.DivClassName
{
background-color: #1E284A;
}
.BgClassName
{
background-color: #1E284A;
}
</style>
border-color css
<style>
span { border-color: #1E284A; }
span { border-color: rgb(30,40,74); }
td.TdClassName
{
border-color: #1E284A;
}
.TagClassName
{
border-color: #1E284A;
}
</style>