Shades of Midnight Blue #20107B
Tints of Midnight Blue #20107B
RGB
CMYK
RGB Variations
Color information
#20107B (or 0x20107B) is known color: Midnight Blue. HEX triplet: 20, 10 and 7B. RGB value is (32,16,123). Sum of RGB (Red+Green+Blue) = 32+16+123=171 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.71% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #20107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20107B is #DFEF84. Grayscale: #202020. Windows color (decimal): -14675845 or 8065056. OLE color: 8065056.
HSL color Cylindrical-coordinate representation of color #20107B: hue angle of 248.97º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20107B is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 16 | 123 | - |
| CMYK | 0.74 | 0.87 | 0 | 0.52 |
| HSL | 248.97º | 0.77% | 0.27% | - |
| HSV(B) | 248.97º | 0.87% | 0.48% | - |
| XYZ | 4.36 | 2.11 | 18.92 | - |
| YUV | 32.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 123 | 0.74 | 0.87 | 0 | 0.52 | 248.97 | 0.77 | 0.27 |
| Hex | 20 | 10 | 7B | 4A | 57 | 0 | 34 | F9 | 4D | 1B |
| Octal | 40 | 20 | 173 | 112 | 127 | 0 | 64 | 371 | 115 | 33 |
| Binary | 100000 | 10000 | 1111011 | 1001010 | 1010111 | 0 | 110100 | 11111001 | 1001101 | 11011 |
Color Harmonies of #20107B
Complementary color
Monochromatic Colors of #20107B
Black with #20107B
Text Example
Text Example
White with #20107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20107B; }
p { color: rgb(32,16,123); }
H1.HeaderClassName
{
color: #20107B;
}
.AnyTagClassName
{
color: #20107B;
}
</style>
background-color css
<style>
a { background-color: #20107B; }
a { background-color: rgb(32,16,123); }
div.DivClassName
{
background-color: #20107B;
}
.BgClassName
{
background-color: #20107B;
}
</style>
border-color css
<style>
span { border-color: #20107B; }
span { border-color: rgb(32,16,123); }
td.TdClassName
{
border-color: #20107B;
}
.TagClassName
{
border-color: #20107B;
}
</style>