Shades of Midnight Blue #20165F
Tints of Midnight Blue #20165F
RGB
CMYK
RGB Variations
Color information
#20165F (or 0x20165F) is known color: Midnight Blue. HEX triplet: 20, 16 and 5F. RGB value is (32,22,95). Sum of RGB (Red+Green+Blue) = 32+22+95=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #20165F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20165F is #DFE9A0. Grayscale: #212121. Windows color (decimal): -14674337 or 6231584. OLE color: 6231584.
HSL color Cylindrical-coordinate representation of color #20165F: hue angle of 248.22º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20165F is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 32 | 22 | 95 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.63 |
| HSL | 248.22º | 0.62% | 0.23% | - |
| HSV(B) | 248.22º | 0.77% | 0.37% | - |
| XYZ | 2.95 | 1.71 | 11 | - |
| YUV | 33.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 95 | 0.66 | 0.77 | 0 | 0.63 | 248.22 | 0.62 | 0.23 |
| Hex | 20 | 16 | 5F | 42 | 4D | 0 | 3F | F8 | 3E | 17 |
| Octal | 40 | 26 | 137 | 102 | 115 | 0 | 77 | 370 | 76 | 27 |
| Binary | 100000 | 10110 | 1011111 | 1000010 | 1001101 | 0 | 111111 | 11111000 | 111110 | 10111 |
Color Harmonies of #20165F
Complementary color
Monochromatic Colors of #20165F
Black with #20165F
Text Example
Text Example
White with #20165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20165F; }
p { color: rgb(32,22,95); }
H1.HeaderClassName
{
color: #20165F;
}
.AnyTagClassName
{
color: #20165F;
}
</style>
background-color css
<style>
a { background-color: #20165F; }
a { background-color: rgb(32,22,95); }
div.DivClassName
{
background-color: #20165F;
}
.BgClassName
{
background-color: #20165F;
}
</style>
border-color css
<style>
span { border-color: #20165F; }
span { border-color: rgb(32,22,95); }
td.TdClassName
{
border-color: #20165F;
}
.TagClassName
{
border-color: #20165F;
}
</style>