Shades of Midnight Blue #130C68
Tints of Midnight Blue #130C68
RGB
CMYK
RGB Variations
Color information
#130C68 (or 0x130C68) is known color: Midnight Blue. HEX triplet: 13, 0C and 68. RGB value is (19,12,104). Sum of RGB (Red+Green+Blue) = 19+12+104=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #130C68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C68 is #ECF397. Grayscale: #181818. Windows color (decimal): -15528856 or 6818835. OLE color: 6818835.
HSL color Cylindrical-coordinate representation of color #130C68: hue angle of 244.57º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130C68 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 19 | 12 | 104 | - |
| CMYK | 0.82 | 0.88 | 0 | 0.59 |
| HSL | 244.57º | 0.79% | 0.23% | - |
| HSV(B) | 244.57º | 0.88% | 0.41% | - |
| XYZ | 2.9 | 1.4 | 13.21 | - |
| YUV | 24.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 104 | 0.82 | 0.88 | 0 | 0.59 | 244.57 | 0.79 | 0.23 |
| Hex | 13 | C | 68 | 52 | 58 | 0 | 3B | F5 | 4F | 17 |
| Octal | 23 | 14 | 150 | 122 | 130 | 0 | 73 | 365 | 117 | 27 |
| Binary | 10011 | 1100 | 1101000 | 1010010 | 1011000 | 0 | 111011 | 11110101 | 1001111 | 10111 |
Color Harmonies of #130C68
Complementary color
Monochromatic Colors of #130C68
Black with #130C68
Text Example
Text Example
White with #130C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C68; }
p { color: rgb(19,12,104); }
H1.HeaderClassName
{
color: #130C68;
}
.AnyTagClassName
{
color: #130C68;
}
</style>
background-color css
<style>
a { background-color: #130C68; }
a { background-color: rgb(19,12,104); }
div.DivClassName
{
background-color: #130C68;
}
.BgClassName
{
background-color: #130C68;
}
</style>
border-color css
<style>
span { border-color: #130C68; }
span { border-color: rgb(19,12,104); }
td.TdClassName
{
border-color: #130C68;
}
.TagClassName
{
border-color: #130C68;
}
</style>