Shades of Midnight Express #131636
Tints of Midnight Express #131636
RGB
CMYK
RGB Variations
Color information
#131636 (or 0x131636) is known color: Midnight Express. HEX triplet: 13, 16 and 36. RGB value is (19,22,54). Sum of RGB (Red+Green+Blue) = 19+22+54=95 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #131636 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131636 is #ECE9C9. Grayscale: #181818. Windows color (decimal): -15526346 or 3544595. OLE color: 3544595.
HSL color Cylindrical-coordinate representation of color #131636: hue angle of 234.86º 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 #131636 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 22 | 54 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.79 |
| HSL | 234.86º | 0.48% | 0.14% | - |
| HSV(B) | 234.86º | 0.65% | 0.21% | - |
| XYZ | 1.22 | 0.98 | 3.61 | - |
| YUV | 24.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 54 | 0.65 | 0.59 | 0 | 0.79 | 234.86 | 0.48 | 0.14 |
| Hex | 13 | 16 | 36 | 41 | 3B | 0 | 4F | EB | 30 | E |
| Octal | 23 | 26 | 66 | 101 | 73 | 0 | 117 | 353 | 60 | 16 |
| Binary | 10011 | 10110 | 110110 | 1000001 | 111011 | 0 | 1001111 | 11101011 | 110000 | 1110 |
Color Harmonies of #131636
Complementary color
Monochromatic Colors of #131636
Black with #131636
Text Example
Text Example
White with #131636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131636; }
p { color: rgb(19,22,54); }
H1.HeaderClassName
{
color: #131636;
}
.AnyTagClassName
{
color: #131636;
}
</style>
background-color css
<style>
a { background-color: #131636; }
a { background-color: rgb(19,22,54); }
div.DivClassName
{
background-color: #131636;
}
.BgClassName
{
background-color: #131636;
}
</style>
border-color css
<style>
span { border-color: #131636; }
span { border-color: rgb(19,22,54); }
td.TdClassName
{
border-color: #131636;
}
.TagClassName
{
border-color: #131636;
}
</style>