Shades of Midnight Express #131734
Tints of Midnight Express #131734
RGB
CMYK
RGB Variations
Color information
#131734 (or 0x131734) is known color: Midnight Express. HEX triplet: 13, 17 and 34. RGB value is (19,23,52). Sum of RGB (Red+Green+Blue) = 19+23+52=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 23 (9.38% from 255 or 24.47% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #131734 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131734 is #ECE8CB. Grayscale: #181818. Windows color (decimal): -15526092 or 3413779. OLE color: 3413779.
HSL color Cylindrical-coordinate representation of color #131734: hue angle of 232.73º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #131734 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 23 | 52 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.80 |
| HSL | 232.73º | 0.46% | 0.14% | - |
| HSV(B) | 232.73º | 0.63% | 0.2% | - |
| XYZ | 1.19 | 1 | 3.38 | - |
| YUV | 25.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 52 | 0.63 | 0.56 | 0 | 0.80 | 232.73 | 0.46 | 0.14 |
| Hex | 13 | 17 | 34 | 3F | 38 | 0 | 50 | E9 | 2E | E |
| Octal | 23 | 27 | 64 | 77 | 70 | 0 | 120 | 351 | 56 | 16 |
| Binary | 10011 | 10111 | 110100 | 111111 | 111000 | 0 | 1010000 | 11101001 | 101110 | 1110 |
Color Harmonies of #131734
Complementary color
Monochromatic Colors of #131734
Black with #131734
Text Example
Text Example
White with #131734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131734; }
p { color: rgb(19,23,52); }
H1.HeaderClassName
{
color: #131734;
}
.AnyTagClassName
{
color: #131734;
}
</style>
background-color css
<style>
a { background-color: #131734; }
a { background-color: rgb(19,23,52); }
div.DivClassName
{
background-color: #131734;
}
.BgClassName
{
background-color: #131734;
}
</style>
border-color css
<style>
span { border-color: #131734; }
span { border-color: rgb(19,23,52); }
td.TdClassName
{
border-color: #131734;
}
.TagClassName
{
border-color: #131734;
}
</style>