Shades of Midnight Blue #16166B
Tints of Midnight Blue #16166B
RGB
CMYK
RGB Variations
Color information
#16166B (or 0x16166B) is known color: Midnight Blue. HEX triplet: 16, 16 and 6B. RGB value is (22,22,107). Sum of RGB (Red+Green+Blue) = 22+22+107=151 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.57% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 107 (42.19% from 255 or 70.86% from 151); Max value from RGB is 107 - color contains mainly: blue. Hex color #16166B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16166B is #E9E994. Grayscale: #1F1F1F. Windows color (decimal): -15329685 or 7018006. OLE color: 7018006.
HSL color Cylindrical-coordinate representation of color #16166B: hue angle of 240º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #16166B is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 22 | 107 | - |
| CMYK | 0.79 | 0.79 | 0 | 0.58 |
| HSL | 240º | 0.66% | 0.25% | - |
| HSV(B) | 240º | 0.79% | 0.42% | - |
| XYZ | 3.27 | 1.81 | 14.09 | - |
| YUV | 31.69 | 170.5 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 22 | 107 | 0.79 | 0.79 | 0 | 0.58 | 240 | 0.66 | 0.25 |
| Hex | 16 | 16 | 6B | 4F | 4F | 0 | 3A | F0 | 42 | 19 |
| Octal | 26 | 26 | 153 | 117 | 117 | 0 | 72 | 360 | 102 | 31 |
| Binary | 10110 | 10110 | 1101011 | 1001111 | 1001111 | 0 | 111010 | 11110000 | 1000010 | 11001 |
Color Harmonies of #16166B
Complementary color
Monochromatic Colors of #16166B
Black with #16166B
Text Example
Text Example
White with #16166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16166B; }
p { color: rgb(22,22,107); }
H1.HeaderClassName
{
color: #16166B;
}
.AnyTagClassName
{
color: #16166B;
}
</style>
background-color css
<style>
a { background-color: #16166B; }
a { background-color: rgb(22,22,107); }
div.DivClassName
{
background-color: #16166B;
}
.BgClassName
{
background-color: #16166B;
}
</style>
border-color css
<style>
span { border-color: #16166B; }
span { border-color: rgb(22,22,107); }
td.TdClassName
{
border-color: #16166B;
}
.TagClassName
{
border-color: #16166B;
}
</style>