Shades of Midnight Blue #20115E
Tints of Midnight Blue #20115E
RGB
CMYK
RGB Variations
Color information
#20115E (or 0x20115E) is known color: Midnight Blue. HEX triplet: 20, 11 and 5E. RGB value is (32,17,94). Sum of RGB (Red+Green+Blue) = 32+17+94=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #20115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115E is #DFEEA1. Grayscale: #1D1D1D. Windows color (decimal): -14675618 or 6164768. OLE color: 6164768.
HSL color Cylindrical-coordinate representation of color #20115E: hue angle of 251.69º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20115E is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 17 | 94 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.63 |
| HSL | 251.69º | 0.69% | 0.22% | - |
| HSV(B) | 251.69º | 0.82% | 0.37% | - |
| XYZ | 2.82 | 1.52 | 10.73 | - |
| YUV | 30.26 | 163.97 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 94 | 0.66 | 0.82 | 0 | 0.63 | 251.69 | 0.69 | 0.22 |
| Hex | 20 | 11 | 5E | 42 | 52 | 0 | 3F | FC | 45 | 16 |
| Octal | 40 | 21 | 136 | 102 | 122 | 0 | 77 | 374 | 105 | 26 |
| Binary | 100000 | 10001 | 1011110 | 1000010 | 1010010 | 0 | 111111 | 11111100 | 1000101 | 10110 |
Color Harmonies of #20115E
Complementary color
Monochromatic Colors of #20115E
Black with #20115E
Text Example
Text Example
White with #20115E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20115E; }
p { color: rgb(32,17,94); }
H1.HeaderClassName
{
color: #20115E;
}
.AnyTagClassName
{
color: #20115E;
}
</style>
background-color css
<style>
a { background-color: #20115E; }
a { background-color: rgb(32,17,94); }
div.DivClassName
{
background-color: #20115E;
}
.BgClassName
{
background-color: #20115E;
}
</style>
border-color css
<style>
span { border-color: #20115E; }
span { border-color: rgb(32,17,94); }
td.TdClassName
{
border-color: #20115E;
}
.TagClassName
{
border-color: #20115E;
}
</style>