Shades of Midnight Blue #130975
Tints of Midnight Blue #130975
RGB
CMYK
RGB Variations
Color information
#130975 (or 0x130975) is known color: Midnight Blue. HEX triplet: 13, 09 and 75. RGB value is (19,9,117). Sum of RGB (Red+Green+Blue) = 19+9+117=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #130975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130975 is #ECF68A. Grayscale: #171717. Windows color (decimal): -15529611 or 7670035. OLE color: 7670035.
HSL color Cylindrical-coordinate representation of color #130975: hue angle of 245.56º 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 #130975 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 19 | 9 | 117 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.54 |
| HSL | 245.56º | 0.86% | 0.25% | - |
| HSV(B) | 245.56º | 0.92% | 0.46% | - |
| XYZ | 3.58 | 1.62 | 16.95 | - |
| YUV | 24.3 | 180.31 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 117 | 0.84 | 0.92 | 0 | 0.54 | 245.56 | 0.86 | 0.25 |
| Hex | 13 | 9 | 75 | 54 | 5C | 0 | 36 | F6 | 56 | 19 |
| Octal | 23 | 11 | 165 | 124 | 134 | 0 | 66 | 366 | 126 | 31 |
| Binary | 10011 | 1001 | 1110101 | 1010100 | 1011100 | 0 | 110110 | 11110110 | 1010110 | 11001 |
Color Harmonies of #130975
Complementary color
Monochromatic Colors of #130975
Black with #130975
Text Example
Text Example
White with #130975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130975; }
p { color: rgb(19,9,117); }
H1.HeaderClassName
{
color: #130975;
}
.AnyTagClassName
{
color: #130975;
}
</style>
background-color css
<style>
a { background-color: #130975; }
a { background-color: rgb(19,9,117); }
div.DivClassName
{
background-color: #130975;
}
.BgClassName
{
background-color: #130975;
}
</style>
border-color css
<style>
span { border-color: #130975; }
span { border-color: rgb(19,9,117); }
td.TdClassName
{
border-color: #130975;
}
.TagClassName
{
border-color: #130975;
}
</style>