Shades of Midnight Blue #20146A
Tints of Midnight Blue #20146A
RGB
CMYK
RGB Variations
Color information
#20146A (or 0x20146A) is known color: Midnight Blue. HEX triplet: 20, 14 and 6A. RGB value is (32,20,106). Sum of RGB (Red+Green+Blue) = 32+20+106=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #20146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20146A is #DFEB95. Grayscale: #212121. Windows color (decimal): -14674838 or 6951968. OLE color: 6951968.
HSL color Cylindrical-coordinate representation of color #20146A: hue angle of 248.37º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20146A is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 20 | 106 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.58 |
| HSL | 248.37º | 0.68% | 0.25% | - |
| HSV(B) | 248.37º | 0.81% | 0.42% | - |
| XYZ | 3.45 | 1.85 | 13.81 | - |
| YUV | 33.39 | 168.98 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 106 | 0.70 | 0.81 | 0 | 0.58 | 248.37 | 0.68 | 0.25 |
| Hex | 20 | 14 | 6A | 46 | 51 | 0 | 3A | F8 | 44 | 19 |
| Octal | 40 | 24 | 152 | 106 | 121 | 0 | 72 | 370 | 104 | 31 |
| Binary | 100000 | 10100 | 1101010 | 1000110 | 1010001 | 0 | 111010 | 11111000 | 1000100 | 11001 |
Color Harmonies of #20146A
Complementary color
Monochromatic Colors of #20146A
Black with #20146A
Text Example
Text Example
White with #20146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20146A; }
p { color: rgb(32,20,106); }
H1.HeaderClassName
{
color: #20146A;
}
.AnyTagClassName
{
color: #20146A;
}
</style>
background-color css
<style>
a { background-color: #20146A; }
a { background-color: rgb(32,20,106); }
div.DivClassName
{
background-color: #20146A;
}
.BgClassName
{
background-color: #20146A;
}
</style>
border-color css
<style>
span { border-color: #20146A; }
span { border-color: rgb(32,20,106); }
td.TdClassName
{
border-color: #20146A;
}
.TagClassName
{
border-color: #20146A;
}
</style>