Shades of Midnight Express #131140
Tints of Midnight Express #131140
RGB
CMYK
RGB Variations
Color information
#131140 (or 0x131140) is known color: Midnight Express. HEX triplet: 13, 11 and 40. RGB value is (19,17,64). Sum of RGB (Red+Green+Blue) = 19+17+64=100 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #131140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131140 is #ECEEBF. Grayscale: #161616. Windows color (decimal): -15527616 or 4198675. OLE color: 4198675.
HSL color Cylindrical-coordinate representation of color #131140: hue angle of 242.55º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #131140 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 17 | 64 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.75 |
| HSL | 242.55º | 0.58% | 0.16% | - |
| HSV(B) | 242.55º | 0.73% | 0.25% | - |
| XYZ | 1.39 | 0.91 | 4.95 | - |
| YUV | 22.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 64 | 0.70 | 0.73 | 0 | 0.75 | 242.55 | 0.58 | 0.16 |
| Hex | 13 | 11 | 40 | 46 | 49 | 0 | 4B | F3 | 3A | 10 |
| Octal | 23 | 21 | 100 | 106 | 111 | 0 | 113 | 363 | 72 | 20 |
| Binary | 10011 | 10001 | 1000000 | 1000110 | 1001001 | 0 | 1001011 | 11110011 | 111010 | 10000 |
Color Harmonies of #131140
Complementary color
Monochromatic Colors of #131140
Black with #131140
Text Example
Text Example
White with #131140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131140; }
p { color: rgb(19,17,64); }
H1.HeaderClassName
{
color: #131140;
}
.AnyTagClassName
{
color: #131140;
}
</style>
background-color css
<style>
a { background-color: #131140; }
a { background-color: rgb(19,17,64); }
div.DivClassName
{
background-color: #131140;
}
.BgClassName
{
background-color: #131140;
}
</style>
border-color css
<style>
span { border-color: #131140; }
span { border-color: rgb(19,17,64); }
td.TdClassName
{
border-color: #131140;
}
.TagClassName
{
border-color: #131140;
}
</style>