Shades of Midnight Blue #20106B
Tints of Midnight Blue #20106B
RGB
CMYK
RGB Variations
Color information
#20106B (or 0x20106B) is known color: Midnight Blue. HEX triplet: 20, 10 and 6B. RGB value is (32,16,107). Sum of RGB (Red+Green+Blue) = 32+16+107=155 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.65% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 107 (42.19% from 255 or 69.03% from 155); Max value from RGB is 107 - color contains mainly: blue. Hex color #20106B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20106B is #DFEF94. Grayscale: #1E1E1E. Windows color (decimal): -14675861 or 7016480. OLE color: 7016480.
HSL color Cylindrical-coordinate representation of color #20106B: hue angle of 250.55º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20106B is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 16 | 107 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.58 |
| HSL | 250.55º | 0.74% | 0.24% | - |
| HSV(B) | 250.55º | 0.85% | 0.42% | - |
| XYZ | 3.43 | 1.74 | 14.06 | - |
| YUV | 31.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 107 | 0.70 | 0.85 | 0 | 0.58 | 250.55 | 0.74 | 0.24 |
| Hex | 20 | 10 | 6B | 46 | 55 | 0 | 3A | FB | 4A | 18 |
| Octal | 40 | 20 | 153 | 106 | 125 | 0 | 72 | 373 | 112 | 30 |
| Binary | 100000 | 10000 | 1101011 | 1000110 | 1010101 | 0 | 111010 | 11111011 | 1001010 | 11000 |
Color Harmonies of #20106B
Complementary color
Monochromatic Colors of #20106B
Black with #20106B
Text Example
Text Example
White with #20106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20106B; }
p { color: rgb(32,16,107); }
H1.HeaderClassName
{
color: #20106B;
}
.AnyTagClassName
{
color: #20106B;
}
</style>
background-color css
<style>
a { background-color: #20106B; }
a { background-color: rgb(32,16,107); }
div.DivClassName
{
background-color: #20106B;
}
.BgClassName
{
background-color: #20106B;
}
</style>
border-color css
<style>
span { border-color: #20106B; }
span { border-color: rgb(32,16,107); }
td.TdClassName
{
border-color: #20106B;
}
.TagClassName
{
border-color: #20106B;
}
</style>