Shades of Midnight Express #121839
Tints of Midnight Express #121839
RGB
CMYK
RGB Variations
Color information
#121839 (or 0x121839) is known color: Midnight Express. HEX triplet: 12, 18 and 39. RGB value is (18,24,57). Sum of RGB (Red+Green+Blue) = 18+24+57=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #121839 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121839 is #EDE7C6. Grayscale: #191919. Windows color (decimal): -15591367 or 3741714. OLE color: 3741714.
HSL color Cylindrical-coordinate representation of color #121839: hue angle of 230.77º 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 #121839 is Cyan = 0.68, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 18 | 24 | 57 | - |
| CMYK | 0.68 | 0.58 | 0 | 0.78 |
| HSL | 230.77º | 0.52% | 0.15% | - |
| HSV(B) | 230.77º | 0.68% | 0.22% | - |
| XYZ | 1.31 | 1.08 | 4.01 | - |
| YUV | 25.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 24 | 57 | 0.68 | 0.58 | 0 | 0.78 | 230.77 | 0.52 | 0.15 |
| Hex | 12 | 18 | 39 | 44 | 3A | 0 | 4E | E7 | 34 | F |
| Octal | 22 | 30 | 71 | 104 | 72 | 0 | 116 | 347 | 64 | 17 |
| Binary | 10010 | 11000 | 111001 | 1000100 | 111010 | 0 | 1001110 | 11100111 | 110100 | 1111 |
Color Harmonies of #121839
Complementary color
Monochromatic Colors of #121839
Black with #121839
Text Example
Text Example
White with #121839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121839; }
p { color: rgb(18,24,57); }
H1.HeaderClassName
{
color: #121839;
}
.AnyTagClassName
{
color: #121839;
}
</style>
background-color css
<style>
a { background-color: #121839; }
a { background-color: rgb(18,24,57); }
div.DivClassName
{
background-color: #121839;
}
.BgClassName
{
background-color: #121839;
}
</style>
border-color css
<style>
span { border-color: #121839; }
span { border-color: rgb(18,24,57); }
td.TdClassName
{
border-color: #121839;
}
.TagClassName
{
border-color: #121839;
}
</style>