Shades of Midnight Express #131930
Tints of Midnight Express #131930
RGB
CMYK
RGB Variations
Color information
#131930 (or 0x131930) is known color: Midnight Express. HEX triplet: 13, 19 and 30. RGB value is (19,25,48). Sum of RGB (Red+Green+Blue) = 19+25+48=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #131930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131930 is #ECE6CF. Grayscale: #191919. Windows color (decimal): -15525584 or 3152147. OLE color: 3152147.
HSL color Cylindrical-coordinate representation of color #131930: hue angle of 227.59º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131930 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 25 | 48 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.81 |
| HSL | 227.59º | 0.43% | 0.13% | - |
| HSV(B) | 227.59º | 0.6% | 0.19% | - |
| XYZ | 1.15 | 1.05 | 2.94 | - |
| YUV | 25.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 25 | 48 | 0.60 | 0.48 | 0 | 0.81 | 227.59 | 0.43 | 0.13 |
| Hex | 13 | 19 | 30 | 3C | 30 | 0 | 51 | E4 | 2B | D |
| Octal | 23 | 31 | 60 | 74 | 60 | 0 | 121 | 344 | 53 | 15 |
| Binary | 10011 | 11001 | 110000 | 111100 | 110000 | 0 | 1010001 | 11100100 | 101011 | 1101 |
Color Harmonies of #131930
Complementary color
Monochromatic Colors of #131930
Black with #131930
Text Example
Text Example
White with #131930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131930; }
p { color: rgb(19,25,48); }
H1.HeaderClassName
{
color: #131930;
}
.AnyTagClassName
{
color: #131930;
}
</style>
background-color css
<style>
a { background-color: #131930; }
a { background-color: rgb(19,25,48); }
div.DivClassName
{
background-color: #131930;
}
.BgClassName
{
background-color: #131930;
}
</style>
border-color css
<style>
span { border-color: #131930; }
span { border-color: rgb(19,25,48); }
td.TdClassName
{
border-color: #131930;
}
.TagClassName
{
border-color: #131930;
}
</style>