Shades of Midnight Blue #20197A
Tints of Midnight Blue #20197A
RGB
CMYK
RGB Variations
Color information
#20197A (or 0x20197A) is known color: Midnight Blue. HEX triplet: 20, 19 and 7A. RGB value is (32,25,122). Sum of RGB (Red+Green+Blue) = 32+25+122=179 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.88% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #20197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20197A is #DFE685. Grayscale: #252525. Windows color (decimal): -14673542 or 8001824. OLE color: 8001824.
HSL color Cylindrical-coordinate representation of color #20197A: hue angle of 244.33º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20197A is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 25 | 122 | - |
| CMYK | 0.74 | 0.80 | 0 | 0.52 |
| HSL | 244.33º | 0.66% | 0.29% | - |
| HSV(B) | 244.33º | 0.8% | 0.48% | - |
| XYZ | 4.46 | 2.41 | 18.64 | - |
| YUV | 38.15 | 175.32 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 122 | 0.74 | 0.80 | 0 | 0.52 | 244.33 | 0.66 | 0.29 |
| Hex | 20 | 19 | 7A | 4A | 50 | 0 | 34 | F4 | 42 | 1D |
| Octal | 40 | 31 | 172 | 112 | 120 | 0 | 64 | 364 | 102 | 35 |
| Binary | 100000 | 11001 | 1111010 | 1001010 | 1010000 | 0 | 110100 | 11110100 | 1000010 | 11101 |
Color Harmonies of #20197A
Complementary color
Monochromatic Colors of #20197A
Black with #20197A
Text Example
Text Example
White with #20197A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20197A; }
p { color: rgb(32,25,122); }
H1.HeaderClassName
{
color: #20197A;
}
.AnyTagClassName
{
color: #20197A;
}
</style>
background-color css
<style>
a { background-color: #20197A; }
a { background-color: rgb(32,25,122); }
div.DivClassName
{
background-color: #20197A;
}
.BgClassName
{
background-color: #20197A;
}
</style>
border-color css
<style>
span { border-color: #20197A; }
span { border-color: rgb(32,25,122); }
td.TdClassName
{
border-color: #20197A;
}
.TagClassName
{
border-color: #20197A;
}
</style>