Shades of Midnight Blue #131A71
Tints of Midnight Blue #131A71
RGB
CMYK
RGB Variations
Color information
#131A71 (or 0x131A71) is known color: Midnight Blue. HEX triplet: 13, 1A and 71. RGB value is (19,26,113). Sum of RGB (Red+Green+Blue) = 19+26+113=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 26 (10.55% from 255 or 16.46% from 158); Blue value is 113 (44.53% from 255 or 71.52% from 158); Max value from RGB is 113 - color contains mainly: blue. Hex color #131A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A71 is #ECE58E. Grayscale: #212121. Windows color (decimal): -15525263 or 7412243. OLE color: 7412243.
HSL color Cylindrical-coordinate representation of color #131A71: hue angle of 235.53º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131A71 is Cyan = 0.83, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 26 | 113 | - |
| CMYK | 0.83 | 0.77 | 0 | 0.56 |
| HSL | 235.53º | 0.71% | 0.26% | - |
| HSV(B) | 235.53º | 0.83% | 0.44% | - |
| XYZ | 3.62 | 2.07 | 15.83 | - |
| YUV | 33.83 | 172.68 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 26 | 113 | 0.83 | 0.77 | 0 | 0.56 | 235.53 | 0.71 | 0.26 |
| Hex | 13 | 1A | 71 | 53 | 4D | 0 | 38 | EC | 47 | 1A |
| Octal | 23 | 32 | 161 | 123 | 115 | 0 | 70 | 354 | 107 | 32 |
| Binary | 10011 | 11010 | 1110001 | 1010011 | 1001101 | 0 | 111000 | 11101100 | 1000111 | 11010 |
Color Harmonies of #131A71
Complementary color
Monochromatic Colors of #131A71
Black with #131A71
Text Example
Text Example
White with #131A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131A71; }
p { color: rgb(19,26,113); }
H1.HeaderClassName
{
color: #131A71;
}
.AnyTagClassName
{
color: #131A71;
}
</style>
background-color css
<style>
a { background-color: #131A71; }
a { background-color: rgb(19,26,113); }
div.DivClassName
{
background-color: #131A71;
}
.BgClassName
{
background-color: #131A71;
}
</style>
border-color css
<style>
span { border-color: #131A71; }
span { border-color: rgb(19,26,113); }
td.TdClassName
{
border-color: #131A71;
}
.TagClassName
{
border-color: #131A71;
}
</style>