Shades of Midnight Express #121142
Tints of Midnight Express #121142
RGB
CMYK
RGB Variations
Color information
#121142 (or 0x121142) is known color: Midnight Express. HEX triplet: 12, 11 and 42. RGB value is (18,17,66). Sum of RGB (Red+Green+Blue) = 18+17+66=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 66 (26.17% from 255 or 65.35% from 101); Max value from RGB is 66 - color contains mainly: blue. Hex color #121142 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121142 is #EDEEBD. Grayscale: #161616. Windows color (decimal): -15593150 or 4329746. OLE color: 4329746.
HSL color Cylindrical-coordinate representation of color #121142: hue angle of 241.22º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121142 is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 18 | 17 | 66 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.74 |
| HSL | 241.22º | 0.59% | 0.16% | - |
| HSV(B) | 241.22º | 0.74% | 0.26% | - |
| XYZ | 1.43 | 0.92 | 5.26 | - |
| YUV | 22.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 66 | 0.73 | 0.74 | 0 | 0.74 | 241.22 | 0.59 | 0.16 |
| Hex | 12 | 11 | 42 | 49 | 4A | 0 | 4A | F1 | 3B | 10 |
| Octal | 22 | 21 | 102 | 111 | 112 | 0 | 112 | 361 | 73 | 20 |
| Binary | 10010 | 10001 | 1000010 | 1001001 | 1001010 | 0 | 1001010 | 11110001 | 111011 | 10000 |
Color Harmonies of #121142
Complementary color
Monochromatic Colors of #121142
Black with #121142
Text Example
Text Example
White with #121142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121142; }
p { color: rgb(18,17,66); }
H1.HeaderClassName
{
color: #121142;
}
.AnyTagClassName
{
color: #121142;
}
</style>
background-color css
<style>
a { background-color: #121142; }
a { background-color: rgb(18,17,66); }
div.DivClassName
{
background-color: #121142;
}
.BgClassName
{
background-color: #121142;
}
</style>
border-color css
<style>
span { border-color: #121142; }
span { border-color: rgb(18,17,66); }
td.TdClassName
{
border-color: #121142;
}
.TagClassName
{
border-color: #121142;
}
</style>