Shades of Midnight Express #131E2F
Tints of Midnight Express #131E2F
RGB
CMYK
RGB Variations
Color information
#131E2F (or 0x131E2F) is known color: Midnight Express. HEX triplet: 13, 1E and 2F. RGB value is (19,30,47). Sum of RGB (Red+Green+Blue) = 19+30+47=96 (12% of max value = 765). Red value is 19 (7.81% from 255 or 19.79% from 96); Green value is 30 (12.11% from 255 or 31.25% from 96); Blue value is 47 (18.75% from 255 or 48.96% from 96); Max value from RGB is 47 - color contains mainly: blue. Hex color #131E2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131E2F is #ECE1D0. Grayscale: #1C1C1C. Windows color (decimal): -15524305 or 3087891. OLE color: 3087891.
HSL color Cylindrical-coordinate representation of color #131E2F: hue angle of 216.43º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #131E2F is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 30 | 47 | - |
| CMYK | 0.60 | 0.36 | 0 | 0.82 |
| HSL | 216.43º | 0.42% | 0.13% | - |
| HSV(B) | 216.43º | 0.6% | 0.18% | - |
| XYZ | 1.25 | 1.27 | 2.87 | - |
| YUV | 28.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 30 | 47 | 0.60 | 0.36 | 0 | 0.82 | 216.43 | 0.42 | 0.13 |
| Hex | 13 | 1E | 2F | 3C | 24 | 0 | 52 | D8 | 2A | D |
| Octal | 23 | 36 | 57 | 74 | 44 | 0 | 122 | 330 | 52 | 15 |
| Binary | 10011 | 11110 | 101111 | 111100 | 100100 | 0 | 1010010 | 11011000 | 101010 | 1101 |
Color Harmonies of #131E2F
Complementary color
Monochromatic Colors of #131E2F
Black with #131E2F
Text Example
Text Example
White with #131E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131E2F; }
p { color: rgb(19,30,47); }
H1.HeaderClassName
{
color: #131E2F;
}
.AnyTagClassName
{
color: #131E2F;
}
</style>
background-color css
<style>
a { background-color: #131E2F; }
a { background-color: rgb(19,30,47); }
div.DivClassName
{
background-color: #131E2F;
}
.BgClassName
{
background-color: #131E2F;
}
</style>
border-color css
<style>
span { border-color: #131E2F; }
span { border-color: rgb(19,30,47); }
td.TdClassName
{
border-color: #131E2F;
}
.TagClassName
{
border-color: #131E2F;
}
</style>