Shades of Midnight Blue #130C54
Tints of Midnight Blue #130C54
RGB
CMYK
RGB Variations
Color information
#130C54 (or 0x130C54) is known color: Midnight Blue. HEX triplet: 13, 0C and 54. RGB value is (19,12,84). Sum of RGB (Red+Green+Blue) = 19+12+84=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 84 (33.20% from 255 or 73.04% from 115); Max value from RGB is 84 - color contains mainly: blue. Hex color #130C54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C54 is #ECF3AB. Grayscale: #161616. Windows color (decimal): -15528876 or 5508115. OLE color: 5508115.
HSL color Cylindrical-coordinate representation of color #130C54: hue angle of 245.83º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130C54 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 12 | 84 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.67 |
| HSL | 245.83º | 0.75% | 0.19% | - |
| HSV(B) | 245.83º | 0.86% | 0.33% | - |
| XYZ | 2 | 1.04 | 8.48 | - |
| YUV | 22.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 84 | 0.77 | 0.86 | 0 | 0.67 | 245.83 | 0.75 | 0.19 |
| Hex | 13 | C | 54 | 4D | 56 | 0 | 43 | F6 | 4B | 13 |
| Octal | 23 | 14 | 124 | 115 | 126 | 0 | 103 | 366 | 113 | 23 |
| Binary | 10011 | 1100 | 1010100 | 1001101 | 1010110 | 0 | 1000011 | 11110110 | 1001011 | 10011 |
Color Harmonies of #130C54
Complementary color
Monochromatic Colors of #130C54
Black with #130C54
Text Example
Text Example
White with #130C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C54; }
p { color: rgb(19,12,84); }
H1.HeaderClassName
{
color: #130C54;
}
.AnyTagClassName
{
color: #130C54;
}
</style>
background-color css
<style>
a { background-color: #130C54; }
a { background-color: rgb(19,12,84); }
div.DivClassName
{
background-color: #130C54;
}
.BgClassName
{
background-color: #130C54;
}
</style>
border-color css
<style>
span { border-color: #130C54; }
span { border-color: rgb(19,12,84); }
td.TdClassName
{
border-color: #130C54;
}
.TagClassName
{
border-color: #130C54;
}
</style>