Shades of Midnight Express #131D3D
Tints of Midnight Express #131D3D
RGB
CMYK
RGB Variations
Color information
#131D3D (or 0x131D3D) is known color: Midnight Express. HEX triplet: 13, 1D and 3D. RGB value is (19,29,61). Sum of RGB (Red+Green+Blue) = 19+29+61=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 61 (24.22% from 255 or 55.96% from 109); Max value from RGB is 61 - color contains mainly: blue. Hex color #131D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D3D is #ECE2C2. Grayscale: #1D1D1D. Windows color (decimal): -15524547 or 4005139. OLE color: 4005139.
HSL color Cylindrical-coordinate representation of color #131D3D: hue angle of 225.71º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131D3D is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 29 | 61 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.76 |
| HSL | 225.71º | 0.53% | 0.16% | - |
| HSV(B) | 225.71º | 0.69% | 0.24% | - |
| XYZ | 1.55 | 1.35 | 4.59 | - |
| YUV | 29.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 61 | 0.69 | 0.52 | 0 | 0.76 | 225.71 | 0.53 | 0.16 |
| Hex | 13 | 1D | 3D | 45 | 34 | 0 | 4C | E2 | 34 | 10 |
| Octal | 23 | 35 | 75 | 105 | 64 | 0 | 114 | 342 | 64 | 20 |
| Binary | 10011 | 11101 | 111101 | 1000101 | 110100 | 0 | 1001100 | 11100010 | 110100 | 10000 |
Color Harmonies of #131D3D
Complementary color
Monochromatic Colors of #131D3D
Black with #131D3D
Text Example
Text Example
White with #131D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D3D; }
p { color: rgb(19,29,61); }
H1.HeaderClassName
{
color: #131D3D;
}
.AnyTagClassName
{
color: #131D3D;
}
</style>
background-color css
<style>
a { background-color: #131D3D; }
a { background-color: rgb(19,29,61); }
div.DivClassName
{
background-color: #131D3D;
}
.BgClassName
{
background-color: #131D3D;
}
</style>
border-color css
<style>
span { border-color: #131D3D; }
span { border-color: rgb(19,29,61); }
td.TdClassName
{
border-color: #131D3D;
}
.TagClassName
{
border-color: #131D3D;
}
</style>