Shades of Midnight Express #131D41
Tints of Midnight Express #131D41
RGB
CMYK
RGB Variations
Color information
#131D41 (or 0x131D41) is known color: Midnight Express. HEX triplet: 13, 1D and 41. RGB value is (19,29,65). Sum of RGB (Red+Green+Blue) = 19+29+65=113 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.81% from 113); Green value is 29 (11.72% from 255 or 25.66% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #131D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D41 is #ECE2BE. Grayscale: #1D1D1D. Windows color (decimal): -15524543 or 4267283. OLE color: 4267283.
HSL color Cylindrical-coordinate representation of color #131D41: hue angle of 226.96º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131D41 is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 29 | 65 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.75 |
| HSL | 226.96º | 0.55% | 0.16% | - |
| HSV(B) | 226.96º | 0.71% | 0.25% | - |
| XYZ | 1.66 | 1.4 | 5.18 | - |
| YUV | 30.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 65 | 0.71 | 0.55 | 0 | 0.75 | 226.96 | 0.55 | 0.16 |
| Hex | 13 | 1D | 41 | 47 | 37 | 0 | 4B | E3 | 37 | 10 |
| Octal | 23 | 35 | 101 | 107 | 67 | 0 | 113 | 343 | 67 | 20 |
| Binary | 10011 | 11101 | 1000001 | 1000111 | 110111 | 0 | 1001011 | 11100011 | 110111 | 10000 |
Color Harmonies of #131D41
Complementary color
Monochromatic Colors of #131D41
Black with #131D41
Text Example
Text Example
White with #131D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D41; }
p { color: rgb(19,29,65); }
H1.HeaderClassName
{
color: #131D41;
}
.AnyTagClassName
{
color: #131D41;
}
</style>
background-color css
<style>
a { background-color: #131D41; }
a { background-color: rgb(19,29,65); }
div.DivClassName
{
background-color: #131D41;
}
.BgClassName
{
background-color: #131D41;
}
</style>
border-color css
<style>
span { border-color: #131D41; }
span { border-color: rgb(19,29,65); }
td.TdClassName
{
border-color: #131D41;
}
.TagClassName
{
border-color: #131D41;
}
</style>