Shades of Midnight Express #121146
Tints of Midnight Express #121146
RGB
CMYK
RGB Variations
Color information
#121146 (or 0x121146) is known color: Midnight Express. HEX triplet: 12, 11 and 46. RGB value is (18,17,70). Sum of RGB (Red+Green+Blue) = 18+17+70=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 70 (27.73% from 255 or 66.67% from 105); Max value from RGB is 70 - color contains mainly: blue. Hex color #121146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121146 is #EDEEB9. Grayscale: #171717. Windows color (decimal): -15593146 or 4591890. OLE color: 4591890.
HSL color Cylindrical-coordinate representation of color #121146: hue angle of 241.13º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121146 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 17 | 70 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.73 |
| HSL | 241.13º | 0.61% | 0.17% | - |
| HSV(B) | 241.13º | 0.76% | 0.27% | - |
| XYZ | 1.56 | 0.97 | 5.9 | - |
| YUV | 23.34 | 154.33 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 17 | 70 | 0.74 | 0.76 | 0 | 0.73 | 241.13 | 0.61 | 0.17 |
| Hex | 12 | 11 | 46 | 4A | 4C | 0 | 49 | F1 | 3D | 11 |
| Octal | 22 | 21 | 106 | 112 | 114 | 0 | 111 | 361 | 75 | 21 |
| Binary | 10010 | 10001 | 1000110 | 1001010 | 1001100 | 0 | 1001001 | 11110001 | 111101 | 10001 |
Color Harmonies of #121146
Complementary color
Monochromatic Colors of #121146
Black with #121146
Text Example
Text Example
White with #121146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121146; }
p { color: rgb(18,17,70); }
H1.HeaderClassName
{
color: #121146;
}
.AnyTagClassName
{
color: #121146;
}
</style>
background-color css
<style>
a { background-color: #121146; }
a { background-color: rgb(18,17,70); }
div.DivClassName
{
background-color: #121146;
}
.BgClassName
{
background-color: #121146;
}
</style>
border-color css
<style>
span { border-color: #121146; }
span { border-color: rgb(18,17,70); }
td.TdClassName
{
border-color: #121146;
}
.TagClassName
{
border-color: #121146;
}
</style>