Shades of Midnight Blue #130D73
Tints of Midnight Blue #130D73
RGB
CMYK
RGB Variations
Color information
#130D73 (or 0x130D73) is known color: Midnight Blue. HEX triplet: 13, 0D and 73. RGB value is (19,13,115). Sum of RGB (Red+Green+Blue) = 19+13+115=147 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.93% from 147); Green value is 13 (5.47% from 255 or 8.84% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #130D73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130D73 is #ECF28C. Grayscale: #1A1A1A. Windows color (decimal): -15528589 or 7539987. OLE color: 7539987.
HSL color Cylindrical-coordinate representation of color #130D73: hue angle of 243.53º degrees, saturation: 0.8, 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 #130D73 is Cyan = 0.83, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 13 | 115 | - |
| CMYK | 0.83 | 0.89 | 0 | 0.55 |
| HSL | 243.53º | 0.8% | 0.25% | - |
| HSV(B) | 243.53º | 0.89% | 0.45% | - |
| XYZ | 3.51 | 1.66 | 16.36 | - |
| YUV | 26.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 115 | 0.83 | 0.89 | 0 | 0.55 | 243.53 | 0.8 | 0.25 |
| Hex | 13 | D | 73 | 53 | 59 | 0 | 37 | F4 | 50 | 19 |
| Octal | 23 | 15 | 163 | 123 | 131 | 0 | 67 | 364 | 120 | 31 |
| Binary | 10011 | 1101 | 1110011 | 1010011 | 1011001 | 0 | 110111 | 11110100 | 1010000 | 11001 |
Color Harmonies of #130D73
Complementary color
Monochromatic Colors of #130D73
Black with #130D73
Text Example
Text Example
White with #130D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D73; }
p { color: rgb(19,13,115); }
H1.HeaderClassName
{
color: #130D73;
}
.AnyTagClassName
{
color: #130D73;
}
</style>
background-color css
<style>
a { background-color: #130D73; }
a { background-color: rgb(19,13,115); }
div.DivClassName
{
background-color: #130D73;
}
.BgClassName
{
background-color: #130D73;
}
</style>
border-color css
<style>
span { border-color: #130D73; }
span { border-color: rgb(19,13,115); }
td.TdClassName
{
border-color: #130D73;
}
.TagClassName
{
border-color: #130D73;
}
</style>