Shades of Midnight Express #131543
Tints of Midnight Express #131543
RGB
CMYK
RGB Variations
Color information
#131543 (or 0x131543) is known color: Midnight Express. HEX triplet: 13, 15 and 43. RGB value is (19,21,67). Sum of RGB (Red+Green+Blue) = 19+21+67=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #131543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131543 is #ECEABC. Grayscale: #191919. Windows color (decimal): -15526589 or 4396307. OLE color: 4396307.
HSL color Cylindrical-coordinate representation of color #131543: hue angle of 237.5º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #131543 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 21 | 67 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.74 |
| HSL | 237.5º | 0.56% | 0.17% | - |
| HSV(B) | 237.5º | 0.72% | 0.26% | - |
| XYZ | 1.55 | 1.08 | 5.44 | - |
| YUV | 25.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 21 | 67 | 0.72 | 0.69 | 0 | 0.74 | 237.5 | 0.56 | 0.17 |
| Hex | 13 | 15 | 43 | 48 | 45 | 0 | 4A | EE | 38 | 11 |
| Octal | 23 | 25 | 103 | 110 | 105 | 0 | 112 | 356 | 70 | 21 |
| Binary | 10011 | 10101 | 1000011 | 1001000 | 1000101 | 0 | 1001010 | 11101110 | 111000 | 10001 |
Color Harmonies of #131543
Complementary color
Monochromatic Colors of #131543
Black with #131543
Text Example
Text Example
White with #131543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131543; }
p { color: rgb(19,21,67); }
H1.HeaderClassName
{
color: #131543;
}
.AnyTagClassName
{
color: #131543;
}
</style>
background-color css
<style>
a { background-color: #131543; }
a { background-color: rgb(19,21,67); }
div.DivClassName
{
background-color: #131543;
}
.BgClassName
{
background-color: #131543;
}
</style>
border-color css
<style>
span { border-color: #131543; }
span { border-color: rgb(19,21,67); }
td.TdClassName
{
border-color: #131543;
}
.TagClassName
{
border-color: #131543;
}
</style>