Shades of Midnight Blue #160255
Tints of Midnight Blue #160255
RGB
CMYK
RGB Variations
Color information
#160255 (or 0x160255) is known color: Midnight Blue. HEX triplet: 16, 02 and 55. RGB value is (22,2,85). Sum of RGB (Red+Green+Blue) = 22+2+85=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 85 (33.59% from 255 or 77.98% from 109); Max value from RGB is 85 - color contains mainly: blue. Hex color #160255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160255 is #E9FDAA. Grayscale: #111111. Windows color (decimal): -15334827 or 5571094. OLE color: 5571094.
HSL color Cylindrical-coordinate representation of color #160255: hue angle of 254.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160255 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 2 | 85 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.67 |
| HSL | 254.46º | 0.95% | 0.17% | - |
| HSV(B) | 254.46º | 0.98% | 0.33% | - |
| XYZ | 1.99 | 0.87 | 8.66 | - |
| YUV | 17.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 85 | 0.74 | 0.98 | 0 | 0.67 | 254.46 | 0.95 | 0.17 |
| Hex | 16 | 2 | 55 | 4A | 62 | 0 | 43 | FE | 5F | 11 |
| Octal | 26 | 2 | 125 | 112 | 142 | 0 | 103 | 376 | 137 | 21 |
| Binary | 10110 | 10 | 1010101 | 1001010 | 1100010 | 0 | 1000011 | 11111110 | 1011111 | 10001 |
Color Harmonies of #160255
Complementary color
Monochromatic Colors of #160255
Black with #160255
Text Example
Text Example
White with #160255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160255; }
p { color: rgb(22,2,85); }
H1.HeaderClassName
{
color: #160255;
}
.AnyTagClassName
{
color: #160255;
}
</style>
background-color css
<style>
a { background-color: #160255; }
a { background-color: rgb(22,2,85); }
div.DivClassName
{
background-color: #160255;
}
.BgClassName
{
background-color: #160255;
}
</style>
border-color css
<style>
span { border-color: #160255; }
span { border-color: rgb(22,2,85); }
td.TdClassName
{
border-color: #160255;
}
.TagClassName
{
border-color: #160255;
}
</style>