Shades of Midnight Express #132050
Tints of Midnight Express #132050
RGB
CMYK
RGB Variations
Color information
#132050 (or 0x132050) is known color: Midnight Express. HEX triplet: 13, 20 and 50. RGB value is (19,32,80). Sum of RGB (Red+Green+Blue) = 19+32+80=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #132050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132050 is #ECDFAF. Grayscale: #212121. Windows color (decimal): -15523760 or 5251091. OLE color: 5251091.
HSL color Cylindrical-coordinate representation of color #132050: hue angle of 227.21º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #132050 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 32 | 80 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.69 |
| HSL | 227.21º | 0.62% | 0.19% | - |
| HSV(B) | 227.21º | 0.76% | 0.31% | - |
| XYZ | 2.23 | 1.75 | 7.81 | - |
| YUV | 33.59 | 154.19 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 80 | 0.76 | 0.60 | 0 | 0.69 | 227.21 | 0.62 | 0.19 |
| Hex | 13 | 20 | 50 | 4C | 3C | 0 | 45 | E3 | 3E | 13 |
| Octal | 23 | 40 | 120 | 114 | 74 | 0 | 105 | 343 | 76 | 23 |
| Binary | 10011 | 100000 | 1010000 | 1001100 | 111100 | 0 | 1000101 | 11100011 | 111110 | 10011 |
Color Harmonies of #132050
Complementary color
Monochromatic Colors of #132050
Black with #132050
Text Example
Text Example
White with #132050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132050; }
p { color: rgb(19,32,80); }
H1.HeaderClassName
{
color: #132050;
}
.AnyTagClassName
{
color: #132050;
}
</style>
background-color css
<style>
a { background-color: #132050; }
a { background-color: rgb(19,32,80); }
div.DivClassName
{
background-color: #132050;
}
.BgClassName
{
background-color: #132050;
}
</style>
border-color css
<style>
span { border-color: #132050; }
span { border-color: rgb(19,32,80); }
td.TdClassName
{
border-color: #132050;
}
.TagClassName
{
border-color: #132050;
}
</style>