Shades of Midnight Express #131F40
Tints of Midnight Express #131F40
RGB
CMYK
RGB Variations
Color information
#131F40 (or 0x131F40) is known color: Midnight Express. HEX triplet: 13, 1F and 40. RGB value is (19,31,64). Sum of RGB (Red+Green+Blue) = 19+31+64=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #131F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F40 is #ECE0BF. Grayscale: #1F1F1F. Windows color (decimal): -15524032 or 4202259. OLE color: 4202259.
HSL color Cylindrical-coordinate representation of color #131F40: hue angle of 224º 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 #131F40 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 31 | 64 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.75 |
| HSL | 224º | 0.54% | 0.16% | - |
| HSV(B) | 224º | 0.7% | 0.25% | - |
| XYZ | 1.68 | 1.49 | 5.05 | - |
| YUV | 31.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 64 | 0.70 | 0.52 | 0 | 0.75 | 224 | 0.54 | 0.16 |
| Hex | 13 | 1F | 40 | 46 | 34 | 0 | 4B | E0 | 36 | 10 |
| Octal | 23 | 37 | 100 | 106 | 64 | 0 | 113 | 340 | 66 | 20 |
| Binary | 10011 | 11111 | 1000000 | 1000110 | 110100 | 0 | 1001011 | 11100000 | 110110 | 10000 |
Color Harmonies of #131F40
Complementary color
Monochromatic Colors of #131F40
Black with #131F40
Text Example
Text Example
White with #131F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F40; }
p { color: rgb(19,31,64); }
H1.HeaderClassName
{
color: #131F40;
}
.AnyTagClassName
{
color: #131F40;
}
</style>
background-color css
<style>
a { background-color: #131F40; }
a { background-color: rgb(19,31,64); }
div.DivClassName
{
background-color: #131F40;
}
.BgClassName
{
background-color: #131F40;
}
</style>
border-color css
<style>
span { border-color: #131F40; }
span { border-color: rgb(19,31,64); }
td.TdClassName
{
border-color: #131F40;
}
.TagClassName
{
border-color: #131F40;
}
</style>