Shades of Midnight Blue #20137A
Tints of Midnight Blue #20137A
RGB
CMYK
RGB Variations
Color information
#20137A (or 0x20137A) is known color: Midnight Blue. HEX triplet: 20, 13 and 7A. RGB value is (32,19,122). Sum of RGB (Red+Green+Blue) = 32+19+122=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 122 (48.05% from 255 or 70.52% from 173); Max value from RGB is 122 - color contains mainly: blue. Hex color #20137A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20137A is #DFEC85. Grayscale: #222222. Windows color (decimal): -14675078 or 8000288. OLE color: 8000288.
HSL color Cylindrical-coordinate representation of color #20137A: hue angle of 247.57º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20137A is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 19 | 122 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.52 |
| HSL | 247.57º | 0.73% | 0.28% | - |
| HSV(B) | 247.57º | 0.84% | 0.48% | - |
| XYZ | 4.34 | 2.18 | 18.6 | - |
| YUV | 34.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 122 | 0.74 | 0.84 | 0 | 0.52 | 247.57 | 0.73 | 0.28 |
| Hex | 20 | 13 | 7A | 4A | 54 | 0 | 34 | F8 | 49 | 1C |
| Octal | 40 | 23 | 172 | 112 | 124 | 0 | 64 | 370 | 111 | 34 |
| Binary | 100000 | 10011 | 1111010 | 1001010 | 1010100 | 0 | 110100 | 11111000 | 1001001 | 11100 |
Color Harmonies of #20137A
Complementary color
Monochromatic Colors of #20137A
Black with #20137A
Text Example
Text Example
White with #20137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20137A; }
p { color: rgb(32,19,122); }
H1.HeaderClassName
{
color: #20137A;
}
.AnyTagClassName
{
color: #20137A;
}
</style>
background-color css
<style>
a { background-color: #20137A; }
a { background-color: rgb(32,19,122); }
div.DivClassName
{
background-color: #20137A;
}
.BgClassName
{
background-color: #20137A;
}
</style>
border-color css
<style>
span { border-color: #20137A; }
span { border-color: rgb(32,19,122); }
td.TdClassName
{
border-color: #20137A;
}
.TagClassName
{
border-color: #20137A;
}
</style>