Shades of Midnight Blue #131179
Tints of Midnight Blue #131179
RGB
CMYK
RGB Variations
Color information
#131179 (or 0x131179) is known color: Midnight Blue. HEX triplet: 13, 11 and 79. RGB value is (19,17,121). Sum of RGB (Red+Green+Blue) = 19+17+121=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #131179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131179 is #ECEE86. Grayscale: #1D1D1D. Windows color (decimal): -15527559 or 7934227. OLE color: 7934227.
HSL color Cylindrical-coordinate representation of color #131179: hue angle of 241.15º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131179 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 19 | 17 | 121 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.53 |
| HSL | 241.15º | 0.75% | 0.27% | - |
| HSV(B) | 241.15º | 0.86% | 0.47% | - |
| XYZ | 3.92 | 1.92 | 18.25 | - |
| YUV | 29.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 121 | 0.84 | 0.86 | 0 | 0.53 | 241.15 | 0.75 | 0.27 |
| Hex | 13 | 11 | 79 | 54 | 56 | 0 | 35 | F1 | 4B | 1B |
| Octal | 23 | 21 | 171 | 124 | 126 | 0 | 65 | 361 | 113 | 33 |
| Binary | 10011 | 10001 | 1111001 | 1010100 | 1010110 | 0 | 110101 | 11110001 | 1001011 | 11011 |
Color Harmonies of #131179
Complementary color
Monochromatic Colors of #131179
Black with #131179
Text Example
Text Example
White with #131179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131179; }
p { color: rgb(19,17,121); }
H1.HeaderClassName
{
color: #131179;
}
.AnyTagClassName
{
color: #131179;
}
</style>
background-color css
<style>
a { background-color: #131179; }
a { background-color: rgb(19,17,121); }
div.DivClassName
{
background-color: #131179;
}
.BgClassName
{
background-color: #131179;
}
</style>
border-color css
<style>
span { border-color: #131179; }
span { border-color: rgb(19,17,121); }
td.TdClassName
{
border-color: #131179;
}
.TagClassName
{
border-color: #131179;
}
</style>