Shades of Midnight Express #131347
Tints of Midnight Express #131347
RGB
CMYK
RGB Variations
Color information
#131347 (or 0x131347) is known color: Midnight Express. HEX triplet: 13, 13 and 47. RGB value is (19,19,71). Sum of RGB (Red+Green+Blue) = 19+19+71=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #131347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131347 is #ECECB8. Grayscale: #181818. Windows color (decimal): -15527097 or 4657939. OLE color: 4657939.
HSL color Cylindrical-coordinate representation of color #131347: hue angle of 240º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #131347 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 19 | 19 | 71 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.72 |
| HSL | 240º | 0.58% | 0.18% | - |
| HSV(B) | 240º | 0.73% | 0.28% | - |
| XYZ | 1.64 | 1.06 | 6.08 | - |
| YUV | 24.93 | 154 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 71 | 0.73 | 0.73 | 0 | 0.72 | 240 | 0.58 | 0.18 |
| Hex | 13 | 13 | 47 | 49 | 49 | 0 | 48 | F0 | 3A | 12 |
| Octal | 23 | 23 | 107 | 111 | 111 | 0 | 110 | 360 | 72 | 22 |
| Binary | 10011 | 10011 | 1000111 | 1001001 | 1001001 | 0 | 1001000 | 11110000 | 111010 | 10010 |
Color Harmonies of #131347
Complementary color
Monochromatic Colors of #131347
Black with #131347
Text Example
Text Example
White with #131347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131347; }
p { color: rgb(19,19,71); }
H1.HeaderClassName
{
color: #131347;
}
.AnyTagClassName
{
color: #131347;
}
</style>
background-color css
<style>
a { background-color: #131347; }
a { background-color: rgb(19,19,71); }
div.DivClassName
{
background-color: #131347;
}
.BgClassName
{
background-color: #131347;
}
</style>
border-color css
<style>
span { border-color: #131347; }
span { border-color: rgb(19,19,71); }
td.TdClassName
{
border-color: #131347;
}
.TagClassName
{
border-color: #131347;
}
</style>