Shades of Midnight Blue #130770
Tints of Midnight Blue #130770
RGB
CMYK
RGB Variations
Color information
#130770 (or 0x130770) is known color: Midnight Blue. HEX triplet: 13, 07 and 70. RGB value is (19,7,112). Sum of RGB (Red+Green+Blue) = 19+7+112=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 112 (44.14% from 255 or 81.16% from 138); Max value from RGB is 112 - color contains mainly: blue. Hex color #130770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130770 is #ECF88F. Grayscale: #161616. Windows color (decimal): -15530128 or 7341843. OLE color: 7341843.
HSL color Cylindrical-coordinate representation of color #130770: hue angle of 246.86º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130770 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 7 | 112 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.56 |
| HSL | 246.86º | 0.88% | 0.23% | - |
| HSV(B) | 246.86º | 0.94% | 0.44% | - |
| XYZ | 3.27 | 1.46 | 15.44 | - |
| YUV | 22.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 7 | 112 | 0.83 | 0.94 | 0 | 0.56 | 246.86 | 0.88 | 0.23 |
| Hex | 13 | 7 | 70 | 53 | 5E | 0 | 38 | F7 | 58 | 17 |
| Octal | 23 | 7 | 160 | 123 | 136 | 0 | 70 | 367 | 130 | 27 |
| Binary | 10011 | 111 | 1110000 | 1010011 | 1011110 | 0 | 111000 | 11110111 | 1011000 | 10111 |
Color Harmonies of #130770
Complementary color
Monochromatic Colors of #130770
Black with #130770
Text Example
Text Example
White with #130770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130770; }
p { color: rgb(19,7,112); }
H1.HeaderClassName
{
color: #130770;
}
.AnyTagClassName
{
color: #130770;
}
</style>
background-color css
<style>
a { background-color: #130770; }
a { background-color: rgb(19,7,112); }
div.DivClassName
{
background-color: #130770;
}
.BgClassName
{
background-color: #130770;
}
</style>
border-color css
<style>
span { border-color: #130770; }
span { border-color: rgb(19,7,112); }
td.TdClassName
{
border-color: #130770;
}
.TagClassName
{
border-color: #130770;
}
</style>