Shades of Midnight Blue #20166B
Tints of Midnight Blue #20166B
RGB
CMYK
RGB Variations
Color information
#20166B (or 0x20166B) is known color: Midnight Blue. HEX triplet: 20, 16 and 6B. RGB value is (32,22,107). Sum of RGB (Red+Green+Blue) = 32+22+107=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 22 (8.98% from 255 or 13.66% 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 #20166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20166B is #DFE994. Grayscale: #222222. Windows color (decimal): -14674325 or 7018016. OLE color: 7018016.
HSL color Cylindrical-coordinate representation of color #20166B: hue angle of 247.06º 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 #20166B is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 22 | 107 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.58 |
| HSL | 247.06º | 0.66% | 0.25% | - |
| HSV(B) | 247.06º | 0.79% | 0.42% | - |
| XYZ | 3.54 | 1.94 | 14.1 | - |
| YUV | 34.68 | 168.81 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 107 | 0.70 | 0.79 | 0 | 0.58 | 247.06 | 0.66 | 0.25 |
| Hex | 20 | 16 | 6B | 46 | 4F | 0 | 3A | F7 | 42 | 19 |
| Octal | 40 | 26 | 153 | 106 | 117 | 0 | 72 | 367 | 102 | 31 |
| Binary | 100000 | 10110 | 1101011 | 1000110 | 1001111 | 0 | 111010 | 11110111 | 1000010 | 11001 |
Color Harmonies of #20166B
Complementary color
Monochromatic Colors of #20166B
Black with #20166B
Text Example
Text Example
White with #20166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20166B; }
p { color: rgb(32,22,107); }
H1.HeaderClassName
{
color: #20166B;
}
.AnyTagClassName
{
color: #20166B;
}
</style>
background-color css
<style>
a { background-color: #20166B; }
a { background-color: rgb(32,22,107); }
div.DivClassName
{
background-color: #20166B;
}
.BgClassName
{
background-color: #20166B;
}
</style>
border-color css
<style>
span { border-color: #20166B; }
span { border-color: rgb(32,22,107); }
td.TdClassName
{
border-color: #20166B;
}
.TagClassName
{
border-color: #20166B;
}
</style>