Shades of Midnight Blue #20115F
Tints of Midnight Blue #20115F
RGB
CMYK
RGB Variations
Color information
#20115F (or 0x20115F) is known color: Midnight Blue. HEX triplet: 20, 11 and 5F. RGB value is (32,17,95). Sum of RGB (Red+Green+Blue) = 32+17+95=144 (19% of max value = 765). Red value is 32 (12.89% from 255 or 22.22% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #20115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20115F is #DFEEA0. Grayscale: #1E1E1E. Windows color (decimal): -14675617 or 6230304. OLE color: 6230304.
HSL color Cylindrical-coordinate representation of color #20115F: hue angle of 251.54º degrees, saturation: 0.7, 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 #20115F is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 17 | 95 | - |
| CMYK | 0.66 | 0.82 | 0 | 0.63 |
| HSL | 251.54º | 0.7% | 0.22% | - |
| HSV(B) | 251.54º | 0.82% | 0.37% | - |
| XYZ | 2.86 | 1.53 | 10.97 | - |
| YUV | 30.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 95 | 0.66 | 0.82 | 0 | 0.63 | 251.54 | 0.7 | 0.22 |
| Hex | 20 | 11 | 5F | 42 | 52 | 0 | 3F | FC | 46 | 16 |
| Octal | 40 | 21 | 137 | 102 | 122 | 0 | 77 | 374 | 106 | 26 |
| Binary | 100000 | 10001 | 1011111 | 1000010 | 1010010 | 0 | 111111 | 11111100 | 1000110 | 10110 |
Color Harmonies of #20115F
Complementary color
Monochromatic Colors of #20115F
Black with #20115F
Text Example
Text Example
White with #20115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20115F; }
p { color: rgb(32,17,95); }
H1.HeaderClassName
{
color: #20115F;
}
.AnyTagClassName
{
color: #20115F;
}
</style>
background-color css
<style>
a { background-color: #20115F; }
a { background-color: rgb(32,17,95); }
div.DivClassName
{
background-color: #20115F;
}
.BgClassName
{
background-color: #20115F;
}
</style>
border-color css
<style>
span { border-color: #20115F; }
span { border-color: rgb(32,17,95); }
td.TdClassName
{
border-color: #20115F;
}
.TagClassName
{
border-color: #20115F;
}
</style>