Shades of Midnight Express #131536
Tints of Midnight Express #131536
RGB
CMYK
RGB Variations
Color information
#131536 (or 0x131536) is known color: Midnight Express. HEX triplet: 13, 15 and 36. RGB value is (19,21,54). Sum of RGB (Red+Green+Blue) = 19+21+54=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #131536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131536 is #ECEAC9. Grayscale: #181818. Windows color (decimal): -15526602 or 3544339. OLE color: 3544339.
HSL color Cylindrical-coordinate representation of color #131536: hue angle of 236.57º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131536 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 21 | 54 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.79 |
| HSL | 236.57º | 0.48% | 0.14% | - |
| HSV(B) | 236.57º | 0.65% | 0.21% | - |
| XYZ | 1.2 | 0.94 | 3.61 | - |
| YUV | 24.16 | 144.84 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 54 | 0.65 | 0.61 | 0 | 0.79 | 236.57 | 0.48 | 0.14 |
| Hex | 13 | 15 | 36 | 41 | 3D | 0 | 4F | ED | 30 | E |
| Octal | 23 | 25 | 66 | 101 | 75 | 0 | 117 | 355 | 60 | 16 |
| Binary | 10011 | 10101 | 110110 | 1000001 | 111101 | 0 | 1001111 | 11101101 | 110000 | 1110 |
Color Harmonies of #131536
Complementary color
Monochromatic Colors of #131536
Black with #131536
Text Example
Text Example
White with #131536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131536; }
p { color: rgb(19,21,54); }
H1.HeaderClassName
{
color: #131536;
}
.AnyTagClassName
{
color: #131536;
}
</style>
background-color css
<style>
a { background-color: #131536; }
a { background-color: rgb(19,21,54); }
div.DivClassName
{
background-color: #131536;
}
.BgClassName
{
background-color: #131536;
}
</style>
border-color css
<style>
span { border-color: #131536; }
span { border-color: rgb(19,21,54); }
td.TdClassName
{
border-color: #131536;
}
.TagClassName
{
border-color: #131536;
}
</style>