Shades of Midnight Express #121549
Tints of Midnight Express #121549
RGB
CMYK
RGB Variations
Color information
#121549 (or 0x121549) is known color: Midnight Express. HEX triplet: 12, 15 and 49. RGB value is (18,21,73). Sum of RGB (Red+Green+Blue) = 18+21+73=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #121549 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121549 is #EDEAB6. Grayscale: #191919. Windows color (decimal): -15592119 or 4789522. OLE color: 4789522.
HSL color Cylindrical-coordinate representation of color #121549: hue angle of 236.73º 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 #121549 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 18 | 21 | 73 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.71 |
| HSL | 236.73º | 0.6% | 0.18% | - |
| HSV(B) | 236.73º | 0.75% | 0.29% | - |
| XYZ | 1.72 | 1.15 | 6.43 | - |
| YUV | 26.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 21 | 73 | 0.75 | 0.71 | 0 | 0.71 | 236.73 | 0.6 | 0.18 |
| Hex | 12 | 15 | 49 | 4B | 47 | 0 | 47 | ED | 3C | 12 |
| Octal | 22 | 25 | 111 | 113 | 107 | 0 | 107 | 355 | 74 | 22 |
| Binary | 10010 | 10101 | 1001001 | 1001011 | 1000111 | 0 | 1000111 | 11101101 | 111100 | 10010 |
Color Harmonies of #121549
Complementary color
Monochromatic Colors of #121549
Black with #121549
Text Example
Text Example
White with #121549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121549; }
p { color: rgb(18,21,73); }
H1.HeaderClassName
{
color: #121549;
}
.AnyTagClassName
{
color: #121549;
}
</style>
background-color css
<style>
a { background-color: #121549; }
a { background-color: rgb(18,21,73); }
div.DivClassName
{
background-color: #121549;
}
.BgClassName
{
background-color: #121549;
}
</style>
border-color css
<style>
span { border-color: #121549; }
span { border-color: rgb(18,21,73); }
td.TdClassName
{
border-color: #121549;
}
.TagClassName
{
border-color: #121549;
}
</style>