Shades of Midnight Express #131A41
Tints of Midnight Express #131A41
RGB
CMYK
RGB Variations
Color information
#131A41 (or 0x131A41) is known color: Midnight Express. HEX triplet: 13, 1A and 41. RGB value is (19,26,65). Sum of RGB (Red+Green+Blue) = 19+26+65=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #131A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A41 is #ECE5BE. Grayscale: #1C1C1C. Windows color (decimal): -15525311 or 4266515. OLE color: 4266515.
HSL color Cylindrical-coordinate representation of color #131A41: hue angle of 230.87º 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 #131A41 is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 26 | 65 | - |
| CMYK | 0.71 | 0.60 | 0 | 0.75 |
| HSL | 230.87º | 0.55% | 0.16% | - |
| HSV(B) | 230.87º | 0.71% | 0.25% | - |
| XYZ | 1.59 | 1.26 | 5.16 | - |
| YUV | 28.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 65 | 0.71 | 0.60 | 0 | 0.75 | 230.87 | 0.55 | 0.16 |
| Hex | 13 | 1A | 41 | 47 | 3C | 0 | 4B | E7 | 37 | 10 |
| Octal | 23 | 32 | 101 | 107 | 74 | 0 | 113 | 347 | 67 | 20 |
| Binary | 10011 | 11010 | 1000001 | 1000111 | 111100 | 0 | 1001011 | 11100111 | 110111 | 10000 |
Color Harmonies of #131A41
Complementary color
Monochromatic Colors of #131A41
Black with #131A41
Text Example
Text Example
White with #131A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A41; }
p { color: rgb(19,26,65); }
H1.HeaderClassName
{
color: #131A41;
}
.AnyTagClassName
{
color: #131A41;
}
</style>
background-color css
<style>
a { background-color: #131A41; }
a { background-color: rgb(19,26,65); }
div.DivClassName
{
background-color: #131A41;
}
.BgClassName
{
background-color: #131A41;
}
</style>
border-color css
<style>
span { border-color: #131A41; }
span { border-color: rgb(19,26,65); }
td.TdClassName
{
border-color: #131A41;
}
.TagClassName
{
border-color: #131A41;
}
</style>