Shades of Midnight Express #131A4D
Tints of Midnight Express #131A4D
RGB
CMYK
RGB Variations
Color information
#131A4D (or 0x131A4D) is known color: Midnight Express. HEX triplet: 13, 1A and 4D. RGB value is (19,26,77). Sum of RGB (Red+Green+Blue) = 19+26+77=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #131A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A4D is #ECE5B2. Grayscale: #1D1D1D. Windows color (decimal): -15525299 or 5052947. OLE color: 5052947.
HSL color Cylindrical-coordinate representation of color #131A4D: hue angle of 232.76º 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 #131A4D is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 26 | 77 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.70 |
| HSL | 232.76º | 0.6% | 0.19% | - |
| HSV(B) | 232.76º | 0.75% | 0.3% | - |
| XYZ | 1.98 | 1.41 | 7.19 | - |
| YUV | 29.72 | 154.68 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 77 | 0.75 | 0.66 | 0 | 0.70 | 232.76 | 0.6 | 0.19 |
| Hex | 13 | 1A | 4D | 4B | 42 | 0 | 46 | E9 | 3C | 13 |
| Octal | 23 | 32 | 115 | 113 | 102 | 0 | 106 | 351 | 74 | 23 |
| Binary | 10011 | 11010 | 1001101 | 1001011 | 1000010 | 0 | 1000110 | 11101001 | 111100 | 10011 |
Color Harmonies of #131A4D
Complementary color
Monochromatic Colors of #131A4D
Black with #131A4D
Text Example
Text Example
White with #131A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A4D; }
p { color: rgb(19,26,77); }
H1.HeaderClassName
{
color: #131A4D;
}
.AnyTagClassName
{
color: #131A4D;
}
</style>
background-color css
<style>
a { background-color: #131A4D; }
a { background-color: rgb(19,26,77); }
div.DivClassName
{
background-color: #131A4D;
}
.BgClassName
{
background-color: #131A4D;
}
</style>
border-color css
<style>
span { border-color: #131A4D; }
span { border-color: rgb(19,26,77); }
td.TdClassName
{
border-color: #131A4D;
}
.TagClassName
{
border-color: #131A4D;
}
</style>