Shades of Midnight Express #1E2843
Tints of Midnight Express #1E2843
RGB
CMYK
RGB Variations
Color information
#1E2843 (or 0x1E2843) is known color: Midnight Express. HEX triplet: 1E, 28 and 43. RGB value is (30,40,67). Sum of RGB (Red+Green+Blue) = 30+40+67=137 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.90% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E2843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2843 is #E1D7BC. Grayscale: #272727. Windows color (decimal): -14800829 or 4401182. OLE color: 4401182.
HSL color Cylindrical-coordinate representation of color #1E2843: hue angle of 223.78º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E2843 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 40 | 67 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.74 |
| HSL | 223.78º | 0.38% | 0.19% | - |
| HSV(B) | 223.78º | 0.55% | 0.26% | - |
| XYZ | 2.31 | 2.2 | 5.61 | - |
| YUV | 40.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 67 | 0.55 | 0.40 | 0 | 0.74 | 223.78 | 0.38 | 0.19 |
| Hex | 1E | 28 | 43 | 37 | 28 | 0 | 4A | E0 | 26 | 13 |
| Octal | 36 | 50 | 103 | 67 | 50 | 0 | 112 | 340 | 46 | 23 |
| Binary | 11110 | 101000 | 1000011 | 110111 | 101000 | 0 | 1001010 | 11100000 | 100110 | 10011 |
Color Harmonies of #1E2843
Complementary color
Monochromatic Colors of #1E2843
Black with #1E2843
Text Example
Text Example
White with #1E2843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2843; }
p { color: rgb(30,40,67); }
H1.HeaderClassName
{
color: #1E2843;
}
.AnyTagClassName
{
color: #1E2843;
}
</style>
background-color css
<style>
a { background-color: #1E2843; }
a { background-color: rgb(30,40,67); }
div.DivClassName
{
background-color: #1E2843;
}
.BgClassName
{
background-color: #1E2843;
}
</style>
border-color css
<style>
span { border-color: #1E2843; }
span { border-color: rgb(30,40,67); }
td.TdClassName
{
border-color: #1E2843;
}
.TagClassName
{
border-color: #1E2843;
}
</style>