Shades of Midnight Express #121937
Tints of Midnight Express #121937
RGB
CMYK
RGB Variations
Color information
#121937 (or 0x121937) is known color: Midnight Express. HEX triplet: 12, 19 and 37. RGB value is (18,25,55). Sum of RGB (Red+Green+Blue) = 18+25+55=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #121937 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121937 is #EDE6C8. Grayscale: #1A1A1A. Windows color (decimal): -15591113 or 3610898. OLE color: 3610898.
HSL color Cylindrical-coordinate representation of color #121937: hue angle of 228.65º 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 #121937 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 25 | 55 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.78 |
| HSL | 228.65º | 0.51% | 0.14% | - |
| HSV(B) | 228.65º | 0.67% | 0.22% | - |
| XYZ | 1.29 | 1.1 | 3.76 | - |
| YUV | 26.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 55 | 0.67 | 0.55 | 0 | 0.78 | 228.65 | 0.51 | 0.14 |
| Hex | 12 | 19 | 37 | 43 | 37 | 0 | 4E | E5 | 33 | E |
| Octal | 22 | 31 | 67 | 103 | 67 | 0 | 116 | 345 | 63 | 16 |
| Binary | 10010 | 11001 | 110111 | 1000011 | 110111 | 0 | 1001110 | 11100101 | 110011 | 1110 |
Color Harmonies of #121937
Complementary color
Monochromatic Colors of #121937
Black with #121937
Text Example
Text Example
White with #121937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121937; }
p { color: rgb(18,25,55); }
H1.HeaderClassName
{
color: #121937;
}
.AnyTagClassName
{
color: #121937;
}
</style>
background-color css
<style>
a { background-color: #121937; }
a { background-color: rgb(18,25,55); }
div.DivClassName
{
background-color: #121937;
}
.BgClassName
{
background-color: #121937;
}
</style>
border-color css
<style>
span { border-color: #121937; }
span { border-color: rgb(18,25,55); }
td.TdClassName
{
border-color: #121937;
}
.TagClassName
{
border-color: #121937;
}
</style>