Shades of Midnight Express #131A49
Tints of Midnight Express #131A49
RGB
CMYK
RGB Variations
Color information
#131A49 (or 0x131A49) is known color: Midnight Express. HEX triplet: 13, 1A and 49. RGB value is (19,26,73). Sum of RGB (Red+Green+Blue) = 19+26+73=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 26 (10.55% from 255 or 22.03% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #131A49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A49 is #ECE5B6. Grayscale: #1D1D1D. Windows color (decimal): -15525303 or 4790803. OLE color: 4790803.
HSL color Cylindrical-coordinate representation of color #131A49: hue angle of 232.22º 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 #131A49 is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 26 | 73 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.71 |
| HSL | 232.22º | 0.59% | 0.18% | - |
| HSV(B) | 232.22º | 0.74% | 0.29% | - |
| XYZ | 1.84 | 1.36 | 6.47 | - |
| YUV | 29.27 | 152.68 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 73 | 0.74 | 0.64 | 0 | 0.71 | 232.22 | 0.59 | 0.18 |
| Hex | 13 | 1A | 49 | 4A | 40 | 0 | 47 | E8 | 3B | 12 |
| Octal | 23 | 32 | 111 | 112 | 100 | 0 | 107 | 350 | 73 | 22 |
| Binary | 10011 | 11010 | 1001001 | 1001010 | 1000000 | 0 | 1000111 | 11101000 | 111011 | 10010 |
Color Harmonies of #131A49
Complementary color
Monochromatic Colors of #131A49
Black with #131A49
Text Example
Text Example
White with #131A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A49; }
p { color: rgb(19,26,73); }
H1.HeaderClassName
{
color: #131A49;
}
.AnyTagClassName
{
color: #131A49;
}
</style>
background-color css
<style>
a { background-color: #131A49; }
a { background-color: rgb(19,26,73); }
div.DivClassName
{
background-color: #131A49;
}
.BgClassName
{
background-color: #131A49;
}
</style>
border-color css
<style>
span { border-color: #131A49; }
span { border-color: rgb(19,26,73); }
td.TdClassName
{
border-color: #131A49;
}
.TagClassName
{
border-color: #131A49;
}
</style>