Shades of Midnight Express #131638
Tints of Midnight Express #131638
RGB
CMYK
RGB Variations
Color information
#131638 (or 0x131638) is known color: Midnight Express. HEX triplet: 13, 16 and 38. RGB value is (19,22,56). Sum of RGB (Red+Green+Blue) = 19+22+56=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #131638 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131638 is #ECE9C7. Grayscale: #181818. Windows color (decimal): -15526344 or 3675667. OLE color: 3675667.
HSL color Cylindrical-coordinate representation of color #131638: hue angle of 235.14º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131638 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 22 | 56 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.78 |
| HSL | 235.14º | 0.49% | 0.15% | - |
| HSV(B) | 235.14º | 0.66% | 0.22% | - |
| XYZ | 1.27 | 1 | 3.87 | - |
| YUV | 24.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 22 | 56 | 0.66 | 0.61 | 0 | 0.78 | 235.14 | 0.49 | 0.15 |
| Hex | 13 | 16 | 38 | 42 | 3D | 0 | 4E | EB | 31 | F |
| Octal | 23 | 26 | 70 | 102 | 75 | 0 | 116 | 353 | 61 | 17 |
| Binary | 10011 | 10110 | 111000 | 1000010 | 111101 | 0 | 1001110 | 11101011 | 110001 | 1111 |
Color Harmonies of #131638
Complementary color
Monochromatic Colors of #131638
Black with #131638
Text Example
Text Example
White with #131638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131638; }
p { color: rgb(19,22,56); }
H1.HeaderClassName
{
color: #131638;
}
.AnyTagClassName
{
color: #131638;
}
</style>
background-color css
<style>
a { background-color: #131638; }
a { background-color: rgb(19,22,56); }
div.DivClassName
{
background-color: #131638;
}
.BgClassName
{
background-color: #131638;
}
</style>
border-color css
<style>
span { border-color: #131638; }
span { border-color: rgb(19,22,56); }
td.TdClassName
{
border-color: #131638;
}
.TagClassName
{
border-color: #131638;
}
</style>