Shades of Midnight Express #1E2A43
Tints of Midnight Express #1E2A43
RGB
CMYK
RGB Variations
Color information
#1E2A43 (or 0x1E2A43) is known color: Midnight Express. HEX triplet: 1E, 2A and 43. RGB value is (30,42,67). Sum of RGB (Red+Green+Blue) = 30+42+67=139 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.58% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 67 (26.56% from 255 or 48.20% from 139); Max value from RGB is 67 - color contains mainly: blue. Hex color #1E2A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2A43 is #E1D5BC. Grayscale: #292929. Windows color (decimal): -14800317 or 4401694. OLE color: 4401694.
HSL color Cylindrical-coordinate representation of color #1E2A43: hue angle of 220.54º 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 #1E2A43 is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 42 | 67 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.74 |
| HSL | 220.54º | 0.38% | 0.19% | - |
| HSV(B) | 220.54º | 0.55% | 0.26% | - |
| XYZ | 2.38 | 2.34 | 5.64 | - |
| YUV | 41.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 42 | 67 | 0.55 | 0.37 | 0 | 0.74 | 220.54 | 0.38 | 0.19 |
| Hex | 1E | 2A | 43 | 37 | 25 | 0 | 4A | DD | 26 | 13 |
| Octal | 36 | 52 | 103 | 67 | 45 | 0 | 112 | 335 | 46 | 23 |
| Binary | 11110 | 101010 | 1000011 | 110111 | 100101 | 0 | 1001010 | 11011101 | 100110 | 10011 |
Color Harmonies of #1E2A43
Complementary color
Monochromatic Colors of #1E2A43
Black with #1E2A43
Text Example
Text Example
White with #1E2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2A43; }
p { color: rgb(30,42,67); }
H1.HeaderClassName
{
color: #1E2A43;
}
.AnyTagClassName
{
color: #1E2A43;
}
</style>
background-color css
<style>
a { background-color: #1E2A43; }
a { background-color: rgb(30,42,67); }
div.DivClassName
{
background-color: #1E2A43;
}
.BgClassName
{
background-color: #1E2A43;
}
</style>
border-color css
<style>
span { border-color: #1E2A43; }
span { border-color: rgb(30,42,67); }
td.TdClassName
{
border-color: #1E2A43;
}
.TagClassName
{
border-color: #1E2A43;
}
</style>