Shades of Midnight Blue #20107E
Tints of Midnight Blue #20107E
RGB
CMYK
RGB Variations
Color information
#20107E (or 0x20107E) is known color: Midnight Blue. HEX triplet: 20, 10 and 7E. RGB value is (32,16,126). Sum of RGB (Red+Green+Blue) = 32+16+126=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 126 (49.61% from 255 or 72.41% from 174); Max value from RGB is 126 - color contains mainly: blue. Hex color #20107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20107E is #DFEF81. Grayscale: #202020. Windows color (decimal): -14675842 or 8261664. OLE color: 8261664.
HSL color Cylindrical-coordinate representation of color #20107E: hue angle of 248.73º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20107E is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 16 | 126 | - |
| CMYK | 0.75 | 0.87 | 0 | 0.51 |
| HSL | 248.73º | 0.77% | 0.28% | - |
| HSV(B) | 248.73º | 0.87% | 0.49% | - |
| XYZ | 4.55 | 2.18 | 19.92 | - |
| YUV | 33.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 16 | 126 | 0.75 | 0.87 | 0 | 0.51 | 248.73 | 0.77 | 0.28 |
| Hex | 20 | 10 | 7E | 4B | 57 | 0 | 33 | F9 | 4D | 1C |
| Octal | 40 | 20 | 176 | 113 | 127 | 0 | 63 | 371 | 115 | 34 |
| Binary | 100000 | 10000 | 1111110 | 1001011 | 1010111 | 0 | 110011 | 11111001 | 1001101 | 11100 |
Color Harmonies of #20107E
Complementary color
Monochromatic Colors of #20107E
Black with #20107E
Text Example
Text Example
White with #20107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20107E; }
p { color: rgb(32,16,126); }
H1.HeaderClassName
{
color: #20107E;
}
.AnyTagClassName
{
color: #20107E;
}
</style>
background-color css
<style>
a { background-color: #20107E; }
a { background-color: rgb(32,16,126); }
div.DivClassName
{
background-color: #20107E;
}
.BgClassName
{
background-color: #20107E;
}
</style>
border-color css
<style>
span { border-color: #20107E; }
span { border-color: rgb(32,16,126); }
td.TdClassName
{
border-color: #20107E;
}
.TagClassName
{
border-color: #20107E;
}
</style>