Shades of Midnight Express #121736
Tints of Midnight Express #121736
RGB
CMYK
RGB Variations
Color information
#121736 (or 0x121736) is known color: Midnight Express. HEX triplet: 12, 17 and 36. RGB value is (18,23,54). Sum of RGB (Red+Green+Blue) = 18+23+54=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #121736 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121736 is #EDE8C9. Grayscale: #181818. Windows color (decimal): -15591626 or 3544850. OLE color: 3544850.
HSL color Cylindrical-coordinate representation of color #121736: hue angle of 231.67º 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 #121736 is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 23 | 54 | - |
| CMYK | 0.67 | 0.57 | 0 | 0.79 |
| HSL | 231.67º | 0.5% | 0.14% | - |
| HSV(B) | 231.67º | 0.67% | 0.21% | - |
| XYZ | 1.22 | 1.01 | 3.62 | - |
| YUV | 25.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 54 | 0.67 | 0.57 | 0 | 0.79 | 231.67 | 0.5 | 0.14 |
| Hex | 12 | 17 | 36 | 43 | 39 | 0 | 4F | E8 | 32 | E |
| Octal | 22 | 27 | 66 | 103 | 71 | 0 | 117 | 350 | 62 | 16 |
| Binary | 10010 | 10111 | 110110 | 1000011 | 111001 | 0 | 1001111 | 11101000 | 110010 | 1110 |
Color Harmonies of #121736
Complementary color
Monochromatic Colors of #121736
Black with #121736
Text Example
Text Example
White with #121736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121736; }
p { color: rgb(18,23,54); }
H1.HeaderClassName
{
color: #121736;
}
.AnyTagClassName
{
color: #121736;
}
</style>
background-color css
<style>
a { background-color: #121736; }
a { background-color: rgb(18,23,54); }
div.DivClassName
{
background-color: #121736;
}
.BgClassName
{
background-color: #121736;
}
</style>
border-color css
<style>
span { border-color: #121736; }
span { border-color: rgb(18,23,54); }
td.TdClassName
{
border-color: #121736;
}
.TagClassName
{
border-color: #121736;
}
</style>