Shades of Midnight Blue #160266
Tints of Midnight Blue #160266
RGB
CMYK
RGB Variations
Color information
#160266 (or 0x160266) is known color: Midnight Blue. HEX triplet: 16, 02 and 66. RGB value is (22,2,102). Sum of RGB (Red+Green+Blue) = 22+2+102=126 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.46% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #160266 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160266 is #E9FD99. Grayscale: #131313. Windows color (decimal): -15334810 or 6685206. OLE color: 6685206.
HSL color Cylindrical-coordinate representation of color #160266: hue angle of 252º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #160266 is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 2 | 102 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.6 |
| HSL | 252º | 0.96% | 0.2% | - |
| HSV(B) | 252º | 0.98% | 0.4% | - |
| XYZ | 2.75 | 1.17 | 12.65 | - |
| YUV | 19.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 2 | 102 | 0.78 | 0.98 | 0 | 0.6 | 252 | 0.96 | 0.2 |
| Hex | 16 | 2 | 66 | 4E | 62 | 0 | 3C | FC | 60 | 14 |
| Octal | 26 | 2 | 146 | 116 | 142 | 0 | 74 | 374 | 140 | 24 |
| Binary | 10110 | 10 | 1100110 | 1001110 | 1100010 | 0 | 111100 | 11111100 | 1100000 | 10100 |
Color Harmonies of #160266
Complementary color
Monochromatic Colors of #160266
Black with #160266
Text Example
Text Example
White with #160266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160266; }
p { color: rgb(22,2,102); }
H1.HeaderClassName
{
color: #160266;
}
.AnyTagClassName
{
color: #160266;
}
</style>
background-color css
<style>
a { background-color: #160266; }
a { background-color: rgb(22,2,102); }
div.DivClassName
{
background-color: #160266;
}
.BgClassName
{
background-color: #160266;
}
</style>
border-color css
<style>
span { border-color: #160266; }
span { border-color: rgb(22,2,102); }
td.TdClassName
{
border-color: #160266;
}
.TagClassName
{
border-color: #160266;
}
</style>