Shades of Midnight Blue #130C72
Tints of Midnight Blue #130C72
RGB
CMYK
RGB Variations
Color information
#130C72 (or 0x130C72) is known color: Midnight Blue. HEX triplet: 13, 0C and 72. RGB value is (19,12,114). Sum of RGB (Red+Green+Blue) = 19+12+114=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 12 (5.08% from 255 or 8.28% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #130C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C72 is #ECF38D. Grayscale: #191919. Windows color (decimal): -15528846 or 7474195. OLE color: 7474195.
HSL color Cylindrical-coordinate representation of color #130C72: hue angle of 244.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130C72 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 12 | 114 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.55 |
| HSL | 244.12º | 0.81% | 0.25% | - |
| HSV(B) | 244.12º | 0.89% | 0.45% | - |
| XYZ | 3.44 | 1.62 | 16.05 | - |
| YUV | 25.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 114 | 0.83 | 0.89 | 0 | 0.55 | 244.12 | 0.81 | 0.25 |
| Hex | 13 | C | 72 | 53 | 59 | 0 | 37 | F4 | 51 | 19 |
| Octal | 23 | 14 | 162 | 123 | 131 | 0 | 67 | 364 | 121 | 31 |
| Binary | 10011 | 1100 | 1110010 | 1010011 | 1011001 | 0 | 110111 | 11110100 | 1010001 | 11001 |
Color Harmonies of #130C72
Complementary color
Monochromatic Colors of #130C72
Black with #130C72
Text Example
Text Example
White with #130C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C72; }
p { color: rgb(19,12,114); }
H1.HeaderClassName
{
color: #130C72;
}
.AnyTagClassName
{
color: #130C72;
}
</style>
background-color css
<style>
a { background-color: #130C72; }
a { background-color: rgb(19,12,114); }
div.DivClassName
{
background-color: #130C72;
}
.BgClassName
{
background-color: #130C72;
}
</style>
border-color css
<style>
span { border-color: #130C72; }
span { border-color: rgb(19,12,114); }
td.TdClassName
{
border-color: #130C72;
}
.TagClassName
{
border-color: #130C72;
}
</style>