Shades of Midnight Express #131F3B
Tints of Midnight Express #131F3B
RGB
CMYK
RGB Variations
Color information
#131F3B (or 0x131F3B) is known color: Midnight Express. HEX triplet: 13, 1F and 3B. RGB value is (19,31,59). Sum of RGB (Red+Green+Blue) = 19+31+59=109 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.43% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 59 (23.44% from 255 or 54.13% from 109); Max value from RGB is 59 - color contains mainly: blue. Hex color #131F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3B is #ECE0C4. Grayscale: #1E1E1E. Windows color (decimal): -15524037 or 3874579. OLE color: 3874579.
HSL color Cylindrical-coordinate representation of color #131F3B: hue angle of 222º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #131F3B is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 31 | 59 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.77 |
| HSL | 222º | 0.51% | 0.15% | - |
| HSV(B) | 222º | 0.68% | 0.23% | - |
| XYZ | 1.55 | 1.43 | 4.33 | - |
| YUV | 30.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 59 | 0.68 | 0.47 | 0 | 0.77 | 222 | 0.51 | 0.15 |
| Hex | 13 | 1F | 3B | 44 | 2F | 0 | 4D | DE | 33 | F |
| Octal | 23 | 37 | 73 | 104 | 57 | 0 | 115 | 336 | 63 | 17 |
| Binary | 10011 | 11111 | 111011 | 1000100 | 101111 | 0 | 1001101 | 11011110 | 110011 | 1111 |
Color Harmonies of #131F3B
Complementary color
Monochromatic Colors of #131F3B
Black with #131F3B
Text Example
Text Example
White with #131F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F3B; }
p { color: rgb(19,31,59); }
H1.HeaderClassName
{
color: #131F3B;
}
.AnyTagClassName
{
color: #131F3B;
}
</style>
background-color css
<style>
a { background-color: #131F3B; }
a { background-color: rgb(19,31,59); }
div.DivClassName
{
background-color: #131F3B;
}
.BgClassName
{
background-color: #131F3B;
}
</style>
border-color css
<style>
span { border-color: #131F3B; }
span { border-color: rgb(19,31,59); }
td.TdClassName
{
border-color: #131F3B;
}
.TagClassName
{
border-color: #131F3B;
}
</style>