Shades of Midnight Blue #130060
Tints of Midnight Blue #130060
RGB
CMYK
RGB Variations
Color information
#130060 (or 0x130060) is known color: Midnight Blue. HEX triplet: 13, 00 and 60. RGB value is (19,0,96). Sum of RGB (Red+Green+Blue) = 19+0+96=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 96 (37.89% from 255 or 83.48% from 115); Max value from RGB is 96 - color contains mainly: blue. Hex color #130060 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130060 is #ECFF9F. Grayscale: #101010. Windows color (decimal): -15531936 or 6291475. OLE color: 6291475.
HSL color Cylindrical-coordinate representation of color #130060: hue angle of 251.87º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130060 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 0 | 96 | - |
| CMYK | 0.80 | 1 | 0 | 0.62 |
| HSL | 251.88º | 1% | 0.19% | - |
| HSV(B) | 251.88º | 1% | 0.38% | - |
| XYZ | 2.38 | 0.98 | 11.13 | - |
| YUV | 16.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 96 | 0.80 | 1 | 0 | 0.62 | 251.88 | 1 | 0.19 |
| Hex | 13 | 0 | 60 | 50 | 64 | 0 | 3E | FC | 64 | 13 |
| Octal | 23 | 0 | 140 | 120 | 144 | 0 | 76 | 374 | 144 | 23 |
| Binary | 10011 | 0 | 1100000 | 1010000 | 1100100 | 0 | 111110 | 11111100 | 1100100 | 10011 |
Color Harmonies of #130060
Complementary color
Monochromatic Colors of #130060
Black with #130060
Text Example
Text Example
White with #130060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130060; }
p { color: rgb(19,0,96); }
H1.HeaderClassName
{
color: #130060;
}
.AnyTagClassName
{
color: #130060;
}
</style>
background-color css
<style>
a { background-color: #130060; }
a { background-color: rgb(19,0,96); }
div.DivClassName
{
background-color: #130060;
}
.BgClassName
{
background-color: #130060;
}
</style>
border-color css
<style>
span { border-color: #130060; }
span { border-color: rgb(19,0,96); }
td.TdClassName
{
border-color: #130060;
}
.TagClassName
{
border-color: #130060;
}
</style>