Shades of Midnight Blue #16206B
Tints of Midnight Blue #16206B
RGB
CMYK
RGB Variations
Color information
#16206B (or 0x16206B) is known color: Midnight Blue. HEX triplet: 16, 20 and 6B. RGB value is (22,32,107). Sum of RGB (Red+Green+Blue) = 22+32+107=161 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.66% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #16206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16206B is #E9DF94. Grayscale: #252525. Windows color (decimal): -15327125 or 7020566. OLE color: 7020566.
HSL color Cylindrical-coordinate representation of color #16206B: hue angle of 232.94º 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 #16206B is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 32 | 107 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.58 |
| HSL | 232.94º | 0.66% | 0.25% | - |
| HSV(B) | 232.94º | 0.79% | 0.42% | - |
| XYZ | 3.5 | 2.27 | 14.16 | - |
| YUV | 37.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 107 | 0.79 | 0.70 | 0 | 0.58 | 232.94 | 0.66 | 0.25 |
| Hex | 16 | 20 | 6B | 4F | 46 | 0 | 3A | E9 | 42 | 19 |
| Octal | 26 | 40 | 153 | 117 | 106 | 0 | 72 | 351 | 102 | 31 |
| Binary | 10110 | 100000 | 1101011 | 1001111 | 1000110 | 0 | 111010 | 11101001 | 1000010 | 11001 |
Color Harmonies of #16206B
Complementary color
Monochromatic Colors of #16206B
Black with #16206B
Text Example
Text Example
White with #16206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16206B; }
p { color: rgb(22,32,107); }
H1.HeaderClassName
{
color: #16206B;
}
.AnyTagClassName
{
color: #16206B;
}
</style>
background-color css
<style>
a { background-color: #16206B; }
a { background-color: rgb(22,32,107); }
div.DivClassName
{
background-color: #16206B;
}
.BgClassName
{
background-color: #16206B;
}
</style>
border-color css
<style>
span { border-color: #16206B; }
span { border-color: rgb(22,32,107); }
td.TdClassName
{
border-color: #16206B;
}
.TagClassName
{
border-color: #16206B;
}
</style>