Shades of Midnight Express #181E49
Tints of Midnight Express #181E49
RGB
CMYK
RGB Variations
Color information
#181E49 (or 0x181E49) is known color: Midnight Express. HEX triplet: 18, 1E and 49. RGB value is (24,30,73). Sum of RGB (Red+Green+Blue) = 24+30+73=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 73 (28.91% from 255 or 57.48% from 127); Max value from RGB is 73 - color contains mainly: blue. Hex color #181E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E49 is #E7E1B6. Grayscale: #202020. Windows color (decimal): -15196599 or 4791832. OLE color: 4791832.
HSL color Cylindrical-coordinate representation of color #181E49: hue angle of 232.65º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181E49 is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 30 | 73 | - |
| CMYK | 0.67 | 0.59 | 0 | 0.71 |
| HSL | 232.65º | 0.51% | 0.19% | - |
| HSV(B) | 232.65º | 0.67% | 0.29% | - |
| XYZ | 2.04 | 1.6 | 6.51 | - |
| YUV | 33.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 73 | 0.67 | 0.59 | 0 | 0.71 | 232.65 | 0.51 | 0.19 |
| Hex | 18 | 1E | 49 | 43 | 3B | 0 | 47 | E9 | 33 | 13 |
| Octal | 30 | 36 | 111 | 103 | 73 | 0 | 107 | 351 | 63 | 23 |
| Binary | 11000 | 11110 | 1001001 | 1000011 | 111011 | 0 | 1000111 | 11101001 | 110011 | 10011 |
Color Harmonies of #181E49
Complementary color
Monochromatic Colors of #181E49
Black with #181E49
Text Example
Text Example
White with #181E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E49; }
p { color: rgb(24,30,73); }
H1.HeaderClassName
{
color: #181E49;
}
.AnyTagClassName
{
color: #181E49;
}
</style>
background-color css
<style>
a { background-color: #181E49; }
a { background-color: rgb(24,30,73); }
div.DivClassName
{
background-color: #181E49;
}
.BgClassName
{
background-color: #181E49;
}
</style>
border-color css
<style>
span { border-color: #181E49; }
span { border-color: rgb(24,30,73); }
td.TdClassName
{
border-color: #181E49;
}
.TagClassName
{
border-color: #181E49;
}
</style>