Shades of Midnight Express #131139
Tints of Midnight Express #131139
RGB
CMYK
RGB Variations
Color information
#131139 (or 0x131139) is known color: Midnight Express. HEX triplet: 13, 11 and 39. RGB value is (19,17,57). Sum of RGB (Red+Green+Blue) = 19+17+57=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 17 (7.03% from 255 or 18.28% from 93); Blue value is 57 (22.66% from 255 or 61.29% from 93); Max value from RGB is 57 - color contains mainly: blue. Hex color #131139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131139 is #ECEEC6. Grayscale: #161616. Windows color (decimal): -15527623 or 3739923. OLE color: 3739923.
HSL color Cylindrical-coordinate representation of color #131139: hue angle of 243º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131139 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 17 | 57 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.78 |
| HSL | 243º | 0.54% | 0.15% | - |
| HSV(B) | 243º | 0.7% | 0.22% | - |
| XYZ | 1.21 | 0.83 | 3.97 | - |
| YUV | 22.16 | 147.66 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 57 | 0.67 | 0.70 | 0 | 0.78 | 243 | 0.54 | 0.15 |
| Hex | 13 | 11 | 39 | 43 | 46 | 0 | 4E | F3 | 36 | F |
| Octal | 23 | 21 | 71 | 103 | 106 | 0 | 116 | 363 | 66 | 17 |
| Binary | 10011 | 10001 | 111001 | 1000011 | 1000110 | 0 | 1001110 | 11110011 | 110110 | 1111 |
Color Harmonies of #131139
Complementary color
Monochromatic Colors of #131139
Black with #131139
Text Example
Text Example
White with #131139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131139; }
p { color: rgb(19,17,57); }
H1.HeaderClassName
{
color: #131139;
}
.AnyTagClassName
{
color: #131139;
}
</style>
background-color css
<style>
a { background-color: #131139; }
a { background-color: rgb(19,17,57); }
div.DivClassName
{
background-color: #131139;
}
.BgClassName
{
background-color: #131139;
}
</style>
border-color css
<style>
span { border-color: #131139; }
span { border-color: rgb(19,17,57); }
td.TdClassName
{
border-color: #131139;
}
.TagClassName
{
border-color: #131139;
}
</style>