Shades of Midnight Express #131E30
Tints of Midnight Express #131E30
RGB
CMYK
RGB Variations
Color information
#131E30 (or 0x131E30) is known color: Midnight Express. HEX triplet: 13, 1E and 30. RGB value is (19,30,48). Sum of RGB (Red+Green+Blue) = 19+30+48=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #131E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E30 is #ECE1CF. Grayscale: #1C1C1C. Windows color (decimal): -15524304 or 3153427. OLE color: 3153427.
HSL color Cylindrical-coordinate representation of color #131E30: hue angle of 217.24º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131E30 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 30 | 48 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.81 |
| HSL | 217.24º | 0.43% | 0.13% | - |
| HSV(B) | 217.24º | 0.6% | 0.19% | - |
| XYZ | 1.27 | 1.28 | 2.98 | - |
| YUV | 28.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 48 | 0.60 | 0.37 | 0 | 0.81 | 217.24 | 0.43 | 0.13 |
| Hex | 13 | 1E | 30 | 3C | 25 | 0 | 51 | D9 | 2B | D |
| Octal | 23 | 36 | 60 | 74 | 45 | 0 | 121 | 331 | 53 | 15 |
| Binary | 10011 | 11110 | 110000 | 111100 | 100101 | 0 | 1010001 | 11011001 | 101011 | 1101 |
Color Harmonies of #131E30
Complementary color
Monochromatic Colors of #131E30
Black with #131E30
Text Example
Text Example
White with #131E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E30; }
p { color: rgb(19,30,48); }
H1.HeaderClassName
{
color: #131E30;
}
.AnyTagClassName
{
color: #131E30;
}
</style>
background-color css
<style>
a { background-color: #131E30; }
a { background-color: rgb(19,30,48); }
div.DivClassName
{
background-color: #131E30;
}
.BgClassName
{
background-color: #131E30;
}
</style>
border-color css
<style>
span { border-color: #131E30; }
span { border-color: rgb(19,30,48); }
td.TdClassName
{
border-color: #131E30;
}
.TagClassName
{
border-color: #131E30;
}
</style>