Shades of Midnight Blue #130E60
Tints of Midnight Blue #130E60
RGB
CMYK
RGB Variations
Color information
#130E60 (or 0x130E60) is known color: Midnight Blue. HEX triplet: 13, 0E and 60. RGB value is (19,14,96). Sum of RGB (Red+Green+Blue) = 19+14+96=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #130E60 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130E60 is #ECF19F. Grayscale: #181818. Windows color (decimal): -15528352 or 6295059. OLE color: 6295059.
HSL color Cylindrical-coordinate representation of color #130E60: hue angle of 243.66º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #130E60 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 19 | 14 | 96 | - |
| CMYK | 0.80 | 0.85 | 0 | 0.62 |
| HSL | 243.66º | 0.75% | 0.22% | - |
| HSV(B) | 243.66º | 0.85% | 0.38% | - |
| XYZ | 2.54 | 1.3 | 11.18 | - |
| YUV | 24.84 | 168.16 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 96 | 0.80 | 0.85 | 0 | 0.62 | 243.66 | 0.75 | 0.22 |
| Hex | 13 | E | 60 | 50 | 55 | 0 | 3E | F4 | 4B | 16 |
| Octal | 23 | 16 | 140 | 120 | 125 | 0 | 76 | 364 | 113 | 26 |
| Binary | 10011 | 1110 | 1100000 | 1010000 | 1010101 | 0 | 111110 | 11110100 | 1001011 | 10110 |
Color Harmonies of #130E60
Complementary color
Monochromatic Colors of #130E60
Black with #130E60
Text Example
Text Example
White with #130E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E60; }
p { color: rgb(19,14,96); }
H1.HeaderClassName
{
color: #130E60;
}
.AnyTagClassName
{
color: #130E60;
}
</style>
background-color css
<style>
a { background-color: #130E60; }
a { background-color: rgb(19,14,96); }
div.DivClassName
{
background-color: #130E60;
}
.BgClassName
{
background-color: #130E60;
}
</style>
border-color css
<style>
span { border-color: #130E60; }
span { border-color: rgb(19,14,96); }
td.TdClassName
{
border-color: #130E60;
}
.TagClassName
{
border-color: #130E60;
}
</style>