Shades of Midnight Blue #160055
Tints of Midnight Blue #160055
RGB
CMYK
RGB Variations
Color information
#160055 (or 0x160055) is known color: Midnight Blue. HEX triplet: 16, 00 and 55. RGB value is (22,0,85). Sum of RGB (Red+Green+Blue) = 22+0+85=107 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.56% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 85 (33.59% from 255 or 79.44% from 107); Max value from RGB is 85 - color contains mainly: blue. Hex color #160055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160055 is #E9FFAA. Grayscale: #0F0F0F. Windows color (decimal): -15335339 or 5570582. OLE color: 5570582.
HSL color Cylindrical-coordinate representation of color #160055: hue angle of 255.53º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160055 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 0 | 85 | - |
| CMYK | 0.74 | 1 | 0 | 0.67 |
| HSL | 255.53º | 1% | 0.17% | - |
| HSV(B) | 255.53º | 1% | 0.33% | - |
| XYZ | 1.97 | 0.83 | 8.65 | - |
| YUV | 16.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 0 | 85 | 0.74 | 1 | 0 | 0.67 | 255.53 | 1 | 0.17 |
| Hex | 16 | 0 | 55 | 4A | 64 | 0 | 43 | 100 | 64 | 11 |
| Octal | 26 | 0 | 125 | 112 | 144 | 0 | 103 | 400 | 144 | 21 |
| Binary | 10110 | 0 | 1010101 | 1001010 | 1100100 | 0 | 1000011 | 100000000 | 1100100 | 10001 |
Color Harmonies of #160055
Complementary color
Monochromatic Colors of #160055
Black with #160055
Text Example
Text Example
White with #160055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160055; }
p { color: rgb(22,0,85); }
H1.HeaderClassName
{
color: #160055;
}
.AnyTagClassName
{
color: #160055;
}
</style>
background-color css
<style>
a { background-color: #160055; }
a { background-color: rgb(22,0,85); }
div.DivClassName
{
background-color: #160055;
}
.BgClassName
{
background-color: #160055;
}
</style>
border-color css
<style>
span { border-color: #160055; }
span { border-color: rgb(22,0,85); }
td.TdClassName
{
border-color: #160055;
}
.TagClassName
{
border-color: #160055;
}
</style>