Shades of Midnight Blue #131176
Tints of Midnight Blue #131176
RGB
CMYK
RGB Variations
Color information
#131176 (or 0x131176) is known color: Midnight Blue. HEX triplet: 13, 11 and 76. RGB value is (19,17,118). Sum of RGB (Red+Green+Blue) = 19+17+118=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #131176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131176 is #ECEE89. Grayscale: #1C1C1C. Windows color (decimal): -15527562 or 7737619. OLE color: 7737619.
HSL color Cylindrical-coordinate representation of color #131176: hue angle of 241.19º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #131176 is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 17 | 118 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.54 |
| HSL | 241.19º | 0.75% | 0.26% | - |
| HSV(B) | 241.19º | 0.86% | 0.46% | - |
| XYZ | 3.74 | 1.85 | 17.3 | - |
| YUV | 29.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 118 | 0.84 | 0.86 | 0 | 0.54 | 241.19 | 0.75 | 0.26 |
| Hex | 13 | 11 | 76 | 54 | 56 | 0 | 36 | F1 | 4B | 1A |
| Octal | 23 | 21 | 166 | 124 | 126 | 0 | 66 | 361 | 113 | 32 |
| Binary | 10011 | 10001 | 1110110 | 1010100 | 1010110 | 0 | 110110 | 11110001 | 1001011 | 11010 |
Color Harmonies of #131176
Complementary color
Monochromatic Colors of #131176
Black with #131176
Text Example
Text Example
White with #131176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131176; }
p { color: rgb(19,17,118); }
H1.HeaderClassName
{
color: #131176;
}
.AnyTagClassName
{
color: #131176;
}
</style>
background-color css
<style>
a { background-color: #131176; }
a { background-color: rgb(19,17,118); }
div.DivClassName
{
background-color: #131176;
}
.BgClassName
{
background-color: #131176;
}
</style>
border-color css
<style>
span { border-color: #131176; }
span { border-color: rgb(19,17,118); }
td.TdClassName
{
border-color: #131176;
}
.TagClassName
{
border-color: #131176;
}
</style>