Shades of Midnight Blue #160355
Tints of Midnight Blue #160355
RGB
CMYK
RGB Variations
Color information
#160355 (or 0x160355) is known color: Midnight Blue. HEX triplet: 16, 03 and 55. RGB value is (22,3,85). Sum of RGB (Red+Green+Blue) = 22+3+85=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 85 (33.59% from 255 or 77.27% from 110); Max value from RGB is 85 - color contains mainly: blue. Hex color #160355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160355 is #E9FCAA. Grayscale: #111111. Windows color (decimal): -15334571 or 5571350. OLE color: 5571350.
HSL color Cylindrical-coordinate representation of color #160355: hue angle of 253.9º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #160355 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 3 | 85 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.67 |
| HSL | 253.9º | 0.93% | 0.17% | - |
| HSV(B) | 253.9º | 0.96% | 0.33% | - |
| XYZ | 2 | 0.89 | 8.66 | - |
| YUV | 18.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 3 | 85 | 0.74 | 0.96 | 0 | 0.67 | 253.9 | 0.93 | 0.17 |
| Hex | 16 | 3 | 55 | 4A | 60 | 0 | 43 | FE | 5D | 11 |
| Octal | 26 | 3 | 125 | 112 | 140 | 0 | 103 | 376 | 135 | 21 |
| Binary | 10110 | 11 | 1010101 | 1001010 | 1100000 | 0 | 1000011 | 11111110 | 1011101 | 10001 |
Color Harmonies of #160355
Complementary color
Monochromatic Colors of #160355
Black with #160355
Text Example
Text Example
White with #160355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160355; }
p { color: rgb(22,3,85); }
H1.HeaderClassName
{
color: #160355;
}
.AnyTagClassName
{
color: #160355;
}
</style>
background-color css
<style>
a { background-color: #160355; }
a { background-color: rgb(22,3,85); }
div.DivClassName
{
background-color: #160355;
}
.BgClassName
{
background-color: #160355;
}
</style>
border-color css
<style>
span { border-color: #160355; }
span { border-color: rgb(22,3,85); }
td.TdClassName
{
border-color: #160355;
}
.TagClassName
{
border-color: #160355;
}
</style>