Shades of Midnight Express #131F36
Tints of Midnight Express #131F36
RGB
CMYK
RGB Variations
Color information
#131F36 (or 0x131F36) is known color: Midnight Express. HEX triplet: 13, 1F and 36. RGB value is (19,31,54). Sum of RGB (Red+Green+Blue) = 19+31+54=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 54 (21.48% from 255 or 51.92% from 104); Max value from RGB is 54 - color contains mainly: blue. Hex color #131F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F36 is #ECE0C9. Grayscale: #1D1D1D. Windows color (decimal): -15524042 or 3546899. OLE color: 3546899.
HSL color Cylindrical-coordinate representation of color #131F36: hue angle of 219.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 #131F36 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 19 | 31 | 54 | - |
| CMYK | 0.65 | 0.43 | 0 | 0.79 |
| HSL | 219.43º | 0.48% | 0.14% | - |
| HSV(B) | 219.43º | 0.65% | 0.21% | - |
| XYZ | 1.42 | 1.38 | 3.68 | - |
| YUV | 30.03 | 141.52 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 54 | 0.65 | 0.43 | 0 | 0.79 | 219.43 | 0.48 | 0.14 |
| Hex | 13 | 1F | 36 | 41 | 2B | 0 | 4F | DB | 30 | E |
| Octal | 23 | 37 | 66 | 101 | 53 | 0 | 117 | 333 | 60 | 16 |
| Binary | 10011 | 11111 | 110110 | 1000001 | 101011 | 0 | 1001111 | 11011011 | 110000 | 1110 |
Color Harmonies of #131F36
Complementary color
Monochromatic Colors of #131F36
Black with #131F36
Text Example
Text Example
White with #131F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F36; }
p { color: rgb(19,31,54); }
H1.HeaderClassName
{
color: #131F36;
}
.AnyTagClassName
{
color: #131F36;
}
</style>
background-color css
<style>
a { background-color: #131F36; }
a { background-color: rgb(19,31,54); }
div.DivClassName
{
background-color: #131F36;
}
.BgClassName
{
background-color: #131F36;
}
</style>
border-color css
<style>
span { border-color: #131F36; }
span { border-color: rgb(19,31,54); }
td.TdClassName
{
border-color: #131F36;
}
.TagClassName
{
border-color: #131F36;
}
</style>