Shades of Midnight Express #132340
Tints of Midnight Express #132340
RGB
CMYK
RGB Variations
Color information
#132340 (or 0x132340) is known color: Midnight Express. HEX triplet: 13, 23 and 40. RGB value is (19,35,64). Sum of RGB (Red+Green+Blue) = 19+35+64=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #132340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132340 is #ECDCBF. Grayscale: #212121. Windows color (decimal): -15523008 or 4203283. OLE color: 4203283.
HSL color Cylindrical-coordinate representation of color #132340: hue angle of 218.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #132340 is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 35 | 64 | - |
| CMYK | 0.70 | 0.45 | 0 | 0.75 |
| HSL | 218.67º | 0.54% | 0.16% | - |
| HSV(B) | 218.67º | 0.7% | 0.25% | - |
| XYZ | 1.8 | 1.71 | 5.09 | - |
| YUV | 33.52 | 145.2 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 64 | 0.70 | 0.45 | 0 | 0.75 | 218.67 | 0.54 | 0.16 |
| Hex | 13 | 23 | 40 | 46 | 2D | 0 | 4B | DB | 36 | 10 |
| Octal | 23 | 43 | 100 | 106 | 55 | 0 | 113 | 333 | 66 | 20 |
| Binary | 10011 | 100011 | 1000000 | 1000110 | 101101 | 0 | 1001011 | 11011011 | 110110 | 10000 |
Color Harmonies of #132340
Complementary color
Monochromatic Colors of #132340
Black with #132340
Text Example
Text Example
White with #132340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132340; }
p { color: rgb(19,35,64); }
H1.HeaderClassName
{
color: #132340;
}
.AnyTagClassName
{
color: #132340;
}
</style>
background-color css
<style>
a { background-color: #132340; }
a { background-color: rgb(19,35,64); }
div.DivClassName
{
background-color: #132340;
}
.BgClassName
{
background-color: #132340;
}
</style>
border-color css
<style>
span { border-color: #132340; }
span { border-color: rgb(19,35,64); }
td.TdClassName
{
border-color: #132340;
}
.TagClassName
{
border-color: #132340;
}
</style>