Shades of Midnight Express #131C49
Tints of Midnight Express #131C49
RGB
CMYK
RGB Variations
Color information
#131C49 (or 0x131C49) is known color: Midnight Express. HEX triplet: 13, 1C and 49. RGB value is (19,28,73). Sum of RGB (Red+Green+Blue) = 19+28+73=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #131C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131C49 is #ECE3B6. Grayscale: #1E1E1E. Windows color (decimal): -15524791 or 4791315. OLE color: 4791315.
HSL color Cylindrical-coordinate representation of color #131C49: hue angle of 230º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #131C49 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 28 | 73 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.71 |
| HSL | 230º | 0.59% | 0.18% | - |
| HSV(B) | 230º | 0.74% | 0.29% | - |
| XYZ | 1.89 | 1.45 | 6.48 | - |
| YUV | 30.44 | 152.02 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 28 | 73 | 0.74 | 0.62 | 0 | 0.71 | 230 | 0.59 | 0.18 |
| Hex | 13 | 1C | 49 | 4A | 3E | 0 | 47 | E6 | 3B | 12 |
| Octal | 23 | 34 | 111 | 112 | 76 | 0 | 107 | 346 | 73 | 22 |
| Binary | 10011 | 11100 | 1001001 | 1001010 | 111110 | 0 | 1000111 | 11100110 | 111011 | 10010 |
Color Harmonies of #131C49
Complementary color
Monochromatic Colors of #131C49
Black with #131C49
Text Example
Text Example
White with #131C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131C49; }
p { color: rgb(19,28,73); }
H1.HeaderClassName
{
color: #131C49;
}
.AnyTagClassName
{
color: #131C49;
}
</style>
background-color css
<style>
a { background-color: #131C49; }
a { background-color: rgb(19,28,73); }
div.DivClassName
{
background-color: #131C49;
}
.BgClassName
{
background-color: #131C49;
}
</style>
border-color css
<style>
span { border-color: #131C49; }
span { border-color: rgb(19,28,73); }
td.TdClassName
{
border-color: #131C49;
}
.TagClassName
{
border-color: #131C49;
}
</style>