Shades of Midnight Express #131639
Tints of Midnight Express #131639
RGB
CMYK
RGB Variations
Color information
#131639 (or 0x131639) is known color: Midnight Express. HEX triplet: 13, 16 and 39. RGB value is (19,22,57). Sum of RGB (Red+Green+Blue) = 19+22+57=98 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.39% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #131639 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131639 is #ECE9C6. Grayscale: #181818. Windows color (decimal): -15526343 or 3741203. OLE color: 3741203.
HSL color Cylindrical-coordinate representation of color #131639: hue angle of 235.26º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131639 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 22 | 57 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.78 |
| HSL | 235.26º | 0.5% | 0.15% | - |
| HSV(B) | 235.26º | 0.67% | 0.22% | - |
| XYZ | 1.29 | 1.01 | 4 | - |
| YUV | 25.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 57 | 0.67 | 0.61 | 0 | 0.78 | 235.26 | 0.5 | 0.15 |
| Hex | 13 | 16 | 39 | 43 | 3D | 0 | 4E | EB | 32 | F |
| Octal | 23 | 26 | 71 | 103 | 75 | 0 | 116 | 353 | 62 | 17 |
| Binary | 10011 | 10110 | 111001 | 1000011 | 111101 | 0 | 1001110 | 11101011 | 110010 | 1111 |
Color Harmonies of #131639
Complementary color
Monochromatic Colors of #131639
Black with #131639
Text Example
Text Example
White with #131639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131639; }
p { color: rgb(19,22,57); }
H1.HeaderClassName
{
color: #131639;
}
.AnyTagClassName
{
color: #131639;
}
</style>
background-color css
<style>
a { background-color: #131639; }
a { background-color: rgb(19,22,57); }
div.DivClassName
{
background-color: #131639;
}
.BgClassName
{
background-color: #131639;
}
</style>
border-color css
<style>
span { border-color: #131639; }
span { border-color: rgb(19,22,57); }
td.TdClassName
{
border-color: #131639;
}
.TagClassName
{
border-color: #131639;
}
</style>