Shades of Midnight Express #121A37
Tints of Midnight Express #121A37
RGB
CMYK
RGB Variations
Color information
#121A37 (or 0x121A37) is known color: Midnight Express. HEX triplet: 12, 1A and 37. RGB value is (18,26,55). Sum of RGB (Red+Green+Blue) = 18+26+55=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #121A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A37 is #EDE5C8. Grayscale: #1A1A1A. Windows color (decimal): -15590857 or 3611154. OLE color: 3611154.
HSL color Cylindrical-coordinate representation of color #121A37: hue angle of 227.03º 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 #121A37 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 26 | 55 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.78 |
| HSL | 227.03º | 0.51% | 0.14% | - |
| HSV(B) | 227.03º | 0.67% | 0.22% | - |
| XYZ | 1.31 | 1.14 | 3.77 | - |
| YUV | 26.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 55 | 0.67 | 0.53 | 0 | 0.78 | 227.03 | 0.51 | 0.14 |
| Hex | 12 | 1A | 37 | 43 | 35 | 0 | 4E | E3 | 33 | E |
| Octal | 22 | 32 | 67 | 103 | 65 | 0 | 116 | 343 | 63 | 16 |
| Binary | 10010 | 11010 | 110111 | 1000011 | 110101 | 0 | 1001110 | 11100011 | 110011 | 1110 |
Color Harmonies of #121A37
Complementary color
Monochromatic Colors of #121A37
Black with #121A37
Text Example
Text Example
White with #121A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A37; }
p { color: rgb(18,26,55); }
H1.HeaderClassName
{
color: #121A37;
}
.AnyTagClassName
{
color: #121A37;
}
</style>
background-color css
<style>
a { background-color: #121A37; }
a { background-color: rgb(18,26,55); }
div.DivClassName
{
background-color: #121A37;
}
.BgClassName
{
background-color: #121A37;
}
</style>
border-color css
<style>
span { border-color: #121A37; }
span { border-color: rgb(18,26,55); }
td.TdClassName
{
border-color: #121A37;
}
.TagClassName
{
border-color: #121A37;
}
</style>