Shades of Midnight Express #121737
Tints of Midnight Express #121737
RGB
CMYK
RGB Variations
Color information
#121737 (or 0x121737) is known color: Midnight Express. HEX triplet: 12, 17 and 37. RGB value is (18,23,55). Sum of RGB (Red+Green+Blue) = 18+23+55=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #121737 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121737 is #EDE8C8. Grayscale: #191919. Windows color (decimal): -15591625 or 3610386. OLE color: 3610386.
HSL color Cylindrical-coordinate representation of color #121737: hue angle of 231.89º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121737 is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 23 | 55 | - |
| CMYK | 0.67 | 0.58 | 0 | 0.78 |
| HSL | 231.89º | 0.51% | 0.14% | - |
| HSV(B) | 231.89º | 0.67% | 0.22% | - |
| XYZ | 1.25 | 1.02 | 3.75 | - |
| YUV | 25.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 23 | 55 | 0.67 | 0.58 | 0 | 0.78 | 231.89 | 0.51 | 0.14 |
| Hex | 12 | 17 | 37 | 43 | 3A | 0 | 4E | E8 | 33 | E |
| Octal | 22 | 27 | 67 | 103 | 72 | 0 | 116 | 350 | 63 | 16 |
| Binary | 10010 | 10111 | 110111 | 1000011 | 111010 | 0 | 1001110 | 11101000 | 110011 | 1110 |
Color Harmonies of #121737
Complementary color
Monochromatic Colors of #121737
Black with #121737
Text Example
Text Example
White with #121737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121737; }
p { color: rgb(18,23,55); }
H1.HeaderClassName
{
color: #121737;
}
.AnyTagClassName
{
color: #121737;
}
</style>
background-color css
<style>
a { background-color: #121737; }
a { background-color: rgb(18,23,55); }
div.DivClassName
{
background-color: #121737;
}
.BgClassName
{
background-color: #121737;
}
</style>
border-color css
<style>
span { border-color: #121737; }
span { border-color: rgb(18,23,55); }
td.TdClassName
{
border-color: #121737;
}
.TagClassName
{
border-color: #121737;
}
</style>