Shades of Midnight Blue #20106C
Tints of Midnight Blue #20106C
RGB
CMYK
RGB Variations
Color information
#20106C (or 0x20106C) is known color: Midnight Blue. HEX triplet: 20, 10 and 6C. RGB value is (32,16,108). Sum of RGB (Red+Green+Blue) = 32+16+108=156 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.51% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #20106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20106C is #DFEF93. Grayscale: #1E1E1E. Windows color (decimal): -14675860 or 7082016. OLE color: 7082016.
HSL color Cylindrical-coordinate representation of color #20106C: hue angle of 250.43º 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 #20106C is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 16 | 108 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.58 |
| HSL | 250.43º | 0.74% | 0.24% | - |
| HSV(B) | 250.43º | 0.85% | 0.42% | - |
| XYZ | 3.49 | 1.76 | 14.34 | - |
| YUV | 31.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 108 | 0.70 | 0.85 | 0 | 0.58 | 250.43 | 0.74 | 0.24 |
| Hex | 20 | 10 | 6C | 46 | 55 | 0 | 3A | FA | 4A | 18 |
| Octal | 40 | 20 | 154 | 106 | 125 | 0 | 72 | 372 | 112 | 30 |
| Binary | 100000 | 10000 | 1101100 | 1000110 | 1010101 | 0 | 111010 | 11111010 | 1001010 | 11000 |
Color Harmonies of #20106C
Complementary color
Monochromatic Colors of #20106C
Black with #20106C
Text Example
Text Example
White with #20106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20106C; }
p { color: rgb(32,16,108); }
H1.HeaderClassName
{
color: #20106C;
}
.AnyTagClassName
{
color: #20106C;
}
</style>
background-color css
<style>
a { background-color: #20106C; }
a { background-color: rgb(32,16,108); }
div.DivClassName
{
background-color: #20106C;
}
.BgClassName
{
background-color: #20106C;
}
</style>
border-color css
<style>
span { border-color: #20106C; }
span { border-color: rgb(32,16,108); }
td.TdClassName
{
border-color: #20106C;
}
.TagClassName
{
border-color: #20106C;
}
</style>