Shades of Midnight Express #131F38
Tints of Midnight Express #131F38
RGB
CMYK
RGB Variations
Color information
#131F38 (or 0x131F38) is known color: Midnight Express. HEX triplet: 13, 1F and 38. RGB value is (19,31,56). Sum of RGB (Red+Green+Blue) = 19+31+56=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 56 (22.27% from 255 or 52.83% from 106); Max value from RGB is 56 - color contains mainly: blue. Hex color #131F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F38 is #ECE0C7. Grayscale: #1E1E1E. Windows color (decimal): -15524040 or 3677971. OLE color: 3677971.
HSL color Cylindrical-coordinate representation of color #131F38: hue angle of 220.54º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #131F38 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 31 | 56 | - |
| CMYK | 0.66 | 0.45 | 0 | 0.78 |
| HSL | 220.54º | 0.49% | 0.15% | - |
| HSV(B) | 220.54º | 0.66% | 0.22% | - |
| XYZ | 1.47 | 1.4 | 3.93 | - |
| YUV | 30.26 | 142.52 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 56 | 0.66 | 0.45 | 0 | 0.78 | 220.54 | 0.49 | 0.15 |
| Hex | 13 | 1F | 38 | 42 | 2D | 0 | 4E | DD | 31 | F |
| Octal | 23 | 37 | 70 | 102 | 55 | 0 | 116 | 335 | 61 | 17 |
| Binary | 10011 | 11111 | 111000 | 1000010 | 101101 | 0 | 1001110 | 11011101 | 110001 | 1111 |
Color Harmonies of #131F38
Complementary color
Monochromatic Colors of #131F38
Black with #131F38
Text Example
Text Example
White with #131F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F38; }
p { color: rgb(19,31,56); }
H1.HeaderClassName
{
color: #131F38;
}
.AnyTagClassName
{
color: #131F38;
}
</style>
background-color css
<style>
a { background-color: #131F38; }
a { background-color: rgb(19,31,56); }
div.DivClassName
{
background-color: #131F38;
}
.BgClassName
{
background-color: #131F38;
}
</style>
border-color css
<style>
span { border-color: #131F38; }
span { border-color: rgb(19,31,56); }
td.TdClassName
{
border-color: #131F38;
}
.TagClassName
{
border-color: #131F38;
}
</style>