Shades of Midnight Express #131F50
Tints of Midnight Express #131F50
RGB
CMYK
RGB Variations
Color information
#131F50 (or 0x131F50) is known color: Midnight Express. HEX triplet: 13, 1F and 50. RGB value is (19,31,80). Sum of RGB (Red+Green+Blue) = 19+31+80=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #131F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F50 is #ECE0AF. Grayscale: #202020. Windows color (decimal): -15524016 or 5250835. OLE color: 5250835.
HSL color Cylindrical-coordinate representation of color #131F50: hue angle of 228.2º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131F50 is Cyan = 0.76, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 31 | 80 | - |
| CMYK | 0.76 | 0.61 | 0 | 0.69 |
| HSL | 228.2º | 0.62% | 0.19% | - |
| HSV(B) | 228.2º | 0.76% | 0.31% | - |
| XYZ | 2.21 | 1.7 | 7.8 | - |
| YUV | 33 | 154.52 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 80 | 0.76 | 0.61 | 0 | 0.69 | 228.2 | 0.62 | 0.19 |
| Hex | 13 | 1F | 50 | 4C | 3D | 0 | 45 | E4 | 3E | 13 |
| Octal | 23 | 37 | 120 | 114 | 75 | 0 | 105 | 344 | 76 | 23 |
| Binary | 10011 | 11111 | 1010000 | 1001100 | 111101 | 0 | 1000101 | 11100100 | 111110 | 10011 |
Color Harmonies of #131F50
Complementary color
Monochromatic Colors of #131F50
Black with #131F50
Text Example
Text Example
White with #131F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F50; }
p { color: rgb(19,31,80); }
H1.HeaderClassName
{
color: #131F50;
}
.AnyTagClassName
{
color: #131F50;
}
</style>
background-color css
<style>
a { background-color: #131F50; }
a { background-color: rgb(19,31,80); }
div.DivClassName
{
background-color: #131F50;
}
.BgClassName
{
background-color: #131F50;
}
</style>
border-color css
<style>
span { border-color: #131F50; }
span { border-color: rgb(19,31,80); }
td.TdClassName
{
border-color: #131F50;
}
.TagClassName
{
border-color: #131F50;
}
</style>