Shades of Midnight Blue #130976
Tints of Midnight Blue #130976
RGB
CMYK
RGB Variations
Color information
#130976 (or 0x130976) is known color: Midnight Blue. HEX triplet: 13, 09 and 76. RGB value is (19,9,118). Sum of RGB (Red+Green+Blue) = 19+9+118=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #130976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130976 is #ECF689. Grayscale: #171717. Windows color (decimal): -15529610 or 7735571. OLE color: 7735571.
HSL color Cylindrical-coordinate representation of color #130976: hue angle of 245.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130976 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 9 | 118 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.54 |
| HSL | 245.5º | 0.86% | 0.25% | - |
| HSV(B) | 245.5º | 0.92% | 0.46% | - |
| XYZ | 3.64 | 1.64 | 17.26 | - |
| YUV | 24.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 118 | 0.84 | 0.92 | 0 | 0.54 | 245.5 | 0.86 | 0.25 |
| Hex | 13 | 9 | 76 | 54 | 5C | 0 | 36 | F6 | 56 | 19 |
| Octal | 23 | 11 | 166 | 124 | 134 | 0 | 66 | 366 | 126 | 31 |
| Binary | 10011 | 1001 | 1110110 | 1010100 | 1011100 | 0 | 110110 | 11110110 | 1010110 | 11001 |
Color Harmonies of #130976
Complementary color
Monochromatic Colors of #130976
Black with #130976
Text Example
Text Example
White with #130976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130976; }
p { color: rgb(19,9,118); }
H1.HeaderClassName
{
color: #130976;
}
.AnyTagClassName
{
color: #130976;
}
</style>
background-color css
<style>
a { background-color: #130976; }
a { background-color: rgb(19,9,118); }
div.DivClassName
{
background-color: #130976;
}
.BgClassName
{
background-color: #130976;
}
</style>
border-color css
<style>
span { border-color: #130976; }
span { border-color: rgb(19,9,118); }
td.TdClassName
{
border-color: #130976;
}
.TagClassName
{
border-color: #130976;
}
</style>