Shades of Midnight Blue #130560
Tints of Midnight Blue #130560
RGB
CMYK
RGB Variations
Color information
#130560 (or 0x130560) is known color: Midnight Blue. HEX triplet: 13, 05 and 60. RGB value is (19,5,96). Sum of RGB (Red+Green+Blue) = 19+5+96=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 96 (37.89% from 255 or 80% from 120); Max value from RGB is 96 - color contains mainly: blue. Hex color #130560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130560 is #ECFA9F. Grayscale: #131313. Windows color (decimal): -15530656 or 6292755. OLE color: 6292755.
HSL color Cylindrical-coordinate representation of color #130560: hue angle of 249.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130560 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 5 | 96 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.62 |
| HSL | 249.23º | 0.9% | 0.2% | - |
| HSV(B) | 249.23º | 0.95% | 0.38% | - |
| XYZ | 2.43 | 1.09 | 11.15 | - |
| YUV | 19.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 96 | 0.80 | 0.95 | 0 | 0.62 | 249.23 | 0.9 | 0.2 |
| Hex | 13 | 5 | 60 | 50 | 5F | 0 | 3E | F9 | 5A | 14 |
| Octal | 23 | 5 | 140 | 120 | 137 | 0 | 76 | 371 | 132 | 24 |
| Binary | 10011 | 101 | 1100000 | 1010000 | 1011111 | 0 | 111110 | 11111001 | 1011010 | 10100 |
Color Harmonies of #130560
Complementary color
Monochromatic Colors of #130560
Black with #130560
Text Example
Text Example
White with #130560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130560; }
p { color: rgb(19,5,96); }
H1.HeaderClassName
{
color: #130560;
}
.AnyTagClassName
{
color: #130560;
}
</style>
background-color css
<style>
a { background-color: #130560; }
a { background-color: rgb(19,5,96); }
div.DivClassName
{
background-color: #130560;
}
.BgClassName
{
background-color: #130560;
}
</style>
border-color css
<style>
span { border-color: #130560; }
span { border-color: rgb(19,5,96); }
td.TdClassName
{
border-color: #130560;
}
.TagClassName
{
border-color: #130560;
}
</style>