Shades of Midnight Express #142134
Tints of Midnight Express #142134
RGB
CMYK
RGB Variations
Color information
#142134 (or 0x142134) is known color: Midnight Express. HEX triplet: 14, 21 and 34. RGB value is (20,33,52). Sum of RGB (Red+Green+Blue) = 20+33+52=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #142134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142134 is #EBDECB. Grayscale: #1F1F1F. Windows color (decimal): -15457996 or 3416340. OLE color: 3416340.
HSL color Cylindrical-coordinate representation of color #142134: hue angle of 215.62º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #142134 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 33 | 52 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.80 |
| HSL | 215.63º | 0.44% | 0.14% | - |
| HSV(B) | 215.63º | 0.62% | 0.2% | - |
| XYZ | 1.45 | 1.48 | 3.46 | - |
| YUV | 31.28 | 139.69 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 52 | 0.62 | 0.37 | 0 | 0.80 | 215.63 | 0.44 | 0.14 |
| Hex | 14 | 21 | 34 | 3E | 25 | 0 | 50 | D8 | 2C | E |
| Octal | 24 | 41 | 64 | 76 | 45 | 0 | 120 | 330 | 54 | 16 |
| Binary | 10100 | 100001 | 110100 | 111110 | 100101 | 0 | 1010000 | 11011000 | 101100 | 1110 |
Color Harmonies of #142134
Complementary color
Monochromatic Colors of #142134
Black with #142134
Text Example
Text Example
White with #142134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142134; }
p { color: rgb(20,33,52); }
H1.HeaderClassName
{
color: #142134;
}
.AnyTagClassName
{
color: #142134;
}
</style>
background-color css
<style>
a { background-color: #142134; }
a { background-color: rgb(20,33,52); }
div.DivClassName
{
background-color: #142134;
}
.BgClassName
{
background-color: #142134;
}
</style>
border-color css
<style>
span { border-color: #142134; }
span { border-color: rgb(20,33,52); }
td.TdClassName
{
border-color: #142134;
}
.TagClassName
{
border-color: #142134;
}
</style>