Shades of Midnight Blue #130D70
Tints of Midnight Blue #130D70
RGB
CMYK
RGB Variations
Color information
#130D70 (or 0x130D70) is known color: Midnight Blue. HEX triplet: 13, 0D and 70. RGB value is (19,13,112). Sum of RGB (Red+Green+Blue) = 19+13+112=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 112 (44.14% from 255 or 77.78% from 144); Max value from RGB is 112 - color contains mainly: blue. Hex color #130D70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D70 is #ECF28F. Grayscale: #191919. Windows color (decimal): -15528592 or 7343379. OLE color: 7343379.
HSL color Cylindrical-coordinate representation of color #130D70: hue angle of 243.64º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #130D70 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 13 | 112 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.56 |
| HSL | 243.64º | 0.79% | 0.25% | - |
| HSV(B) | 243.64º | 0.88% | 0.44% | - |
| XYZ | 3.34 | 1.6 | 15.46 | - |
| YUV | 26.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 112 | 0.83 | 0.88 | 0 | 0.56 | 243.64 | 0.79 | 0.25 |
| Hex | 13 | D | 70 | 53 | 58 | 0 | 38 | F4 | 4F | 19 |
| Octal | 23 | 15 | 160 | 123 | 130 | 0 | 70 | 364 | 117 | 31 |
| Binary | 10011 | 1101 | 1110000 | 1010011 | 1011000 | 0 | 111000 | 11110100 | 1001111 | 11001 |
Color Harmonies of #130D70
Complementary color
Monochromatic Colors of #130D70
Black with #130D70
Text Example
Text Example
White with #130D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D70; }
p { color: rgb(19,13,112); }
H1.HeaderClassName
{
color: #130D70;
}
.AnyTagClassName
{
color: #130D70;
}
</style>
background-color css
<style>
a { background-color: #130D70; }
a { background-color: rgb(19,13,112); }
div.DivClassName
{
background-color: #130D70;
}
.BgClassName
{
background-color: #130D70;
}
</style>
border-color css
<style>
span { border-color: #130D70; }
span { border-color: rgb(19,13,112); }
td.TdClassName
{
border-color: #130D70;
}
.TagClassName
{
border-color: #130D70;
}
</style>