Shades of Midnight Express #131932
Tints of Midnight Express #131932
RGB
CMYK
RGB Variations
Color information
#131932 (or 0x131932) is known color: Midnight Express. HEX triplet: 13, 19 and 32. RGB value is (19,25,50). Sum of RGB (Red+Green+Blue) = 19+25+50=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #131932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131932 is #ECE6CD. Grayscale: #191919. Windows color (decimal): -15525582 or 3283219. OLE color: 3283219.
HSL color Cylindrical-coordinate representation of color #131932: hue angle of 228.39º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131932 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 25 | 50 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.80 |
| HSL | 228.39º | 0.45% | 0.14% | - |
| HSV(B) | 228.39º | 0.62% | 0.2% | - |
| XYZ | 1.19 | 1.06 | 3.16 | - |
| YUV | 26.06 | 141.51 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 50 | 0.62 | 0.50 | 0 | 0.80 | 228.39 | 0.45 | 0.14 |
| Hex | 13 | 19 | 32 | 3E | 32 | 0 | 50 | E4 | 2D | E |
| Octal | 23 | 31 | 62 | 76 | 62 | 0 | 120 | 344 | 55 | 16 |
| Binary | 10011 | 11001 | 110010 | 111110 | 110010 | 0 | 1010000 | 11100100 | 101101 | 1110 |
Color Harmonies of #131932
Complementary color
Monochromatic Colors of #131932
Black with #131932
Text Example
Text Example
White with #131932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131932; }
p { color: rgb(19,25,50); }
H1.HeaderClassName
{
color: #131932;
}
.AnyTagClassName
{
color: #131932;
}
</style>
background-color css
<style>
a { background-color: #131932; }
a { background-color: rgb(19,25,50); }
div.DivClassName
{
background-color: #131932;
}
.BgClassName
{
background-color: #131932;
}
</style>
border-color css
<style>
span { border-color: #131932; }
span { border-color: rgb(19,25,50); }
td.TdClassName
{
border-color: #131932;
}
.TagClassName
{
border-color: #131932;
}
</style>