Shades of Midnight Express #131A4E
Tints of Midnight Express #131A4E
RGB
CMYK
RGB Variations
Color information
#131A4E (or 0x131A4E) is known color: Midnight Express. HEX triplet: 13, 1A and 4E. RGB value is (19,26,78). Sum of RGB (Red+Green+Blue) = 19+26+78=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #131A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A4E is #ECE5B1. Grayscale: #1D1D1D. Windows color (decimal): -15525298 or 5118483. OLE color: 5118483.
HSL color Cylindrical-coordinate representation of color #131A4E: hue angle of 232.88º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #131A4E is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 26 | 78 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.69 |
| HSL | 232.88º | 0.61% | 0.19% | - |
| HSV(B) | 232.88º | 0.76% | 0.31% | - |
| XYZ | 2.01 | 1.43 | 7.38 | - |
| YUV | 29.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 78 | 0.76 | 0.67 | 0 | 0.69 | 232.88 | 0.61 | 0.19 |
| Hex | 13 | 1A | 4E | 4C | 43 | 0 | 45 | E9 | 3D | 13 |
| Octal | 23 | 32 | 116 | 114 | 103 | 0 | 105 | 351 | 75 | 23 |
| Binary | 10011 | 11010 | 1001110 | 1001100 | 1000011 | 0 | 1000101 | 11101001 | 111101 | 10011 |
Color Harmonies of #131A4E
Complementary color
Monochromatic Colors of #131A4E
Black with #131A4E
Text Example
Text Example
White with #131A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A4E; }
p { color: rgb(19,26,78); }
H1.HeaderClassName
{
color: #131A4E;
}
.AnyTagClassName
{
color: #131A4E;
}
</style>
background-color css
<style>
a { background-color: #131A4E; }
a { background-color: rgb(19,26,78); }
div.DivClassName
{
background-color: #131A4E;
}
.BgClassName
{
background-color: #131A4E;
}
</style>
border-color css
<style>
span { border-color: #131A4E; }
span { border-color: rgb(19,26,78); }
td.TdClassName
{
border-color: #131A4E;
}
.TagClassName
{
border-color: #131A4E;
}
</style>