Shades of Midnight Express #131E40
Tints of Midnight Express #131E40
RGB
CMYK
RGB Variations
Color information
#131E40 (or 0x131E40) is known color: Midnight Express. HEX triplet: 13, 1E and 40. RGB value is (19,30,64). Sum of RGB (Red+Green+Blue) = 19+30+64=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 64 (25.39% from 255 or 56.64% from 113); Max value from RGB is 64 - color contains mainly: blue. Hex color #131E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E40 is #ECE1BF. Grayscale: #1E1E1E. Windows color (decimal): -15524288 or 4202003. OLE color: 4202003.
HSL color Cylindrical-coordinate representation of color #131E40: hue angle of 225.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #131E40 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 30 | 64 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.75 |
| HSL | 225.33º | 0.54% | 0.16% | - |
| HSV(B) | 225.33º | 0.7% | 0.25% | - |
| XYZ | 1.66 | 1.44 | 5.04 | - |
| YUV | 30.59 | 146.86 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 64 | 0.70 | 0.53 | 0 | 0.75 | 225.33 | 0.54 | 0.16 |
| Hex | 13 | 1E | 40 | 46 | 35 | 0 | 4B | E1 | 36 | 10 |
| Octal | 23 | 36 | 100 | 106 | 65 | 0 | 113 | 341 | 66 | 20 |
| Binary | 10011 | 11110 | 1000000 | 1000110 | 110101 | 0 | 1001011 | 11100001 | 110110 | 10000 |
Color Harmonies of #131E40
Complementary color
Monochromatic Colors of #131E40
Black with #131E40
Text Example
Text Example
White with #131E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E40; }
p { color: rgb(19,30,64); }
H1.HeaderClassName
{
color: #131E40;
}
.AnyTagClassName
{
color: #131E40;
}
</style>
background-color css
<style>
a { background-color: #131E40; }
a { background-color: rgb(19,30,64); }
div.DivClassName
{
background-color: #131E40;
}
.BgClassName
{
background-color: #131E40;
}
</style>
border-color css
<style>
span { border-color: #131E40; }
span { border-color: rgb(19,30,64); }
td.TdClassName
{
border-color: #131E40;
}
.TagClassName
{
border-color: #131E40;
}
</style>