Shades of Midnight Express #131E48
Tints of Midnight Express #131E48
RGB
CMYK
RGB Variations
Color information
#131E48 (or 0x131E48) is known color: Midnight Express. HEX triplet: 13, 1E and 48. RGB value is (19,30,72). Sum of RGB (Red+Green+Blue) = 19+30+72=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #131E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E48 is #ECE1B7. Grayscale: #1F1F1F. Windows color (decimal): -15524280 or 4726291. OLE color: 4726291.
HSL color Cylindrical-coordinate representation of color #131E48: hue angle of 227.55º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131E48 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 30 | 72 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.72 |
| HSL | 227.55º | 0.58% | 0.18% | - |
| HSV(B) | 227.55º | 0.74% | 0.28% | - |
| XYZ | 1.9 | 1.53 | 6.33 | - |
| YUV | 31.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 72 | 0.74 | 0.58 | 0 | 0.72 | 227.55 | 0.58 | 0.18 |
| Hex | 13 | 1E | 48 | 4A | 3A | 0 | 48 | E4 | 3A | 12 |
| Octal | 23 | 36 | 110 | 112 | 72 | 0 | 110 | 344 | 72 | 22 |
| Binary | 10011 | 11110 | 1001000 | 1001010 | 111010 | 0 | 1001000 | 11100100 | 111010 | 10010 |
Color Harmonies of #131E48
Complementary color
Monochromatic Colors of #131E48
Black with #131E48
Text Example
Text Example
White with #131E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E48; }
p { color: rgb(19,30,72); }
H1.HeaderClassName
{
color: #131E48;
}
.AnyTagClassName
{
color: #131E48;
}
</style>
background-color css
<style>
a { background-color: #131E48; }
a { background-color: rgb(19,30,72); }
div.DivClassName
{
background-color: #131E48;
}
.BgClassName
{
background-color: #131E48;
}
</style>
border-color css
<style>
span { border-color: #131E48; }
span { border-color: rgb(19,30,72); }
td.TdClassName
{
border-color: #131E48;
}
.TagClassName
{
border-color: #131E48;
}
</style>