Shades of Midnight Express #131B2F
Tints of Midnight Express #131B2F
RGB
CMYK
RGB Variations
Color information
#131B2F (or 0x131B2F) is known color: Midnight Express. HEX triplet: 13, 1B and 2F. RGB value is (19,27,47). Sum of RGB (Red+Green+Blue) = 19+27+47=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #131B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131B2F is #ECE4D0. Grayscale: #1A1A1A. Windows color (decimal): -15525073 or 3087123. OLE color: 3087123.
HSL color Cylindrical-coordinate representation of color #131B2F: hue angle of 222.86º 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 #131B2F is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 27 | 47 | - |
| CMYK | 0.60 | 0.43 | 0 | 0.82 |
| HSL | 222.86º | 0.42% | 0.13% | - |
| HSV(B) | 222.86º | 0.6% | 0.18% | - |
| XYZ | 1.17 | 1.13 | 2.85 | - |
| YUV | 26.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 27 | 47 | 0.60 | 0.43 | 0 | 0.82 | 222.86 | 0.42 | 0.13 |
| Hex | 13 | 1B | 2F | 3C | 2B | 0 | 52 | DF | 2A | D |
| Octal | 23 | 33 | 57 | 74 | 53 | 0 | 122 | 337 | 52 | 15 |
| Binary | 10011 | 11011 | 101111 | 111100 | 101011 | 0 | 1010010 | 11011111 | 101010 | 1101 |
Color Harmonies of #131B2F
Complementary color
Monochromatic Colors of #131B2F
Black with #131B2F
Text Example
Text Example
White with #131B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131B2F; }
p { color: rgb(19,27,47); }
H1.HeaderClassName
{
color: #131B2F;
}
.AnyTagClassName
{
color: #131B2F;
}
</style>
background-color css
<style>
a { background-color: #131B2F; }
a { background-color: rgb(19,27,47); }
div.DivClassName
{
background-color: #131B2F;
}
.BgClassName
{
background-color: #131B2F;
}
</style>
border-color css
<style>
span { border-color: #131B2F; }
span { border-color: rgb(19,27,47); }
td.TdClassName
{
border-color: #131B2F;
}
.TagClassName
{
border-color: #131B2F;
}
</style>