Shades of Midnight Express #142034
Tints of Midnight Express #142034
RGB
CMYK
RGB Variations
Color information
#142034 (or 0x142034) is known color: Midnight Express. HEX triplet: 14, 20 and 34. RGB value is (20,32,52). Sum of RGB (Red+Green+Blue) = 20+32+52=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #142034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142034 is #EBDFCB. Grayscale: #1E1E1E. Windows color (decimal): -15458252 or 3416084. OLE color: 3416084.
HSL color Cylindrical-coordinate representation of color #142034: hue angle of 217.5º 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 #142034 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 32 | 52 | - |
| CMYK | 0.62 | 0.38 | 0 | 0.80 |
| HSL | 217.5º | 0.44% | 0.14% | - |
| HSV(B) | 217.5º | 0.62% | 0.2% | - |
| XYZ | 1.42 | 1.43 | 3.45 | - |
| YUV | 30.69 | 140.02 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 52 | 0.62 | 0.38 | 0 | 0.80 | 217.5 | 0.44 | 0.14 |
| Hex | 14 | 20 | 34 | 3E | 26 | 0 | 50 | DA | 2C | E |
| Octal | 24 | 40 | 64 | 76 | 46 | 0 | 120 | 332 | 54 | 16 |
| Binary | 10100 | 100000 | 110100 | 111110 | 100110 | 0 | 1010000 | 11011010 | 101100 | 1110 |
Color Harmonies of #142034
Complementary color
Monochromatic Colors of #142034
Black with #142034
Text Example
Text Example
White with #142034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142034; }
p { color: rgb(20,32,52); }
H1.HeaderClassName
{
color: #142034;
}
.AnyTagClassName
{
color: #142034;
}
</style>
background-color css
<style>
a { background-color: #142034; }
a { background-color: rgb(20,32,52); }
div.DivClassName
{
background-color: #142034;
}
.BgClassName
{
background-color: #142034;
}
</style>
border-color css
<style>
span { border-color: #142034; }
span { border-color: rgb(20,32,52); }
td.TdClassName
{
border-color: #142034;
}
.TagClassName
{
border-color: #142034;
}
</style>