Shades of Midnight Express #131343
Tints of Midnight Express #131343
RGB
CMYK
RGB Variations
Color information
#131343 (or 0x131343) is known color: Midnight Express. HEX triplet: 13, 13 and 43. RGB value is (19,19,67). Sum of RGB (Red+Green+Blue) = 19+19+67=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #131343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131343 is #ECECBC. Grayscale: #181818. Windows color (decimal): -15527101 or 4395795. OLE color: 4395795.
HSL color Cylindrical-coordinate representation of color #131343: hue angle of 240º 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 #131343 is Cyan = 0.72, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 19 | 67 | - |
| CMYK | 0.72 | 0.72 | 0 | 0.74 |
| HSL | 240º | 0.56% | 0.17% | - |
| HSV(B) | 240º | 0.72% | 0.26% | - |
| XYZ | 1.51 | 1.01 | 5.43 | - |
| YUV | 24.47 | 152 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 19 | 67 | 0.72 | 0.72 | 0 | 0.74 | 240 | 0.56 | 0.17 |
| Hex | 13 | 13 | 43 | 48 | 48 | 0 | 4A | F0 | 38 | 11 |
| Octal | 23 | 23 | 103 | 110 | 110 | 0 | 112 | 360 | 70 | 21 |
| Binary | 10011 | 10011 | 1000011 | 1001000 | 1001000 | 0 | 1001010 | 11110000 | 111000 | 10001 |
Color Harmonies of #131343
Complementary color
Monochromatic Colors of #131343
Black with #131343
Text Example
Text Example
White with #131343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131343; }
p { color: rgb(19,19,67); }
H1.HeaderClassName
{
color: #131343;
}
.AnyTagClassName
{
color: #131343;
}
</style>
background-color css
<style>
a { background-color: #131343; }
a { background-color: rgb(19,19,67); }
div.DivClassName
{
background-color: #131343;
}
.BgClassName
{
background-color: #131343;
}
</style>
border-color css
<style>
span { border-color: #131343; }
span { border-color: rgb(19,19,67); }
td.TdClassName
{
border-color: #131343;
}
.TagClassName
{
border-color: #131343;
}
</style>