Shades of Midnight Express #131A31
Tints of Midnight Express #131A31
RGB
CMYK
RGB Variations
Color information
#131A31 (or 0x131A31) is known color: Midnight Express. HEX triplet: 13, 1A and 31. RGB value is (19,26,49). Sum of RGB (Red+Green+Blue) = 19+26+49=94 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.21% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #131A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A31 is #ECE5CE. Grayscale: #1A1A1A. Windows color (decimal): -15525327 or 3217939. OLE color: 3217939.
HSL color Cylindrical-coordinate representation of color #131A31: hue angle of 226º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131A31 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 26 | 49 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.81 |
| HSL | 226º | 0.44% | 0.13% | - |
| HSV(B) | 226º | 0.61% | 0.19% | - |
| XYZ | 1.19 | 1.1 | 3.06 | - |
| YUV | 26.53 | 140.68 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 49 | 0.61 | 0.47 | 0 | 0.81 | 226 | 0.44 | 0.13 |
| Hex | 13 | 1A | 31 | 3D | 2F | 0 | 51 | E2 | 2C | D |
| Octal | 23 | 32 | 61 | 75 | 57 | 0 | 121 | 342 | 54 | 15 |
| Binary | 10011 | 11010 | 110001 | 111101 | 101111 | 0 | 1010001 | 11100010 | 101100 | 1101 |
Color Harmonies of #131A31
Complementary color
Monochromatic Colors of #131A31
Black with #131A31
Text Example
Text Example
White with #131A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A31; }
p { color: rgb(19,26,49); }
H1.HeaderClassName
{
color: #131A31;
}
.AnyTagClassName
{
color: #131A31;
}
</style>
background-color css
<style>
a { background-color: #131A31; }
a { background-color: rgb(19,26,49); }
div.DivClassName
{
background-color: #131A31;
}
.BgClassName
{
background-color: #131A31;
}
</style>
border-color css
<style>
span { border-color: #131A31; }
span { border-color: rgb(19,26,49); }
td.TdClassName
{
border-color: #131A31;
}
.TagClassName
{
border-color: #131A31;
}
</style>