Shades of Midnight Express #131F4E
Tints of Midnight Express #131F4E
RGB
CMYK
RGB Variations
Color information
#131F4E (or 0x131F4E) is known color: Midnight Express. HEX triplet: 13, 1F and 4E. RGB value is (19,31,78). Sum of RGB (Red+Green+Blue) = 19+31+78=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #131F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F4E is #ECE0B1. Grayscale: #202020. Windows color (decimal): -15524018 or 5119763. OLE color: 5119763.
HSL color Cylindrical-coordinate representation of color #131F4E: hue angle of 227.8º degrees, saturation: 0.61, 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 #131F4E is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 31 | 78 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.69 |
| HSL | 227.8º | 0.61% | 0.19% | - |
| HSV(B) | 227.8º | 0.76% | 0.31% | - |
| XYZ | 2.13 | 1.67 | 7.42 | - |
| YUV | 32.77 | 153.52 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 78 | 0.76 | 0.60 | 0 | 0.69 | 227.8 | 0.61 | 0.19 |
| Hex | 13 | 1F | 4E | 4C | 3C | 0 | 45 | E4 | 3D | 13 |
| Octal | 23 | 37 | 116 | 114 | 74 | 0 | 105 | 344 | 75 | 23 |
| Binary | 10011 | 11111 | 1001110 | 1001100 | 111100 | 0 | 1000101 | 11100100 | 111101 | 10011 |
Color Harmonies of #131F4E
Complementary color
Monochromatic Colors of #131F4E
Black with #131F4E
Text Example
Text Example
White with #131F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F4E; }
p { color: rgb(19,31,78); }
H1.HeaderClassName
{
color: #131F4E;
}
.AnyTagClassName
{
color: #131F4E;
}
</style>
background-color css
<style>
a { background-color: #131F4E; }
a { background-color: rgb(19,31,78); }
div.DivClassName
{
background-color: #131F4E;
}
.BgClassName
{
background-color: #131F4E;
}
</style>
border-color css
<style>
span { border-color: #131F4E; }
span { border-color: rgb(19,31,78); }
td.TdClassName
{
border-color: #131F4E;
}
.TagClassName
{
border-color: #131F4E;
}
</style>