Shades of Midnight Blue #130A70
Tints of Midnight Blue #130A70
RGB
CMYK
RGB Variations
Color information
#130A70 (or 0x130A70) is known color: Midnight Blue. HEX triplet: 13, 0A and 70. RGB value is (19,10,112). Sum of RGB (Red+Green+Blue) = 19+10+112=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #130A70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130A70 is #ECF58F. Grayscale: #171717. Windows color (decimal): -15529360 or 7342611. OLE color: 7342611.
HSL color Cylindrical-coordinate representation of color #130A70: hue angle of 245.29º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #130A70 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 10 | 112 | - |
| CMYK | 0.83 | 0.91 | 0 | 0.56 |
| HSL | 245.29º | 0.84% | 0.24% | - |
| HSV(B) | 245.29º | 0.91% | 0.44% | - |
| XYZ | 3.3 | 1.53 | 15.45 | - |
| YUV | 24.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 112 | 0.83 | 0.91 | 0 | 0.56 | 245.29 | 0.84 | 0.24 |
| Hex | 13 | A | 70 | 53 | 5B | 0 | 38 | F5 | 54 | 18 |
| Octal | 23 | 12 | 160 | 123 | 133 | 0 | 70 | 365 | 124 | 30 |
| Binary | 10011 | 1010 | 1110000 | 1010011 | 1011011 | 0 | 111000 | 11110101 | 1010100 | 11000 |
Color Harmonies of #130A70
Complementary color
Monochromatic Colors of #130A70
Black with #130A70
Text Example
Text Example
White with #130A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A70; }
p { color: rgb(19,10,112); }
H1.HeaderClassName
{
color: #130A70;
}
.AnyTagClassName
{
color: #130A70;
}
</style>
background-color css
<style>
a { background-color: #130A70; }
a { background-color: rgb(19,10,112); }
div.DivClassName
{
background-color: #130A70;
}
.BgClassName
{
background-color: #130A70;
}
</style>
border-color css
<style>
span { border-color: #130A70; }
span { border-color: rgb(19,10,112); }
td.TdClassName
{
border-color: #130A70;
}
.TagClassName
{
border-color: #130A70;
}
</style>