Shades of Midnight Blue #16206D
Tints of Midnight Blue #16206D
RGB
CMYK
RGB Variations
Color information
#16206D (or 0x16206D) is known color: Midnight Blue. HEX triplet: 16, 20 and 6D. RGB value is (22,32,109). Sum of RGB (Red+Green+Blue) = 22+32+109=163 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.50% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #16206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16206D is #E9DF92. Grayscale: #252525. Windows color (decimal): -15327123 or 7151638. OLE color: 7151638.
HSL color Cylindrical-coordinate representation of color #16206D: hue angle of 233.1º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16206D is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 32 | 109 | - |
| CMYK | 0.80 | 0.71 | 0 | 0.57 |
| HSL | 233.1º | 0.66% | 0.26% | - |
| HSV(B) | 233.1º | 0.8% | 0.43% | - |
| XYZ | 3.61 | 2.31 | 14.72 | - |
| YUV | 37.79 | 168.19 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 109 | 0.80 | 0.71 | 0 | 0.57 | 233.1 | 0.66 | 0.26 |
| Hex | 16 | 20 | 6D | 50 | 47 | 0 | 39 | E9 | 42 | 1A |
| Octal | 26 | 40 | 155 | 120 | 107 | 0 | 71 | 351 | 102 | 32 |
| Binary | 10110 | 100000 | 1101101 | 1010000 | 1000111 | 0 | 111001 | 11101001 | 1000010 | 11010 |
Color Harmonies of #16206D
Complementary color
Monochromatic Colors of #16206D
Black with #16206D
Text Example
Text Example
White with #16206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16206D; }
p { color: rgb(22,32,109); }
H1.HeaderClassName
{
color: #16206D;
}
.AnyTagClassName
{
color: #16206D;
}
</style>
background-color css
<style>
a { background-color: #16206D; }
a { background-color: rgb(22,32,109); }
div.DivClassName
{
background-color: #16206D;
}
.BgClassName
{
background-color: #16206D;
}
</style>
border-color css
<style>
span { border-color: #16206D; }
span { border-color: rgb(22,32,109); }
td.TdClassName
{
border-color: #16206D;
}
.TagClassName
{
border-color: #16206D;
}
</style>