Shades of Midnight Express #121246
Tints of Midnight Express #121246
RGB
CMYK
RGB Variations
Color information
#121246 (or 0x121246) is known color: Midnight Express. HEX triplet: 12, 12 and 46. RGB value is (18,18,70). Sum of RGB (Red+Green+Blue) = 18+18+70=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 70 (27.73% from 255 or 66.04% from 106); Max value from RGB is 70 - color contains mainly: blue. Hex color #121246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121246 is #EDEDB9. Grayscale: #171717. Windows color (decimal): -15592890 or 4592146. OLE color: 4592146.
HSL color Cylindrical-coordinate representation of color #121246: hue angle of 240º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121246 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 18 | 18 | 70 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.73 |
| HSL | 240º | 0.59% | 0.17% | - |
| HSV(B) | 240º | 0.74% | 0.27% | - |
| XYZ | 1.57 | 1 | 5.91 | - |
| YUV | 23.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 70 | 0.74 | 0.74 | 0 | 0.73 | 240 | 0.59 | 0.17 |
| Hex | 12 | 12 | 46 | 4A | 4A | 0 | 49 | F0 | 3B | 11 |
| Octal | 22 | 22 | 106 | 112 | 112 | 0 | 111 | 360 | 73 | 21 |
| Binary | 10010 | 10010 | 1000110 | 1001010 | 1001010 | 0 | 1001001 | 11110000 | 111011 | 10001 |
Color Harmonies of #121246
Complementary color
Monochromatic Colors of #121246
Black with #121246
Text Example
Text Example
White with #121246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121246; }
p { color: rgb(18,18,70); }
H1.HeaderClassName
{
color: #121246;
}
.AnyTagClassName
{
color: #121246;
}
</style>
background-color css
<style>
a { background-color: #121246; }
a { background-color: rgb(18,18,70); }
div.DivClassName
{
background-color: #121246;
}
.BgClassName
{
background-color: #121246;
}
</style>
border-color css
<style>
span { border-color: #121246; }
span { border-color: rgb(18,18,70); }
td.TdClassName
{
border-color: #121246;
}
.TagClassName
{
border-color: #121246;
}
</style>