Shades of Midnight Express #131442
Tints of Midnight Express #131442
RGB
CMYK
RGB Variations
Color information
#131442 (or 0x131442) is known color: Midnight Express. HEX triplet: 13, 14 and 42. RGB value is (19,20,66). Sum of RGB (Red+Green+Blue) = 19+20+66=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 66 (26.17% from 255 or 62.86% from 105); Max value from RGB is 66 - color contains mainly: blue. Hex color #131442 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131442 is #ECEBBD. Grayscale: #181818. Windows color (decimal): -15526846 or 4330515. OLE color: 4330515.
HSL color Cylindrical-coordinate representation of color #131442: hue angle of 238.72º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #131442 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 19 | 20 | 66 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.74 |
| HSL | 238.72º | 0.55% | 0.17% | - |
| HSV(B) | 238.72º | 0.71% | 0.26% | - |
| XYZ | 1.5 | 1.03 | 5.27 | - |
| YUV | 24.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 66 | 0.71 | 0.70 | 0 | 0.74 | 238.72 | 0.55 | 0.17 |
| Hex | 13 | 14 | 42 | 47 | 46 | 0 | 4A | EF | 37 | 11 |
| Octal | 23 | 24 | 102 | 107 | 106 | 0 | 112 | 357 | 67 | 21 |
| Binary | 10011 | 10100 | 1000010 | 1000111 | 1000110 | 0 | 1001010 | 11101111 | 110111 | 10001 |
Color Harmonies of #131442
Complementary color
Monochromatic Colors of #131442
Black with #131442
Text Example
Text Example
White with #131442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131442; }
p { color: rgb(19,20,66); }
H1.HeaderClassName
{
color: #131442;
}
.AnyTagClassName
{
color: #131442;
}
</style>
background-color css
<style>
a { background-color: #131442; }
a { background-color: rgb(19,20,66); }
div.DivClassName
{
background-color: #131442;
}
.BgClassName
{
background-color: #131442;
}
</style>
border-color css
<style>
span { border-color: #131442; }
span { border-color: rgb(19,20,66); }
td.TdClassName
{
border-color: #131442;
}
.TagClassName
{
border-color: #131442;
}
</style>