Shades of Midnight Blue #20166D
Tints of Midnight Blue #20166D
RGB
CMYK
RGB Variations
Color information
#20166D (or 0x20166D) is known color: Midnight Blue. HEX triplet: 20, 16 and 6D. RGB value is (32,22,109). Sum of RGB (Red+Green+Blue) = 32+22+109=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 22 (8.98% from 255 or 13.50% 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 #20166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20166D is #DFE992. Grayscale: #222222. Windows color (decimal): -14674323 or 7149088. OLE color: 7149088.
HSL color Cylindrical-coordinate representation of color #20166D: hue angle of 246.9º 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 #20166D is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 22 | 109 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.57 |
| HSL | 246.9º | 0.66% | 0.26% | - |
| HSV(B) | 246.9º | 0.8% | 0.43% | - |
| XYZ | 3.64 | 1.99 | 14.66 | - |
| YUV | 34.91 | 169.81 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 109 | 0.71 | 0.80 | 0 | 0.57 | 246.9 | 0.66 | 0.26 |
| Hex | 20 | 16 | 6D | 47 | 50 | 0 | 39 | F7 | 42 | 1A |
| Octal | 40 | 26 | 155 | 107 | 120 | 0 | 71 | 367 | 102 | 32 |
| Binary | 100000 | 10110 | 1101101 | 1000111 | 1010000 | 0 | 111001 | 11110111 | 1000010 | 11010 |
Color Harmonies of #20166D
Complementary color
Monochromatic Colors of #20166D
Black with #20166D
Text Example
Text Example
White with #20166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20166D; }
p { color: rgb(32,22,109); }
H1.HeaderClassName
{
color: #20166D;
}
.AnyTagClassName
{
color: #20166D;
}
</style>
background-color css
<style>
a { background-color: #20166D; }
a { background-color: rgb(32,22,109); }
div.DivClassName
{
background-color: #20166D;
}
.BgClassName
{
background-color: #20166D;
}
</style>
border-color css
<style>
span { border-color: #20166D; }
span { border-color: rgb(32,22,109); }
td.TdClassName
{
border-color: #20166D;
}
.TagClassName
{
border-color: #20166D;
}
</style>