Shades of Midnight Blue #130C70
Tints of Midnight Blue #130C70
RGB
CMYK
RGB Variations
Color information
#130C70 (or 0x130C70) is known color: Midnight Blue. HEX triplet: 13, 0C and 70. RGB value is (19,12,112). Sum of RGB (Red+Green+Blue) = 19+12+112=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 112 (44.14% from 255 or 78.32% from 143); Max value from RGB is 112 - color contains mainly: blue. Hex color #130C70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130C70 is #ECF38F. Grayscale: #191919. Windows color (decimal): -15528848 or 7343123. OLE color: 7343123.
HSL color Cylindrical-coordinate representation of color #130C70: hue angle of 244.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130C70 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 12 | 112 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.56 |
| HSL | 244.2º | 0.81% | 0.24% | - |
| HSV(B) | 244.2º | 0.89% | 0.44% | - |
| XYZ | 3.32 | 1.57 | 15.46 | - |
| YUV | 25.49 | 176.82 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 12 | 112 | 0.83 | 0.89 | 0 | 0.56 | 244.2 | 0.81 | 0.24 |
| Hex | 13 | C | 70 | 53 | 59 | 0 | 38 | F4 | 51 | 18 |
| Octal | 23 | 14 | 160 | 123 | 131 | 0 | 70 | 364 | 121 | 30 |
| Binary | 10011 | 1100 | 1110000 | 1010011 | 1011001 | 0 | 111000 | 11110100 | 1010001 | 11000 |
Color Harmonies of #130C70
Complementary color
Monochromatic Colors of #130C70
Black with #130C70
Text Example
Text Example
White with #130C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130C70; }
p { color: rgb(19,12,112); }
H1.HeaderClassName
{
color: #130C70;
}
.AnyTagClassName
{
color: #130C70;
}
</style>
background-color css
<style>
a { background-color: #130C70; }
a { background-color: rgb(19,12,112); }
div.DivClassName
{
background-color: #130C70;
}
.BgClassName
{
background-color: #130C70;
}
</style>
border-color css
<style>
span { border-color: #130C70; }
span { border-color: rgb(19,12,112); }
td.TdClassName
{
border-color: #130C70;
}
.TagClassName
{
border-color: #130C70;
}
</style>