Shades of Midnight Blue #131471
Tints of Midnight Blue #131471
RGB
CMYK
RGB Variations
Color information
#131471 (or 0x131471) is known color: Midnight Blue. HEX triplet: 13, 14 and 71. RGB value is (19,20,113). Sum of RGB (Red+Green+Blue) = 19+20+113=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 113 (44.53% from 255 or 74.34% from 152); Max value from RGB is 113 - color contains mainly: blue. Hex color #131471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131471 is #ECEB8E. Grayscale: #1D1D1D. Windows color (decimal): -15526799 or 7410707. OLE color: 7410707.
HSL color Cylindrical-coordinate representation of color #131471: hue angle of 239.36º 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 #131471 is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 20 | 113 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.56 |
| HSL | 239.36º | 0.71% | 0.26% | - |
| HSV(B) | 239.36º | 0.83% | 0.44% | - |
| XYZ | 3.5 | 1.83 | 15.79 | - |
| YUV | 30.3 | 174.67 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 20 | 113 | 0.83 | 0.82 | 0 | 0.56 | 239.36 | 0.71 | 0.26 |
| Hex | 13 | 14 | 71 | 53 | 52 | 0 | 38 | EF | 47 | 1A |
| Octal | 23 | 24 | 161 | 123 | 122 | 0 | 70 | 357 | 107 | 32 |
| Binary | 10011 | 10100 | 1110001 | 1010011 | 1010010 | 0 | 111000 | 11101111 | 1000111 | 11010 |
Color Harmonies of #131471
Complementary color
Monochromatic Colors of #131471
Black with #131471
Text Example
Text Example
White with #131471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131471; }
p { color: rgb(19,20,113); }
H1.HeaderClassName
{
color: #131471;
}
.AnyTagClassName
{
color: #131471;
}
</style>
background-color css
<style>
a { background-color: #131471; }
a { background-color: rgb(19,20,113); }
div.DivClassName
{
background-color: #131471;
}
.BgClassName
{
background-color: #131471;
}
</style>
border-color css
<style>
span { border-color: #131471; }
span { border-color: rgb(19,20,113); }
td.TdClassName
{
border-color: #131471;
}
.TagClassName
{
border-color: #131471;
}
</style>