Shades of Midnight Blue #130558
Tints of Midnight Blue #130558
RGB
CMYK
RGB Variations
Color information
#130558 (or 0x130558) is known color: Midnight Blue. HEX triplet: 13, 05 and 58. RGB value is (19,5,88). Sum of RGB (Red+Green+Blue) = 19+5+88=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 88 (34.77% from 255 or 78.57% from 112); Max value from RGB is 88 - color contains mainly: blue. Hex color #130558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130558 is #ECFAA7. Grayscale: #121212. Windows color (decimal): -15530664 or 5768467. OLE color: 5768467.
HSL color Cylindrical-coordinate representation of color #130558: hue angle of 250.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130558 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 19 | 5 | 88 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.65 |
| HSL | 250.12º | 0.89% | 0.18% | - |
| HSV(B) | 250.12º | 0.94% | 0.35% | - |
| XYZ | 2.08 | 0.95 | 9.31 | - |
| YUV | 18.65 | 167.14 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 88 | 0.78 | 0.94 | 0 | 0.65 | 250.12 | 0.89 | 0.18 |
| Hex | 13 | 5 | 58 | 4E | 5E | 0 | 41 | FA | 59 | 12 |
| Octal | 23 | 5 | 130 | 116 | 136 | 0 | 101 | 372 | 131 | 22 |
| Binary | 10011 | 101 | 1011000 | 1001110 | 1011110 | 0 | 1000001 | 11111010 | 1011001 | 10010 |
Color Harmonies of #130558
Complementary color
Monochromatic Colors of #130558
Black with #130558
Text Example
Text Example
White with #130558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130558; }
p { color: rgb(19,5,88); }
H1.HeaderClassName
{
color: #130558;
}
.AnyTagClassName
{
color: #130558;
}
</style>
background-color css
<style>
a { background-color: #130558; }
a { background-color: rgb(19,5,88); }
div.DivClassName
{
background-color: #130558;
}
.BgClassName
{
background-color: #130558;
}
</style>
border-color css
<style>
span { border-color: #130558; }
span { border-color: rgb(19,5,88); }
td.TdClassName
{
border-color: #130558;
}
.TagClassName
{
border-color: #130558;
}
</style>