Shades of Midnight Express #142139
Tints of Midnight Express #142139
RGB
CMYK
RGB Variations
Color information
#142139 (or 0x142139) is known color: Midnight Express. HEX triplet: 14, 21 and 39. RGB value is (20,33,57). Sum of RGB (Red+Green+Blue) = 20+33+57=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 57 (22.66% from 255 or 51.82% from 110); Max value from RGB is 57 - color contains mainly: blue. Hex color #142139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142139 is #EBDEC6. Grayscale: #1F1F1F. Windows color (decimal): -15457991 or 3744020. OLE color: 3744020.
HSL color Cylindrical-coordinate representation of color #142139: hue angle of 218.92º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #142139 is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 33 | 57 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.78 |
| HSL | 218.92º | 0.48% | 0.15% | - |
| HSV(B) | 218.92º | 0.65% | 0.22% | - |
| XYZ | 1.57 | 1.53 | 4.08 | - |
| YUV | 31.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 57 | 0.65 | 0.42 | 0 | 0.78 | 218.92 | 0.48 | 0.15 |
| Hex | 14 | 21 | 39 | 41 | 2A | 0 | 4E | DB | 30 | F |
| Octal | 24 | 41 | 71 | 101 | 52 | 0 | 116 | 333 | 60 | 17 |
| Binary | 10100 | 100001 | 111001 | 1000001 | 101010 | 0 | 1001110 | 11011011 | 110000 | 1111 |
Color Harmonies of #142139
Complementary color
Monochromatic Colors of #142139
Black with #142139
Text Example
Text Example
White with #142139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142139; }
p { color: rgb(20,33,57); }
H1.HeaderClassName
{
color: #142139;
}
.AnyTagClassName
{
color: #142139;
}
</style>
background-color css
<style>
a { background-color: #142139; }
a { background-color: rgb(20,33,57); }
div.DivClassName
{
background-color: #142139;
}
.BgClassName
{
background-color: #142139;
}
</style>
border-color css
<style>
span { border-color: #142139; }
span { border-color: rgb(20,33,57); }
td.TdClassName
{
border-color: #142139;
}
.TagClassName
{
border-color: #142139;
}
</style>