Shades of Midnight Express #131F37
Tints of Midnight Express #131F37
RGB
CMYK
RGB Variations
Color information
#131F37 (or 0x131F37) is known color: Midnight Express. HEX triplet: 13, 1F and 37. RGB value is (19,31,55). Sum of RGB (Red+Green+Blue) = 19+31+55=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 55 (21.88% from 255 or 52.38% from 105); Max value from RGB is 55 - color contains mainly: blue. Hex color #131F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F37 is #ECE0C8. Grayscale: #1E1E1E. Windows color (decimal): -15524041 or 3612435. OLE color: 3612435.
HSL color Cylindrical-coordinate representation of color #131F37: hue angle of 220º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131F37 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 31 | 55 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.78 |
| HSL | 220º | 0.49% | 0.15% | - |
| HSV(B) | 220º | 0.65% | 0.22% | - |
| XYZ | 1.45 | 1.39 | 3.81 | - |
| YUV | 30.15 | 142.02 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 55 | 0.65 | 0.44 | 0 | 0.78 | 220 | 0.49 | 0.15 |
| Hex | 13 | 1F | 37 | 41 | 2C | 0 | 4E | DC | 31 | F |
| Octal | 23 | 37 | 67 | 101 | 54 | 0 | 116 | 334 | 61 | 17 |
| Binary | 10011 | 11111 | 110111 | 1000001 | 101100 | 0 | 1001110 | 11011100 | 110001 | 1111 |
Color Harmonies of #131F37
Complementary color
Monochromatic Colors of #131F37
Black with #131F37
Text Example
Text Example
White with #131F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F37; }
p { color: rgb(19,31,55); }
H1.HeaderClassName
{
color: #131F37;
}
.AnyTagClassName
{
color: #131F37;
}
</style>
background-color css
<style>
a { background-color: #131F37; }
a { background-color: rgb(19,31,55); }
div.DivClassName
{
background-color: #131F37;
}
.BgClassName
{
background-color: #131F37;
}
</style>
border-color css
<style>
span { border-color: #131F37; }
span { border-color: rgb(19,31,55); }
td.TdClassName
{
border-color: #131F37;
}
.TagClassName
{
border-color: #131F37;
}
</style>