Shades of Midnight Blue #131160
Tints of Midnight Blue #131160
RGB
CMYK
RGB Variations
Color information
#131160 (or 0x131160) is known color: Midnight Blue. HEX triplet: 13, 11 and 60. RGB value is (19,17,96). Sum of RGB (Red+Green+Blue) = 19+17+96=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 96 (37.89% from 255 or 72.73% from 132); Max value from RGB is 96 - color contains mainly: blue. Hex color #131160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131160 is #ECEE9F. Grayscale: #1A1A1A. Windows color (decimal): -15527584 or 6295827. OLE color: 6295827.
HSL color Cylindrical-coordinate representation of color #131160: hue angle of 241.52º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131160 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 17 | 96 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.62 |
| HSL | 241.52º | 0.7% | 0.22% | - |
| HSV(B) | 241.52º | 0.82% | 0.38% | - |
| XYZ | 2.58 | 1.38 | 11.2 | - |
| YUV | 26.6 | 167.16 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 96 | 0.80 | 0.82 | 0 | 0.62 | 241.52 | 0.7 | 0.22 |
| Hex | 13 | 11 | 60 | 50 | 52 | 0 | 3E | F2 | 46 | 16 |
| Octal | 23 | 21 | 140 | 120 | 122 | 0 | 76 | 362 | 106 | 26 |
| Binary | 10011 | 10001 | 1100000 | 1010000 | 1010010 | 0 | 111110 | 11110010 | 1000110 | 10110 |
Color Harmonies of #131160
Complementary color
Monochromatic Colors of #131160
Black with #131160
Text Example
Text Example
White with #131160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131160; }
p { color: rgb(19,17,96); }
H1.HeaderClassName
{
color: #131160;
}
.AnyTagClassName
{
color: #131160;
}
</style>
background-color css
<style>
a { background-color: #131160; }
a { background-color: rgb(19,17,96); }
div.DivClassName
{
background-color: #131160;
}
.BgClassName
{
background-color: #131160;
}
</style>
border-color css
<style>
span { border-color: #131160; }
span { border-color: rgb(19,17,96); }
td.TdClassName
{
border-color: #131160;
}
.TagClassName
{
border-color: #131160;
}
</style>