Shades of Midnight Express #131D49
Tints of Midnight Express #131D49
RGB
CMYK
RGB Variations
Color information
#131D49 (or 0x131D49) is known color: Midnight Express. HEX triplet: 13, 1D and 49. RGB value is (19,29,73). Sum of RGB (Red+Green+Blue) = 19+29+73=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #131D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D49 is #ECE2B6. Grayscale: #1E1E1E. Windows color (decimal): -15524535 or 4791571. OLE color: 4791571.
HSL color Cylindrical-coordinate representation of color #131D49: hue angle of 228.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131D49 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 29 | 73 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.71 |
| HSL | 228.89º | 0.59% | 0.18% | - |
| HSV(B) | 228.89º | 0.74% | 0.29% | - |
| XYZ | 1.91 | 1.5 | 6.49 | - |
| YUV | 31.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 73 | 0.74 | 0.60 | 0 | 0.71 | 228.89 | 0.59 | 0.18 |
| Hex | 13 | 1D | 49 | 4A | 3C | 0 | 47 | E5 | 3B | 12 |
| Octal | 23 | 35 | 111 | 112 | 74 | 0 | 107 | 345 | 73 | 22 |
| Binary | 10011 | 11101 | 1001001 | 1001010 | 111100 | 0 | 1000111 | 11100101 | 111011 | 10010 |
Color Harmonies of #131D49
Complementary color
Monochromatic Colors of #131D49
Black with #131D49
Text Example
Text Example
White with #131D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D49; }
p { color: rgb(19,29,73); }
H1.HeaderClassName
{
color: #131D49;
}
.AnyTagClassName
{
color: #131D49;
}
</style>
background-color css
<style>
a { background-color: #131D49; }
a { background-color: rgb(19,29,73); }
div.DivClassName
{
background-color: #131D49;
}
.BgClassName
{
background-color: #131D49;
}
</style>
border-color css
<style>
span { border-color: #131D49; }
span { border-color: rgb(19,29,73); }
td.TdClassName
{
border-color: #131D49;
}
.TagClassName
{
border-color: #131D49;
}
</style>