Shades of Midnight Blue #130C55
Tints of Midnight Blue #130C55
RGB
CMYK
RGB Variations
Color information
#130C55 (or 0x130C55) is known color: Midnight Blue. HEX triplet: 13, 0C and 55. RGB value is (19,12,85). Sum of RGB (Red+Green+Blue) = 19+12+85=116 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.38% from 116); Green value is 12 (5.08% from 255 or 10.34% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #130C55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C55 is #ECF3AA. Grayscale: #161616. Windows color (decimal): -15528875 or 5573651. OLE color: 5573651.
HSL color Cylindrical-coordinate representation of color #130C55: hue angle of 245.75º 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 #130C55 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 12 | 85 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.67 |
| HSL | 245.75º | 0.75% | 0.19% | - |
| HSV(B) | 245.75º | 0.86% | 0.33% | - |
| XYZ | 2.04 | 1.06 | 8.69 | - |
| YUV | 22.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 85 | 0.78 | 0.86 | 0 | 0.67 | 245.75 | 0.75 | 0.19 |
| Hex | 13 | C | 55 | 4E | 56 | 0 | 43 | F6 | 4B | 13 |
| Octal | 23 | 14 | 125 | 116 | 126 | 0 | 103 | 366 | 113 | 23 |
| Binary | 10011 | 1100 | 1010101 | 1001110 | 1010110 | 0 | 1000011 | 11110110 | 1001011 | 10011 |
Color Harmonies of #130C55
Complementary color
Monochromatic Colors of #130C55
Black with #130C55
Text Example
Text Example
White with #130C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C55; }
p { color: rgb(19,12,85); }
H1.HeaderClassName
{
color: #130C55;
}
.AnyTagClassName
{
color: #130C55;
}
</style>
background-color css
<style>
a { background-color: #130C55; }
a { background-color: rgb(19,12,85); }
div.DivClassName
{
background-color: #130C55;
}
.BgClassName
{
background-color: #130C55;
}
</style>
border-color css
<style>
span { border-color: #130C55; }
span { border-color: rgb(19,12,85); }
td.TdClassName
{
border-color: #130C55;
}
.TagClassName
{
border-color: #130C55;
}
</style>