Shades of Midnight Express #131E4E
Tints of Midnight Express #131E4E
RGB
CMYK
RGB Variations
Color information
#131E4E (or 0x131E4E) is known color: Midnight Express. HEX triplet: 13, 1E and 4E. RGB value is (19,30,78). Sum of RGB (Red+Green+Blue) = 19+30+78=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #131E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131E4E is #ECE1B1. Grayscale: #1F1F1F. Windows color (decimal): -15524274 or 5119507. OLE color: 5119507.
HSL color Cylindrical-coordinate representation of color #131E4E: hue angle of 228.81º 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 #131E4E is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 19 | 30 | 78 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.69 |
| HSL | 228.81º | 0.61% | 0.19% | - |
| HSV(B) | 228.81º | 0.76% | 0.31% | - |
| XYZ | 2.11 | 1.62 | 7.41 | - |
| YUV | 32.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 78 | 0.76 | 0.62 | 0 | 0.69 | 228.81 | 0.61 | 0.19 |
| Hex | 13 | 1E | 4E | 4C | 3E | 0 | 45 | E5 | 3D | 13 |
| Octal | 23 | 36 | 116 | 114 | 76 | 0 | 105 | 345 | 75 | 23 |
| Binary | 10011 | 11110 | 1001110 | 1001100 | 111110 | 0 | 1000101 | 11100101 | 111101 | 10011 |
Color Harmonies of #131E4E
Complementary color
Monochromatic Colors of #131E4E
Black with #131E4E
Text Example
Text Example
White with #131E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E4E; }
p { color: rgb(19,30,78); }
H1.HeaderClassName
{
color: #131E4E;
}
.AnyTagClassName
{
color: #131E4E;
}
</style>
background-color css
<style>
a { background-color: #131E4E; }
a { background-color: rgb(19,30,78); }
div.DivClassName
{
background-color: #131E4E;
}
.BgClassName
{
background-color: #131E4E;
}
</style>
border-color css
<style>
span { border-color: #131E4E; }
span { border-color: rgb(19,30,78); }
td.TdClassName
{
border-color: #131E4E;
}
.TagClassName
{
border-color: #131E4E;
}
</style>