Shades of Midnight Express #131E37
Tints of Midnight Express #131E37
RGB
CMYK
RGB Variations
Color information
#131E37 (or 0x131E37) is known color: Midnight Express. HEX triplet: 13, 1E and 37. RGB value is (19,30,55). Sum of RGB (Red+Green+Blue) = 19+30+55=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 30 (12.11% from 255 or 28.85% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #131E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E37 is #ECE1C8. Grayscale: #1D1D1D. Windows color (decimal): -15524297 or 3612179. OLE color: 3612179.
HSL color Cylindrical-coordinate representation of color #131E37: hue angle of 221.67º 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 #131E37 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 30 | 55 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.78 |
| HSL | 221.67º | 0.49% | 0.15% | - |
| HSV(B) | 221.67º | 0.65% | 0.22% | - |
| XYZ | 1.42 | 1.34 | 3.8 | - |
| YUV | 29.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 55 | 0.65 | 0.45 | 0 | 0.78 | 221.67 | 0.49 | 0.15 |
| Hex | 13 | 1E | 37 | 41 | 2D | 0 | 4E | DE | 31 | F |
| Octal | 23 | 36 | 67 | 101 | 55 | 0 | 116 | 336 | 61 | 17 |
| Binary | 10011 | 11110 | 110111 | 1000001 | 101101 | 0 | 1001110 | 11011110 | 110001 | 1111 |
Color Harmonies of #131E37
Complementary color
Monochromatic Colors of #131E37
Black with #131E37
Text Example
Text Example
White with #131E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E37; }
p { color: rgb(19,30,55); }
H1.HeaderClassName
{
color: #131E37;
}
.AnyTagClassName
{
color: #131E37;
}
</style>
background-color css
<style>
a { background-color: #131E37; }
a { background-color: rgb(19,30,55); }
div.DivClassName
{
background-color: #131E37;
}
.BgClassName
{
background-color: #131E37;
}
</style>
border-color css
<style>
span { border-color: #131E37; }
span { border-color: rgb(19,30,55); }
td.TdClassName
{
border-color: #131E37;
}
.TagClassName
{
border-color: #131E37;
}
</style>