Shades of Midnight Blue #160975
Tints of Midnight Blue #160975
RGB
CMYK
RGB Variations
Color information
#160975 (or 0x160975) is known color: Midnight Blue. HEX triplet: 16, 09 and 75. RGB value is (22,9,117). Sum of RGB (Red+Green+Blue) = 22+9+117=148 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.86% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #160975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160975 is #E9F68A. Grayscale: #181818. Windows color (decimal): -15333003 or 7670038. OLE color: 7670038.
HSL color Cylindrical-coordinate representation of color #160975: hue angle of 247.22º 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 #160975 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 22 | 9 | 117 | - |
| CMYK | 0.81 | 0.92 | 0 | 0.54 |
| HSL | 247.22º | 0.86% | 0.25% | - |
| HSV(B) | 247.22º | 0.92% | 0.46% | - |
| XYZ | 3.64 | 1.65 | 16.96 | - |
| YUV | 25.2 | 179.81 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 9 | 117 | 0.81 | 0.92 | 0 | 0.54 | 247.22 | 0.86 | 0.25 |
| Hex | 16 | 9 | 75 | 51 | 5C | 0 | 36 | F7 | 56 | 19 |
| Octal | 26 | 11 | 165 | 121 | 134 | 0 | 66 | 367 | 126 | 31 |
| Binary | 10110 | 1001 | 1110101 | 1010001 | 1011100 | 0 | 110110 | 11110111 | 1010110 | 11001 |
Color Harmonies of #160975
Complementary color
Monochromatic Colors of #160975
Black with #160975
Text Example
Text Example
White with #160975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160975; }
p { color: rgb(22,9,117); }
H1.HeaderClassName
{
color: #160975;
}
.AnyTagClassName
{
color: #160975;
}
</style>
background-color css
<style>
a { background-color: #160975; }
a { background-color: rgb(22,9,117); }
div.DivClassName
{
background-color: #160975;
}
.BgClassName
{
background-color: #160975;
}
</style>
border-color css
<style>
span { border-color: #160975; }
span { border-color: rgb(22,9,117); }
td.TdClassName
{
border-color: #160975;
}
.TagClassName
{
border-color: #160975;
}
</style>