Shades of Midnight Express #131040
Tints of Midnight Express #131040
RGB
CMYK
RGB Variations
Color information
#131040 (or 0x131040) is known color: Midnight Express. HEX triplet: 13, 10 and 40. RGB value is (19,16,64). Sum of RGB (Red+Green+Blue) = 19+16+64=99 (13% of max value = 765). Red value is 19 (7.81% from 255 or 19.19% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #131040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131040 is #ECEFBF. Grayscale: #161616. Windows color (decimal): -15527872 or 4198419. OLE color: 4198419.
HSL color Cylindrical-coordinate representation of color #131040: hue angle of 243.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131040 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 16 | 64 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.75 |
| HSL | 243.75º | 0.6% | 0.16% | - |
| HSV(B) | 243.75º | 0.75% | 0.25% | - |
| XYZ | 1.38 | 0.88 | 4.95 | - |
| YUV | 22.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 16 | 64 | 0.70 | 0.75 | 0 | 0.75 | 243.75 | 0.6 | 0.16 |
| Hex | 13 | 10 | 40 | 46 | 4B | 0 | 4B | F4 | 3C | 10 |
| Octal | 23 | 20 | 100 | 106 | 113 | 0 | 113 | 364 | 74 | 20 |
| Binary | 10011 | 10000 | 1000000 | 1000110 | 1001011 | 0 | 1001011 | 11110100 | 111100 | 10000 |
Color Harmonies of #131040
Complementary color
Monochromatic Colors of #131040
Black with #131040
Text Example
Text Example
White with #131040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131040; }
p { color: rgb(19,16,64); }
H1.HeaderClassName
{
color: #131040;
}
.AnyTagClassName
{
color: #131040;
}
</style>
background-color css
<style>
a { background-color: #131040; }
a { background-color: rgb(19,16,64); }
div.DivClassName
{
background-color: #131040;
}
.BgClassName
{
background-color: #131040;
}
</style>
border-color css
<style>
span { border-color: #131040; }
span { border-color: rgb(19,16,64); }
td.TdClassName
{
border-color: #131040;
}
.TagClassName
{
border-color: #131040;
}
</style>