Shades of Midnight Express #131D4C
Tints of Midnight Express #131D4C
RGB
CMYK
RGB Variations
Color information
#131D4C (or 0x131D4C) is known color: Midnight Express. HEX triplet: 13, 1D and 4C. RGB value is (19,29,76). Sum of RGB (Red+Green+Blue) = 19+29+76=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 29 (11.72% from 255 or 23.39% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #131D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131D4C is #ECE2B3. Grayscale: #1F1F1F. Windows color (decimal): -15524532 or 4988179. OLE color: 4988179.
HSL color Cylindrical-coordinate representation of color #131D4C: hue angle of 229.47º 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 #131D4C is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 29 | 76 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.70 |
| HSL | 229.47º | 0.6% | 0.19% | - |
| HSV(B) | 229.47º | 0.75% | 0.3% | - |
| XYZ | 2.01 | 1.54 | 7.03 | - |
| YUV | 31.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 76 | 0.75 | 0.62 | 0 | 0.70 | 229.47 | 0.6 | 0.19 |
| Hex | 13 | 1D | 4C | 4B | 3E | 0 | 46 | E5 | 3C | 13 |
| Octal | 23 | 35 | 114 | 113 | 76 | 0 | 106 | 345 | 74 | 23 |
| Binary | 10011 | 11101 | 1001100 | 1001011 | 111110 | 0 | 1000110 | 11100101 | 111100 | 10011 |
Color Harmonies of #131D4C
Complementary color
Monochromatic Colors of #131D4C
Black with #131D4C
Text Example
Text Example
White with #131D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D4C; }
p { color: rgb(19,29,76); }
H1.HeaderClassName
{
color: #131D4C;
}
.AnyTagClassName
{
color: #131D4C;
}
</style>
background-color css
<style>
a { background-color: #131D4C; }
a { background-color: rgb(19,29,76); }
div.DivClassName
{
background-color: #131D4C;
}
.BgClassName
{
background-color: #131D4C;
}
</style>
border-color css
<style>
span { border-color: #131D4C; }
span { border-color: rgb(19,29,76); }
td.TdClassName
{
border-color: #131D4C;
}
.TagClassName
{
border-color: #131D4C;
}
</style>