Shades of Midnight Blue #20156A
Tints of Midnight Blue #20156A
RGB
CMYK
RGB Variations
Color information
#20156A (or 0x20156A) is known color: Midnight Blue. HEX triplet: 20, 15 and 6A. RGB value is (32,21,106). Sum of RGB (Red+Green+Blue) = 32+21+106=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 21 (8.59% from 255 or 13.21% from 159); Blue value is 106 (41.80% from 255 or 66.67% from 159); Max value from RGB is 106 - color contains mainly: blue. Hex color #20156A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20156A is #DFEA95. Grayscale: #212121. Windows color (decimal): -14674582 or 6952224. OLE color: 6952224.
HSL color Cylindrical-coordinate representation of color #20156A: hue angle of 247.76º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20156A is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 21 | 106 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.58 |
| HSL | 247.76º | 0.67% | 0.25% | - |
| HSV(B) | 247.76º | 0.8% | 0.42% | - |
| XYZ | 3.47 | 1.88 | 13.82 | - |
| YUV | 33.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 21 | 106 | 0.70 | 0.80 | 0 | 0.58 | 247.76 | 0.67 | 0.25 |
| Hex | 20 | 15 | 6A | 46 | 50 | 0 | 3A | F8 | 43 | 19 |
| Octal | 40 | 25 | 152 | 106 | 120 | 0 | 72 | 370 | 103 | 31 |
| Binary | 100000 | 10101 | 1101010 | 1000110 | 1010000 | 0 | 111010 | 11111000 | 1000011 | 11001 |
Color Harmonies of #20156A
Complementary color
Monochromatic Colors of #20156A
Black with #20156A
Text Example
Text Example
White with #20156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20156A; }
p { color: rgb(32,21,106); }
H1.HeaderClassName
{
color: #20156A;
}
.AnyTagClassName
{
color: #20156A;
}
</style>
background-color css
<style>
a { background-color: #20156A; }
a { background-color: rgb(32,21,106); }
div.DivClassName
{
background-color: #20156A;
}
.BgClassName
{
background-color: #20156A;
}
</style>
border-color css
<style>
span { border-color: #20156A; }
span { border-color: rgb(32,21,106); }
td.TdClassName
{
border-color: #20156A;
}
.TagClassName
{
border-color: #20156A;
}
</style>