Shades of Midnight Blue #20147A
Tints of Midnight Blue #20147A
RGB
CMYK
RGB Variations
Color information
#20147A (or 0x20147A) is known color: Midnight Blue. HEX triplet: 20, 14 and 7A. RGB value is (32,20,122). Sum of RGB (Red+Green+Blue) = 32+20+122=174 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.39% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 122 (48.05% from 255 or 70.11% from 174); Max value from RGB is 122 - color contains mainly: blue. Hex color #20147A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20147A is #DFEB85. Grayscale: #222222. Windows color (decimal): -14674822 or 8000544. OLE color: 8000544.
HSL color Cylindrical-coordinate representation of color #20147A: hue angle of 247.06º degrees, saturation: 0.72, 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 #20147A is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 20 | 122 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.52 |
| HSL | 247.06º | 0.72% | 0.28% | - |
| HSV(B) | 247.06º | 0.84% | 0.48% | - |
| XYZ | 4.36 | 2.21 | 18.61 | - |
| YUV | 35.22 | 176.98 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 122 | 0.74 | 0.84 | 0 | 0.52 | 247.06 | 0.72 | 0.28 |
| Hex | 20 | 14 | 7A | 4A | 54 | 0 | 34 | F7 | 48 | 1C |
| Octal | 40 | 24 | 172 | 112 | 124 | 0 | 64 | 367 | 110 | 34 |
| Binary | 100000 | 10100 | 1111010 | 1001010 | 1010100 | 0 | 110100 | 11110111 | 1001000 | 11100 |
Color Harmonies of #20147A
Complementary color
Monochromatic Colors of #20147A
Black with #20147A
Text Example
Text Example
White with #20147A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20147A; }
p { color: rgb(32,20,122); }
H1.HeaderClassName
{
color: #20147A;
}
.AnyTagClassName
{
color: #20147A;
}
</style>
background-color css
<style>
a { background-color: #20147A; }
a { background-color: rgb(32,20,122); }
div.DivClassName
{
background-color: #20147A;
}
.BgClassName
{
background-color: #20147A;
}
</style>
border-color css
<style>
span { border-color: #20147A; }
span { border-color: rgb(32,20,122); }
td.TdClassName
{
border-color: #20147A;
}
.TagClassName
{
border-color: #20147A;
}
</style>