Shades of Midnight Blue #131161
Tints of Midnight Blue #131161
RGB
CMYK
RGB Variations
Color information
#131161 (or 0x131161) is known color: Midnight Blue. HEX triplet: 13, 11 and 61. RGB value is (19,17,97). Sum of RGB (Red+Green+Blue) = 19+17+97=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #131161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131161 is #ECEE9E. Grayscale: #1A1A1A. Windows color (decimal): -15527583 or 6361363. OLE color: 6361363.
HSL color Cylindrical-coordinate representation of color #131161: hue angle of 241.5º 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 #131161 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 17 | 97 | - |
| CMYK | 0.80 | 0.82 | 0 | 0.62 |
| HSL | 241.5º | 0.7% | 0.22% | - |
| HSV(B) | 241.5º | 0.82% | 0.38% | - |
| XYZ | 2.63 | 1.4 | 11.44 | - |
| YUV | 26.72 | 167.66 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 97 | 0.80 | 0.82 | 0 | 0.62 | 241.5 | 0.7 | 0.22 |
| Hex | 13 | 11 | 61 | 50 | 52 | 0 | 3E | F2 | 46 | 16 |
| Octal | 23 | 21 | 141 | 120 | 122 | 0 | 76 | 362 | 106 | 26 |
| Binary | 10011 | 10001 | 1100001 | 1010000 | 1010010 | 0 | 111110 | 11110010 | 1000110 | 10110 |
Color Harmonies of #131161
Complementary color
Monochromatic Colors of #131161
Black with #131161
Text Example
Text Example
White with #131161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131161; }
p { color: rgb(19,17,97); }
H1.HeaderClassName
{
color: #131161;
}
.AnyTagClassName
{
color: #131161;
}
</style>
background-color css
<style>
a { background-color: #131161; }
a { background-color: rgb(19,17,97); }
div.DivClassName
{
background-color: #131161;
}
.BgClassName
{
background-color: #131161;
}
</style>
border-color css
<style>
span { border-color: #131161; }
span { border-color: rgb(19,17,97); }
td.TdClassName
{
border-color: #131161;
}
.TagClassName
{
border-color: #131161;
}
</style>