Shades of Midnight Express #1E2943
Tints of Midnight Express #1E2943
RGB
CMYK
RGB Variations
Color information
#1E2943 (or 0x1E2943) is known color: Midnight Express. HEX triplet: 1E, 29 and 43. RGB value is (30,41,67). Sum of RGB (Red+Green+Blue) = 30+41+67=138 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.74% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E2943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2943 is #E1D6BC. Grayscale: #282828. Windows color (decimal): -14800573 or 4401438. OLE color: 4401438.
HSL color Cylindrical-coordinate representation of color #1E2943: hue angle of 222.16º 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 #1E2943 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 41 | 67 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.74 |
| HSL | 222.16º | 0.38% | 0.19% | - |
| HSV(B) | 222.16º | 0.55% | 0.26% | - |
| XYZ | 2.34 | 2.27 | 5.62 | - |
| YUV | 40.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 67 | 0.55 | 0.39 | 0 | 0.74 | 222.16 | 0.38 | 0.19 |
| Hex | 1E | 29 | 43 | 37 | 27 | 0 | 4A | DE | 26 | 13 |
| Octal | 36 | 51 | 103 | 67 | 47 | 0 | 112 | 336 | 46 | 23 |
| Binary | 11110 | 101001 | 1000011 | 110111 | 100111 | 0 | 1001010 | 11011110 | 100110 | 10011 |
Color Harmonies of #1E2943
Complementary color
Monochromatic Colors of #1E2943
Black with #1E2943
Text Example
Text Example
White with #1E2943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2943; }
p { color: rgb(30,41,67); }
H1.HeaderClassName
{
color: #1E2943;
}
.AnyTagClassName
{
color: #1E2943;
}
</style>
background-color css
<style>
a { background-color: #1E2943; }
a { background-color: rgb(30,41,67); }
div.DivClassName
{
background-color: #1E2943;
}
.BgClassName
{
background-color: #1E2943;
}
</style>
border-color css
<style>
span { border-color: #1E2943; }
span { border-color: rgb(30,41,67); }
td.TdClassName
{
border-color: #1E2943;
}
.TagClassName
{
border-color: #1E2943;
}
</style>