Shades of Midnight Express #121E49
Tints of Midnight Express #121E49
RGB
CMYK
RGB Variations
Color information
#121E49 (or 0x121E49) is known color: Midnight Express. HEX triplet: 12, 1E and 49. RGB value is (18,30,73). Sum of RGB (Red+Green+Blue) = 18+30+73=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #121E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E49 is #EDE1B6. Grayscale: #1F1F1F. Windows color (decimal): -15589815 or 4791826. OLE color: 4791826.
HSL color Cylindrical-coordinate representation of color #121E49: hue angle of 226.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121E49 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 30 | 73 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.71 |
| HSL | 226.91º | 0.6% | 0.18% | - |
| HSV(B) | 226.91º | 0.75% | 0.29% | - |
| XYZ | 1.92 | 1.54 | 6.5 | - |
| YUV | 31.31 | 151.52 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 73 | 0.75 | 0.59 | 0 | 0.71 | 226.91 | 0.6 | 0.18 |
| Hex | 12 | 1E | 49 | 4B | 3B | 0 | 47 | E3 | 3C | 12 |
| Octal | 22 | 36 | 111 | 113 | 73 | 0 | 107 | 343 | 74 | 22 |
| Binary | 10010 | 11110 | 1001001 | 1001011 | 111011 | 0 | 1000111 | 11100011 | 111100 | 10010 |
Color Harmonies of #121E49
Complementary color
Monochromatic Colors of #121E49
Black with #121E49
Text Example
Text Example
White with #121E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E49; }
p { color: rgb(18,30,73); }
H1.HeaderClassName
{
color: #121E49;
}
.AnyTagClassName
{
color: #121E49;
}
</style>
background-color css
<style>
a { background-color: #121E49; }
a { background-color: rgb(18,30,73); }
div.DivClassName
{
background-color: #121E49;
}
.BgClassName
{
background-color: #121E49;
}
</style>
border-color css
<style>
span { border-color: #121E49; }
span { border-color: rgb(18,30,73); }
td.TdClassName
{
border-color: #121E49;
}
.TagClassName
{
border-color: #121E49;
}
</style>