Shades of Midnight Express #121949
Tints of Midnight Express #121949
RGB
CMYK
RGB Variations
Color information
#121949 (or 0x121949) is known color: Midnight Express. HEX triplet: 12, 19 and 49. RGB value is (18,25,73). Sum of RGB (Red+Green+Blue) = 18+25+73=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #121949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121949 is #EDE6B6. Grayscale: #1C1C1C. Windows color (decimal): -15591095 or 4790546. OLE color: 4790546.
HSL color Cylindrical-coordinate representation of color #121949: hue angle of 232.36º 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 #121949 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 25 | 73 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.71 |
| HSL | 232.36º | 0.6% | 0.18% | - |
| HSV(B) | 232.36º | 0.75% | 0.29% | - |
| XYZ | 1.8 | 1.3 | 6.46 | - |
| YUV | 28.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 73 | 0.75 | 0.66 | 0 | 0.71 | 232.36 | 0.6 | 0.18 |
| Hex | 12 | 19 | 49 | 4B | 42 | 0 | 47 | E8 | 3C | 12 |
| Octal | 22 | 31 | 111 | 113 | 102 | 0 | 107 | 350 | 74 | 22 |
| Binary | 10010 | 11001 | 1001001 | 1001011 | 1000010 | 0 | 1000111 | 11101000 | 111100 | 10010 |
Color Harmonies of #121949
Complementary color
Monochromatic Colors of #121949
Black with #121949
Text Example
Text Example
White with #121949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121949; }
p { color: rgb(18,25,73); }
H1.HeaderClassName
{
color: #121949;
}
.AnyTagClassName
{
color: #121949;
}
</style>
background-color css
<style>
a { background-color: #121949; }
a { background-color: rgb(18,25,73); }
div.DivClassName
{
background-color: #121949;
}
.BgClassName
{
background-color: #121949;
}
</style>
border-color css
<style>
span { border-color: #121949; }
span { border-color: rgb(18,25,73); }
td.TdClassName
{
border-color: #121949;
}
.TagClassName
{
border-color: #121949;
}
</style>