Shades of Midnight Blue #130758
Tints of Midnight Blue #130758
RGB
CMYK
RGB Variations
Color information
#130758 (or 0x130758) is known color: Midnight Blue. HEX triplet: 13, 07 and 58. RGB value is (19,7,88). Sum of RGB (Red+Green+Blue) = 19+7+88=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 7 (3.12% from 255 or 6.14% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #130758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130758 is #ECF8A7. Grayscale: #131313. Windows color (decimal): -15530152 or 5768979. OLE color: 5768979.
HSL color Cylindrical-coordinate representation of color #130758: hue angle of 248.89º 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 #130758 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 7 | 88 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.65 |
| HSL | 248.89º | 0.85% | 0.19% | - |
| HSV(B) | 248.89º | 0.92% | 0.35% | - |
| XYZ | 2.11 | 0.99 | 9.31 | - |
| YUV | 19.82 | 166.48 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 88 | 0.78 | 0.92 | 0 | 0.65 | 248.89 | 0.85 | 0.19 |
| Hex | 13 | 7 | 58 | 4E | 5C | 0 | 41 | F9 | 55 | 13 |
| Octal | 23 | 7 | 130 | 116 | 134 | 0 | 101 | 371 | 125 | 23 |
| Binary | 10011 | 111 | 1011000 | 1001110 | 1011100 | 0 | 1000001 | 11111001 | 1010101 | 10011 |
Color Harmonies of #130758
Complementary color
Monochromatic Colors of #130758
Black with #130758
Text Example
Text Example
White with #130758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130758; }
p { color: rgb(19,7,88); }
H1.HeaderClassName
{
color: #130758;
}
.AnyTagClassName
{
color: #130758;
}
</style>
background-color css
<style>
a { background-color: #130758; }
a { background-color: rgb(19,7,88); }
div.DivClassName
{
background-color: #130758;
}
.BgClassName
{
background-color: #130758;
}
</style>
border-color css
<style>
span { border-color: #130758; }
span { border-color: rgb(19,7,88); }
td.TdClassName
{
border-color: #130758;
}
.TagClassName
{
border-color: #130758;
}
</style>