Shades of Midnight Express #131F3D
Tints of Midnight Express #131F3D
RGB
CMYK
RGB Variations
Color information
#131F3D (or 0x131F3D) is known color: Midnight Express. HEX triplet: 13, 1F and 3D. RGB value is (19,31,61). Sum of RGB (Red+Green+Blue) = 19+31+61=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 61 (24.22% from 255 or 54.95% from 111); Max value from RGB is 61 - color contains mainly: blue. Hex color #131F3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131F3D is #ECE0C2. Grayscale: #1E1E1E. Windows color (decimal): -15524035 or 4005651. OLE color: 4005651.
HSL color Cylindrical-coordinate representation of color #131F3D: hue angle of 222.86º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #131F3D is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 31 | 61 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.76 |
| HSL | 222.86º | 0.53% | 0.16% | - |
| HSV(B) | 222.86º | 0.69% | 0.24% | - |
| XYZ | 1.6 | 1.46 | 4.61 | - |
| YUV | 30.83 | 145.02 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 31 | 61 | 0.69 | 0.49 | 0 | 0.76 | 222.86 | 0.53 | 0.16 |
| Hex | 13 | 1F | 3D | 45 | 31 | 0 | 4C | DF | 34 | 10 |
| Octal | 23 | 37 | 75 | 105 | 61 | 0 | 114 | 337 | 64 | 20 |
| Binary | 10011 | 11111 | 111101 | 1000101 | 110001 | 0 | 1001100 | 11011111 | 110100 | 10000 |
Color Harmonies of #131F3D
Complementary color
Monochromatic Colors of #131F3D
Black with #131F3D
Text Example
Text Example
White with #131F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131F3D; }
p { color: rgb(19,31,61); }
H1.HeaderClassName
{
color: #131F3D;
}
.AnyTagClassName
{
color: #131F3D;
}
</style>
background-color css
<style>
a { background-color: #131F3D; }
a { background-color: rgb(19,31,61); }
div.DivClassName
{
background-color: #131F3D;
}
.BgClassName
{
background-color: #131F3D;
}
</style>
border-color css
<style>
span { border-color: #131F3D; }
span { border-color: rgb(19,31,61); }
td.TdClassName
{
border-color: #131F3D;
}
.TagClassName
{
border-color: #131F3D;
}
</style>