Shades of Midnight Express #131F3A
Tints of Midnight Express #131F3A
RGB
CMYK
RGB Variations
Color information
#131F3A (or 0x131F3A) is known color: Midnight Express. HEX triplet: 13, 1F and 3A. RGB value is (19,31,58). Sum of RGB (Red+Green+Blue) = 19+31+58=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 31 (12.5% from 255 or 28.70% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #131F3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3A is #ECE0C5. Grayscale: #1E1E1E. Windows color (decimal): -15524038 or 3809043. OLE color: 3809043.
HSL color Cylindrical-coordinate representation of color #131F3A: hue angle of 221.54º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #131F3A is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 19 | 31 | 58 | - |
| CMYK | 0.67 | 0.47 | 0 | 0.77 |
| HSL | 221.54º | 0.51% | 0.15% | - |
| HSV(B) | 221.54º | 0.67% | 0.23% | - |
| XYZ | 1.52 | 1.42 | 4.2 | - |
| YUV | 30.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 58 | 0.67 | 0.47 | 0 | 0.77 | 221.54 | 0.51 | 0.15 |
| Hex | 13 | 1F | 3A | 43 | 2F | 0 | 4D | DE | 33 | F |
| Octal | 23 | 37 | 72 | 103 | 57 | 0 | 115 | 336 | 63 | 17 |
| Binary | 10011 | 11111 | 111010 | 1000011 | 101111 | 0 | 1001101 | 11011110 | 110011 | 1111 |
Color Harmonies of #131F3A
Complementary color
Monochromatic Colors of #131F3A
Black with #131F3A
Text Example
Text Example
White with #131F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F3A; }
p { color: rgb(19,31,58); }
H1.HeaderClassName
{
color: #131F3A;
}
.AnyTagClassName
{
color: #131F3A;
}
</style>
background-color css
<style>
a { background-color: #131F3A; }
a { background-color: rgb(19,31,58); }
div.DivClassName
{
background-color: #131F3A;
}
.BgClassName
{
background-color: #131F3A;
}
</style>
border-color css
<style>
span { border-color: #131F3A; }
span { border-color: rgb(19,31,58); }
td.TdClassName
{
border-color: #131F3A;
}
.TagClassName
{
border-color: #131F3A;
}
</style>