Shades of Midnight Blue #130156
Tints of Midnight Blue #130156
RGB
CMYK
RGB Variations
Color information
#130156 (or 0x130156) is known color: Midnight Blue. HEX triplet: 13, 01 and 56. RGB value is (19,1,86). Sum of RGB (Red+Green+Blue) = 19+1+86=106 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.92% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #130156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130156 is #ECFEA9. Grayscale: #0F0F0F. Windows color (decimal): -15531690 or 5636371. OLE color: 5636371.
HSL color Cylindrical-coordinate representation of color #130156: hue angle of 252.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130156 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 19 | 1 | 86 | - |
| CMYK | 0.78 | 0.99 | 0 | 0.66 |
| HSL | 252.71º | 0.98% | 0.17% | - |
| HSV(B) | 252.71º | 0.99% | 0.34% | - |
| XYZ | 1.96 | 0.83 | 8.86 | - |
| YUV | 16.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 86 | 0.78 | 0.99 | 0 | 0.66 | 252.71 | 0.98 | 0.17 |
| Hex | 13 | 1 | 56 | 4E | 63 | 0 | 42 | FD | 62 | 11 |
| Octal | 23 | 1 | 126 | 116 | 143 | 0 | 102 | 375 | 142 | 21 |
| Binary | 10011 | 1 | 1010110 | 1001110 | 1100011 | 0 | 1000010 | 11111101 | 1100010 | 10001 |
Color Harmonies of #130156
Complementary color
Monochromatic Colors of #130156
Black with #130156
Text Example
Text Example
White with #130156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130156; }
p { color: rgb(19,1,86); }
H1.HeaderClassName
{
color: #130156;
}
.AnyTagClassName
{
color: #130156;
}
</style>
background-color css
<style>
a { background-color: #130156; }
a { background-color: rgb(19,1,86); }
div.DivClassName
{
background-color: #130156;
}
.BgClassName
{
background-color: #130156;
}
</style>
border-color css
<style>
span { border-color: #130156; }
span { border-color: rgb(19,1,86); }
td.TdClassName
{
border-color: #130156;
}
.TagClassName
{
border-color: #130156;
}
</style>