Shades of Midnight Express #121236
Tints of Midnight Express #121236
RGB
CMYK
RGB Variations
Color information
#121236 (or 0x121236) is known color: Midnight Express. HEX triplet: 12, 12 and 36. RGB value is (18,18,54). Sum of RGB (Red+Green+Blue) = 18+18+54=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 54 (21.48% from 255 or 60% from 90); Max value from RGB is 54 - color contains mainly: blue. Hex color #121236 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121236 is #EDEDC9. Grayscale: #151515. Windows color (decimal): -15592906 or 3543570. OLE color: 3543570.
HSL color Cylindrical-coordinate representation of color #121236: hue angle of 240º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121236 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 18 | 54 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.79 |
| HSL | 240º | 0.5% | 0.14% | - |
| HSV(B) | 240º | 0.67% | 0.21% | - |
| XYZ | 1.13 | 0.83 | 3.59 | - |
| YUV | 22.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 54 | 0.67 | 0.67 | 0 | 0.79 | 240 | 0.5 | 0.14 |
| Hex | 12 | 12 | 36 | 43 | 43 | 0 | 4F | F0 | 32 | E |
| Octal | 22 | 22 | 66 | 103 | 103 | 0 | 117 | 360 | 62 | 16 |
| Binary | 10010 | 10010 | 110110 | 1000011 | 1000011 | 0 | 1001111 | 11110000 | 110010 | 1110 |
Color Harmonies of #121236
Complementary color
Monochromatic Colors of #121236
Black with #121236
Text Example
Text Example
White with #121236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121236; }
p { color: rgb(18,18,54); }
H1.HeaderClassName
{
color: #121236;
}
.AnyTagClassName
{
color: #121236;
}
</style>
background-color css
<style>
a { background-color: #121236; }
a { background-color: rgb(18,18,54); }
div.DivClassName
{
background-color: #121236;
}
.BgClassName
{
background-color: #121236;
}
</style>
border-color css
<style>
span { border-color: #121236; }
span { border-color: rgb(18,18,54); }
td.TdClassName
{
border-color: #121236;
}
.TagClassName
{
border-color: #121236;
}
</style>