Shades of Midnight Express #131A4C
Tints of Midnight Express #131A4C
RGB
CMYK
RGB Variations
Color information
#131A4C (or 0x131A4C) is known color: Midnight Express. HEX triplet: 13, 1A and 4C. RGB value is (19,26,76). Sum of RGB (Red+Green+Blue) = 19+26+76=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #131A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A4C is #ECE5B3. Grayscale: #1D1D1D. Windows color (decimal): -15525300 or 4987411. OLE color: 4987411.
HSL color Cylindrical-coordinate representation of color #131A4C: hue angle of 232.63º 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 #131A4C is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 19 | 26 | 76 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.70 |
| HSL | 232.63º | 0.6% | 0.19% | - |
| HSV(B) | 232.63º | 0.75% | 0.3% | - |
| XYZ | 1.94 | 1.4 | 7.01 | - |
| YUV | 29.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 76 | 0.75 | 0.66 | 0 | 0.70 | 232.63 | 0.6 | 0.19 |
| Hex | 13 | 1A | 4C | 4B | 42 | 0 | 46 | E9 | 3C | 13 |
| Octal | 23 | 32 | 114 | 113 | 102 | 0 | 106 | 351 | 74 | 23 |
| Binary | 10011 | 11010 | 1001100 | 1001011 | 1000010 | 0 | 1000110 | 11101001 | 111100 | 10011 |
Color Harmonies of #131A4C
Complementary color
Monochromatic Colors of #131A4C
Black with #131A4C
Text Example
Text Example
White with #131A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A4C; }
p { color: rgb(19,26,76); }
H1.HeaderClassName
{
color: #131A4C;
}
.AnyTagClassName
{
color: #131A4C;
}
</style>
background-color css
<style>
a { background-color: #131A4C; }
a { background-color: rgb(19,26,76); }
div.DivClassName
{
background-color: #131A4C;
}
.BgClassName
{
background-color: #131A4C;
}
</style>
border-color css
<style>
span { border-color: #131A4C; }
span { border-color: rgb(19,26,76); }
td.TdClassName
{
border-color: #131A4C;
}
.TagClassName
{
border-color: #131A4C;
}
</style>