Shades of Midnight Express #121939
Tints of Midnight Express #121939
RGB
CMYK
RGB Variations
Color information
#121939 (or 0x121939) is known color: Midnight Express. HEX triplet: 12, 19 and 39. RGB value is (18,25,57). Sum of RGB (Red+Green+Blue) = 18+25+57=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #121939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121939 is #EDE6C6. Grayscale: #1A1A1A. Windows color (decimal): -15591111 or 3741970. OLE color: 3741970.
HSL color Cylindrical-coordinate representation of color #121939: hue angle of 229.23º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121939 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 25 | 57 | - |
| CMYK | 0.68 | 0.56 | 0 | 0.78 |
| HSL | 229.23º | 0.52% | 0.15% | - |
| HSV(B) | 229.23º | 0.68% | 0.22% | - |
| XYZ | 1.34 | 1.12 | 4.02 | - |
| YUV | 26.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 25 | 57 | 0.68 | 0.56 | 0 | 0.78 | 229.23 | 0.52 | 0.15 |
| Hex | 12 | 19 | 39 | 44 | 38 | 0 | 4E | E5 | 34 | F |
| Octal | 22 | 31 | 71 | 104 | 70 | 0 | 116 | 345 | 64 | 17 |
| Binary | 10010 | 11001 | 111001 | 1000100 | 111000 | 0 | 1001110 | 11100101 | 110100 | 1111 |
Color Harmonies of #121939
Complementary color
Monochromatic Colors of #121939
Black with #121939
Text Example
Text Example
White with #121939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121939; }
p { color: rgb(18,25,57); }
H1.HeaderClassName
{
color: #121939;
}
.AnyTagClassName
{
color: #121939;
}
</style>
background-color css
<style>
a { background-color: #121939; }
a { background-color: rgb(18,25,57); }
div.DivClassName
{
background-color: #121939;
}
.BgClassName
{
background-color: #121939;
}
</style>
border-color css
<style>
span { border-color: #121939; }
span { border-color: rgb(18,25,57); }
td.TdClassName
{
border-color: #121939;
}
.TagClassName
{
border-color: #121939;
}
</style>