Shades of Midnight Blue #130563
Tints of Midnight Blue #130563
RGB
CMYK
RGB Variations
Color information
#130563 (or 0x130563) is known color: Midnight Blue. HEX triplet: 13, 05 and 63. RGB value is (19,5,99). Sum of RGB (Red+Green+Blue) = 19+5+99=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #130563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130563 is #ECFA9C. Grayscale: #131313. Windows color (decimal): -15530653 or 6489363. OLE color: 6489363.
HSL color Cylindrical-coordinate representation of color #130563: hue angle of 248.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130563 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 19 | 5 | 99 | - |
| CMYK | 0.81 | 0.95 | 0 | 0.61 |
| HSL | 248.94º | 0.9% | 0.2% | - |
| HSV(B) | 248.94º | 0.95% | 0.39% | - |
| XYZ | 2.57 | 1.15 | 11.89 | - |
| YUV | 19.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 99 | 0.81 | 0.95 | 0 | 0.61 | 248.94 | 0.9 | 0.2 |
| Hex | 13 | 5 | 63 | 51 | 5F | 0 | 3D | F9 | 5A | 14 |
| Octal | 23 | 5 | 143 | 121 | 137 | 0 | 75 | 371 | 132 | 24 |
| Binary | 10011 | 101 | 1100011 | 1010001 | 1011111 | 0 | 111101 | 11111001 | 1011010 | 10100 |
Color Harmonies of #130563
Complementary color
Monochromatic Colors of #130563
Black with #130563
Text Example
Text Example
White with #130563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130563; }
p { color: rgb(19,5,99); }
H1.HeaderClassName
{
color: #130563;
}
.AnyTagClassName
{
color: #130563;
}
</style>
background-color css
<style>
a { background-color: #130563; }
a { background-color: rgb(19,5,99); }
div.DivClassName
{
background-color: #130563;
}
.BgClassName
{
background-color: #130563;
}
</style>
border-color css
<style>
span { border-color: #130563; }
span { border-color: rgb(19,5,99); }
td.TdClassName
{
border-color: #130563;
}
.TagClassName
{
border-color: #130563;
}
</style>