Shades of Midnight Express #131A4A
Tints of Midnight Express #131A4A
RGB
CMYK
RGB Variations
Color information
#131A4A (or 0x131A4A) is known color: Midnight Express. HEX triplet: 13, 1A and 4A. RGB value is (19,26,74). Sum of RGB (Red+Green+Blue) = 19+26+74=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 26 (10.55% from 255 or 21.85% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #131A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #131A4A is #ECE5B5. Grayscale: #1D1D1D. Windows color (decimal): -15525302 or 4856339. OLE color: 4856339.
HSL color Cylindrical-coordinate representation of color #131A4A: hue angle of 232.36º 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 #131A4A is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 19 | 26 | 74 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.71 |
| HSL | 232.36º | 0.59% | 0.18% | - |
| HSV(B) | 232.36º | 0.74% | 0.29% | - |
| XYZ | 1.87 | 1.37 | 6.64 | - |
| YUV | 29.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 74 | 0.74 | 0.65 | 0 | 0.71 | 232.36 | 0.59 | 0.18 |
| Hex | 13 | 1A | 4A | 4A | 41 | 0 | 47 | E8 | 3B | 12 |
| Octal | 23 | 32 | 112 | 112 | 101 | 0 | 107 | 350 | 73 | 22 |
| Binary | 10011 | 11010 | 1001010 | 1001010 | 1000001 | 0 | 1000111 | 11101000 | 111011 | 10010 |
Color Harmonies of #131A4A
Complementary color
Monochromatic Colors of #131A4A
Black with #131A4A
Text Example
Text Example
White with #131A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A4A; }
p { color: rgb(19,26,74); }
H1.HeaderClassName
{
color: #131A4A;
}
.AnyTagClassName
{
color: #131A4A;
}
</style>
background-color css
<style>
a { background-color: #131A4A; }
a { background-color: rgb(19,26,74); }
div.DivClassName
{
background-color: #131A4A;
}
.BgClassName
{
background-color: #131A4A;
}
</style>
border-color css
<style>
span { border-color: #131A4A; }
span { border-color: rgb(19,26,74); }
td.TdClassName
{
border-color: #131A4A;
}
.TagClassName
{
border-color: #131A4A;
}
</style>