Shades of Midnight Express #131D4D
Tints of Midnight Express #131D4D
RGB
CMYK
RGB Variations
Color information
#131D4D (or 0x131D4D) is known color: Midnight Express. HEX triplet: 13, 1D and 4D. RGB value is (19,29,77). Sum of RGB (Red+Green+Blue) = 19+29+77=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #131D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D4D is #ECE2B2. Grayscale: #1F1F1F. Windows color (decimal): -15524531 or 5053715. OLE color: 5053715.
HSL color Cylindrical-coordinate representation of color #131D4D: hue angle of 229.66º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131D4D is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 29 | 77 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.70 |
| HSL | 229.66º | 0.6% | 0.19% | - |
| HSV(B) | 229.66º | 0.75% | 0.3% | - |
| XYZ | 2.05 | 1.55 | 7.21 | - |
| YUV | 31.48 | 153.69 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 77 | 0.75 | 0.62 | 0 | 0.70 | 229.66 | 0.6 | 0.19 |
| Hex | 13 | 1D | 4D | 4B | 3E | 0 | 46 | E6 | 3C | 13 |
| Octal | 23 | 35 | 115 | 113 | 76 | 0 | 106 | 346 | 74 | 23 |
| Binary | 10011 | 11101 | 1001101 | 1001011 | 111110 | 0 | 1000110 | 11100110 | 111100 | 10011 |
Color Harmonies of #131D4D
Complementary color
Monochromatic Colors of #131D4D
Black with #131D4D
Text Example
Text Example
White with #131D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D4D; }
p { color: rgb(19,29,77); }
H1.HeaderClassName
{
color: #131D4D;
}
.AnyTagClassName
{
color: #131D4D;
}
</style>
background-color css
<style>
a { background-color: #131D4D; }
a { background-color: rgb(19,29,77); }
div.DivClassName
{
background-color: #131D4D;
}
.BgClassName
{
background-color: #131D4D;
}
</style>
border-color css
<style>
span { border-color: #131D4D; }
span { border-color: rgb(19,29,77); }
td.TdClassName
{
border-color: #131D4D;
}
.TagClassName
{
border-color: #131D4D;
}
</style>