Shades of Midnight Express #131A2E
Tints of Midnight Express #131A2E
RGB
CMYK
RGB Variations
Color information
#131A2E (or 0x131A2E) is known color: Midnight Express. HEX triplet: 13, 1A and 2E. RGB value is (19,26,46). Sum of RGB (Red+Green+Blue) = 19+26+46=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #131A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A2E is #ECE5D1. Grayscale: #1A1A1A. Windows color (decimal): -15525330 or 3021331. OLE color: 3021331.
HSL color Cylindrical-coordinate representation of color #131A2E: hue angle of 224.44º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #131A2E is Cyan = 0.59, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 19 | 26 | 46 | - |
| CMYK | 0.59 | 0.43 | 0 | 0.82 |
| HSL | 224.44º | 0.42% | 0.13% | - |
| HSV(B) | 224.44º | 0.59% | 0.18% | - |
| XYZ | 1.13 | 1.07 | 2.73 | - |
| YUV | 26.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 46 | 0.59 | 0.43 | 0 | 0.82 | 224.44 | 0.42 | 0.13 |
| Hex | 13 | 1A | 2E | 3B | 2B | 0 | 52 | E0 | 2A | D |
| Octal | 23 | 32 | 56 | 73 | 53 | 0 | 122 | 340 | 52 | 15 |
| Binary | 10011 | 11010 | 101110 | 111011 | 101011 | 0 | 1010010 | 11100000 | 101010 | 1101 |
Color Harmonies of #131A2E
Complementary color
Monochromatic Colors of #131A2E
Black with #131A2E
Text Example
Text Example
White with #131A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A2E; }
p { color: rgb(19,26,46); }
H1.HeaderClassName
{
color: #131A2E;
}
.AnyTagClassName
{
color: #131A2E;
}
</style>
background-color css
<style>
a { background-color: #131A2E; }
a { background-color: rgb(19,26,46); }
div.DivClassName
{
background-color: #131A2E;
}
.BgClassName
{
background-color: #131A2E;
}
</style>
border-color css
<style>
span { border-color: #131A2E; }
span { border-color: rgb(19,26,46); }
td.TdClassName
{
border-color: #131A2E;
}
.TagClassName
{
border-color: #131A2E;
}
</style>