Shades of Midnight Blue #130759
Tints of Midnight Blue #130759
RGB
CMYK
RGB Variations
Color information
#130759 (or 0x130759) is known color: Midnight Blue. HEX triplet: 13, 07 and 59. RGB value is (19,7,89). Sum of RGB (Red+Green+Blue) = 19+7+89=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #130759 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130759 is #ECF8A6. Grayscale: #131313. Windows color (decimal): -15530151 or 5834515. OLE color: 5834515.
HSL color Cylindrical-coordinate representation of color #130759: hue angle of 248.78º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130759 is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 7 | 89 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.65 |
| HSL | 248.78º | 0.85% | 0.19% | - |
| HSV(B) | 248.78º | 0.92% | 0.35% | - |
| XYZ | 2.15 | 1.01 | 9.53 | - |
| YUV | 19.94 | 166.98 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 89 | 0.79 | 0.92 | 0 | 0.65 | 248.78 | 0.85 | 0.19 |
| Hex | 13 | 7 | 59 | 4F | 5C | 0 | 41 | F9 | 55 | 13 |
| Octal | 23 | 7 | 131 | 117 | 134 | 0 | 101 | 371 | 125 | 23 |
| Binary | 10011 | 111 | 1011001 | 1001111 | 1011100 | 0 | 1000001 | 11111001 | 1010101 | 10011 |
Color Harmonies of #130759
Complementary color
Monochromatic Colors of #130759
Black with #130759
Text Example
Text Example
White with #130759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130759; }
p { color: rgb(19,7,89); }
H1.HeaderClassName
{
color: #130759;
}
.AnyTagClassName
{
color: #130759;
}
</style>
background-color css
<style>
a { background-color: #130759; }
a { background-color: rgb(19,7,89); }
div.DivClassName
{
background-color: #130759;
}
.BgClassName
{
background-color: #130759;
}
</style>
border-color css
<style>
span { border-color: #130759; }
span { border-color: rgb(19,7,89); }
td.TdClassName
{
border-color: #130759;
}
.TagClassName
{
border-color: #130759;
}
</style>