Shades of Midnight Express #142250
Tints of Midnight Express #142250
RGB
CMYK
RGB Variations
Color information
#142250 (or 0x142250) is known color: Midnight Express. HEX triplet: 14, 22 and 50. RGB value is (20,34,80). Sum of RGB (Red+Green+Blue) = 20+34+80=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #142250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142250 is #EBDDAF. Grayscale: #222222. Windows color (decimal): -15457712 or 5251604. OLE color: 5251604.
HSL color Cylindrical-coordinate representation of color #142250: hue angle of 226º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #142250 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 34 | 80 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.69 |
| HSL | 226º | 0.6% | 0.2% | - |
| HSV(B) | 226º | 0.75% | 0.31% | - |
| XYZ | 2.31 | 1.87 | 7.83 | - |
| YUV | 35.06 | 153.36 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 80 | 0.75 | 0.58 | 0 | 0.69 | 226 | 0.6 | 0.2 |
| Hex | 14 | 22 | 50 | 4B | 3A | 0 | 45 | E2 | 3C | 14 |
| Octal | 24 | 42 | 120 | 113 | 72 | 0 | 105 | 342 | 74 | 24 |
| Binary | 10100 | 100010 | 1010000 | 1001011 | 111010 | 0 | 1000101 | 11100010 | 111100 | 10100 |
Color Harmonies of #142250
Complementary color
Monochromatic Colors of #142250
Black with #142250
Text Example
Text Example
White with #142250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142250; }
p { color: rgb(20,34,80); }
H1.HeaderClassName
{
color: #142250;
}
.AnyTagClassName
{
color: #142250;
}
</style>
background-color css
<style>
a { background-color: #142250; }
a { background-color: rgb(20,34,80); }
div.DivClassName
{
background-color: #142250;
}
.BgClassName
{
background-color: #142250;
}
</style>
border-color css
<style>
span { border-color: #142250; }
span { border-color: rgb(20,34,80); }
td.TdClassName
{
border-color: #142250;
}
.TagClassName
{
border-color: #142250;
}
</style>