Shades of Midnight Express #131C4D
Tints of Midnight Express #131C4D
RGB
CMYK
RGB Variations
Color information
#131C4D (or 0x131C4D) is known color: Midnight Express. HEX triplet: 13, 1C and 4D. RGB value is (19,28,77). Sum of RGB (Red+Green+Blue) = 19+28+77=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #131C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C4D is #ECE3B2. Grayscale: #1E1E1E. Windows color (decimal): -15524787 or 5053459. OLE color: 5053459.
HSL color Cylindrical-coordinate representation of color #131C4D: hue angle of 230.69º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #131C4D is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 28 | 77 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.70 |
| HSL | 230.69º | 0.6% | 0.19% | - |
| HSV(B) | 230.69º | 0.75% | 0.3% | - |
| XYZ | 2.02 | 1.5 | 7.2 | - |
| YUV | 30.9 | 154.02 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 77 | 0.75 | 0.64 | 0 | 0.70 | 230.69 | 0.6 | 0.19 |
| Hex | 13 | 1C | 4D | 4B | 40 | 0 | 46 | E7 | 3C | 13 |
| Octal | 23 | 34 | 115 | 113 | 100 | 0 | 106 | 347 | 74 | 23 |
| Binary | 10011 | 11100 | 1001101 | 1001011 | 1000000 | 0 | 1000110 | 11100111 | 111100 | 10011 |
Color Harmonies of #131C4D
Complementary color
Monochromatic Colors of #131C4D
Black with #131C4D
Text Example
Text Example
White with #131C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C4D; }
p { color: rgb(19,28,77); }
H1.HeaderClassName
{
color: #131C4D;
}
.AnyTagClassName
{
color: #131C4D;
}
</style>
background-color css
<style>
a { background-color: #131C4D; }
a { background-color: rgb(19,28,77); }
div.DivClassName
{
background-color: #131C4D;
}
.BgClassName
{
background-color: #131C4D;
}
</style>
border-color css
<style>
span { border-color: #131C4D; }
span { border-color: rgb(19,28,77); }
td.TdClassName
{
border-color: #131C4D;
}
.TagClassName
{
border-color: #131C4D;
}
</style>