Shades of Midnight Express #131836
Tints of Midnight Express #131836
RGB
CMYK
RGB Variations
Color information
#131836 (or 0x131836) is known color: Midnight Express. HEX triplet: 13, 18 and 36. RGB value is (19,24,54). Sum of RGB (Red+Green+Blue) = 19+24+54=97 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.59% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #131836 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131836 is #ECE7C9. Grayscale: #191919. Windows color (decimal): -15525834 or 3545107. OLE color: 3545107.
HSL color Cylindrical-coordinate representation of color #131836: hue angle of 231.43º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #131836 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 24 | 54 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.79 |
| HSL | 231.43º | 0.48% | 0.14% | - |
| HSV(B) | 231.43º | 0.65% | 0.21% | - |
| XYZ | 1.26 | 1.06 | 3.63 | - |
| YUV | 25.93 | 143.84 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 24 | 54 | 0.65 | 0.56 | 0 | 0.79 | 231.43 | 0.48 | 0.14 |
| Hex | 13 | 18 | 36 | 41 | 38 | 0 | 4F | E7 | 30 | E |
| Octal | 23 | 30 | 66 | 101 | 70 | 0 | 117 | 347 | 60 | 16 |
| Binary | 10011 | 11000 | 110110 | 1000001 | 111000 | 0 | 1001111 | 11100111 | 110000 | 1110 |
Color Harmonies of #131836
Complementary color
Monochromatic Colors of #131836
Black with #131836
Text Example
Text Example
White with #131836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131836; }
p { color: rgb(19,24,54); }
H1.HeaderClassName
{
color: #131836;
}
.AnyTagClassName
{
color: #131836;
}
</style>
background-color css
<style>
a { background-color: #131836; }
a { background-color: rgb(19,24,54); }
div.DivClassName
{
background-color: #131836;
}
.BgClassName
{
background-color: #131836;
}
</style>
border-color css
<style>
span { border-color: #131836; }
span { border-color: rgb(19,24,54); }
td.TdClassName
{
border-color: #131836;
}
.TagClassName
{
border-color: #131836;
}
</style>