Shades of Midnight Blue #130160
Tints of Midnight Blue #130160
RGB
CMYK
RGB Variations
Color information
#130160 (or 0x130160) is known color: Midnight Blue. HEX triplet: 13, 01 and 60. RGB value is (19,1,96). Sum of RGB (Red+Green+Blue) = 19+1+96=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 96 (37.89% from 255 or 82.76% from 116); Max value from RGB is 96 - color contains mainly: blue. Hex color #130160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130160 is #ECFE9F. Grayscale: #101010. Windows color (decimal): -15531680 or 6291731. OLE color: 6291731.
HSL color Cylindrical-coordinate representation of color #130160: hue angle of 251.37º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130160 is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 1 | 96 | - |
| CMYK | 0.80 | 0.99 | 0 | 0.62 |
| HSL | 251.37º | 0.98% | 0.19% | - |
| HSV(B) | 251.37º | 0.99% | 0.38% | - |
| XYZ | 2.39 | 1 | 11.13 | - |
| YUV | 17.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 96 | 0.80 | 0.99 | 0 | 0.62 | 251.37 | 0.98 | 0.19 |
| Hex | 13 | 1 | 60 | 50 | 63 | 0 | 3E | FB | 62 | 13 |
| Octal | 23 | 1 | 140 | 120 | 143 | 0 | 76 | 373 | 142 | 23 |
| Binary | 10011 | 1 | 1100000 | 1010000 | 1100011 | 0 | 111110 | 11111011 | 1100010 | 10011 |
Color Harmonies of #130160
Complementary color
Monochromatic Colors of #130160
Black with #130160
Text Example
Text Example
White with #130160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130160; }
p { color: rgb(19,1,96); }
H1.HeaderClassName
{
color: #130160;
}
.AnyTagClassName
{
color: #130160;
}
</style>
background-color css
<style>
a { background-color: #130160; }
a { background-color: rgb(19,1,96); }
div.DivClassName
{
background-color: #130160;
}
.BgClassName
{
background-color: #130160;
}
</style>
border-color css
<style>
span { border-color: #130160; }
span { border-color: rgb(19,1,96); }
td.TdClassName
{
border-color: #130160;
}
.TagClassName
{
border-color: #130160;
}
</style>