Shades of Midnight Blue #160160
Tints of Midnight Blue #160160
RGB
CMYK
RGB Variations
Color information
#160160 (or 0x160160) is known color: Midnight Blue. HEX triplet: 16, 01 and 60. RGB value is (22,1,96). Sum of RGB (Red+Green+Blue) = 22+1+96=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #160160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160160 is #E9FE9F. Grayscale: #111111. Windows color (decimal): -15335072 or 6291734. OLE color: 6291734.
HSL color Cylindrical-coordinate representation of color #160160: hue angle of 253.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160160 is Cyan = 0.77, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 1 | 96 | - |
| CMYK | 0.77 | 0.99 | 0 | 0.62 |
| HSL | 253.26º | 0.98% | 0.19% | - |
| HSV(B) | 253.26º | 0.99% | 0.38% | - |
| XYZ | 2.45 | 1.04 | 11.14 | - |
| YUV | 18.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 1 | 96 | 0.77 | 0.99 | 0 | 0.62 | 253.26 | 0.98 | 0.19 |
| Hex | 16 | 1 | 60 | 4D | 63 | 0 | 3E | FD | 62 | 13 |
| Octal | 26 | 1 | 140 | 115 | 143 | 0 | 76 | 375 | 142 | 23 |
| Binary | 10110 | 1 | 1100000 | 1001101 | 1100011 | 0 | 111110 | 11111101 | 1100010 | 10011 |
Color Harmonies of #160160
Complementary color
Monochromatic Colors of #160160
Black with #160160
Text Example
Text Example
White with #160160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160160; }
p { color: rgb(22,1,96); }
H1.HeaderClassName
{
color: #160160;
}
.AnyTagClassName
{
color: #160160;
}
</style>
background-color css
<style>
a { background-color: #160160; }
a { background-color: rgb(22,1,96); }
div.DivClassName
{
background-color: #160160;
}
.BgClassName
{
background-color: #160160;
}
</style>
border-color css
<style>
span { border-color: #160160; }
span { border-color: rgb(22,1,96); }
td.TdClassName
{
border-color: #160160;
}
.TagClassName
{
border-color: #160160;
}
</style>