Shades of Midnight Blue #160566
Tints of Midnight Blue #160566
RGB
CMYK
RGB Variations
Color information
#160566 (or 0x160566) is known color: Midnight Blue. HEX triplet: 16, 05 and 66. RGB value is (22,5,102). Sum of RGB (Red+Green+Blue) = 22+5+102=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 102 (40.23% from 255 or 79.07% from 129); Max value from RGB is 102 - color contains mainly: blue. Hex color #160566 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160566 is #E9FA99. Grayscale: #141414. Windows color (decimal): -15334042 or 6685974. OLE color: 6685974.
HSL color Cylindrical-coordinate representation of color #160566: hue angle of 250.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160566 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 22 | 5 | 102 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.6 |
| HSL | 250.52º | 0.91% | 0.21% | - |
| HSV(B) | 250.52º | 0.95% | 0.4% | - |
| XYZ | 2.78 | 1.24 | 12.66 | - |
| YUV | 21.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 5 | 102 | 0.78 | 0.95 | 0 | 0.6 | 250.52 | 0.91 | 0.21 |
| Hex | 16 | 5 | 66 | 4E | 5F | 0 | 3C | FB | 5B | 15 |
| Octal | 26 | 5 | 146 | 116 | 137 | 0 | 74 | 373 | 133 | 25 |
| Binary | 10110 | 101 | 1100110 | 1001110 | 1011111 | 0 | 111100 | 11111011 | 1011011 | 10101 |
Color Harmonies of #160566
Complementary color
Monochromatic Colors of #160566
Black with #160566
Text Example
Text Example
White with #160566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #160566; }
p { color: rgb(22,5,102); }
H1.HeaderClassName
{
color: #160566;
}
.AnyTagClassName
{
color: #160566;
}
</style>
background-color css
<style>
a { background-color: #160566; }
a { background-color: rgb(22,5,102); }
div.DivClassName
{
background-color: #160566;
}
.BgClassName
{
background-color: #160566;
}
</style>
border-color css
<style>
span { border-color: #160566; }
span { border-color: rgb(22,5,102); }
td.TdClassName
{
border-color: #160566;
}
.TagClassName
{
border-color: #160566;
}
</style>