Shades of Midnight Blue #131760
Tints of Midnight Blue #131760
RGB
CMYK
RGB Variations
Color information
#131760 (or 0x131760) is known color: Midnight Blue. HEX triplet: 13, 17 and 60. RGB value is (19,23,96). Sum of RGB (Red+Green+Blue) = 19+23+96=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #131760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131760 is #ECE89F. Grayscale: #1D1D1D. Windows color (decimal): -15526048 or 6297363. OLE color: 6297363.
HSL color Cylindrical-coordinate representation of color #131760: hue angle of 236.88º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131760 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 23 | 96 | - |
| CMYK | 0.80 | 0.76 | 0 | 0.62 |
| HSL | 236.88º | 0.67% | 0.23% | - |
| HSV(B) | 236.88º | 0.8% | 0.38% | - |
| XYZ | 2.69 | 1.6 | 11.23 | - |
| YUV | 30.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 23 | 96 | 0.80 | 0.76 | 0 | 0.62 | 236.88 | 0.67 | 0.23 |
| Hex | 13 | 17 | 60 | 50 | 4C | 0 | 3E | ED | 43 | 17 |
| Octal | 23 | 27 | 140 | 120 | 114 | 0 | 76 | 355 | 103 | 27 |
| Binary | 10011 | 10111 | 1100000 | 1010000 | 1001100 | 0 | 111110 | 11101101 | 1000011 | 10111 |
Color Harmonies of #131760
Complementary color
Monochromatic Colors of #131760
Black with #131760
Text Example
Text Example
White with #131760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131760; }
p { color: rgb(19,23,96); }
H1.HeaderClassName
{
color: #131760;
}
.AnyTagClassName
{
color: #131760;
}
</style>
background-color css
<style>
a { background-color: #131760; }
a { background-color: rgb(19,23,96); }
div.DivClassName
{
background-color: #131760;
}
.BgClassName
{
background-color: #131760;
}
</style>
border-color css
<style>
span { border-color: #131760; }
span { border-color: rgb(19,23,96); }
td.TdClassName
{
border-color: #131760;
}
.TagClassName
{
border-color: #131760;
}
</style>