Shades of Midnight Blue #20147C
Tints of Midnight Blue #20147C
RGB
CMYK
RGB Variations
Color information
#20147C (or 0x20147C) is known color: Midnight Blue. HEX triplet: 20, 14 and 7C. RGB value is (32,20,124). Sum of RGB (Red+Green+Blue) = 32+20+124=176 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.18% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #20147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20147C is #DFEB83. Grayscale: #232323. Windows color (decimal): -14674820 or 8131616. OLE color: 8131616.
HSL color Cylindrical-coordinate representation of color #20147C: hue angle of 246.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20147C is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 20 | 124 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.51 |
| HSL | 246.92º | 0.72% | 0.28% | - |
| HSV(B) | 246.92º | 0.84% | 0.49% | - |
| XYZ | 4.48 | 2.26 | 19.27 | - |
| YUV | 35.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 124 | 0.74 | 0.84 | 0 | 0.51 | 246.92 | 0.72 | 0.28 |
| Hex | 20 | 14 | 7C | 4A | 54 | 0 | 33 | F7 | 48 | 1C |
| Octal | 40 | 24 | 174 | 112 | 124 | 0 | 63 | 367 | 110 | 34 |
| Binary | 100000 | 10100 | 1111100 | 1001010 | 1010100 | 0 | 110011 | 11110111 | 1001000 | 11100 |
Color Harmonies of #20147C
Complementary color
Monochromatic Colors of #20147C
Black with #20147C
Text Example
Text Example
White with #20147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20147C; }
p { color: rgb(32,20,124); }
H1.HeaderClassName
{
color: #20147C;
}
.AnyTagClassName
{
color: #20147C;
}
</style>
background-color css
<style>
a { background-color: #20147C; }
a { background-color: rgb(32,20,124); }
div.DivClassName
{
background-color: #20147C;
}
.BgClassName
{
background-color: #20147C;
}
</style>
border-color css
<style>
span { border-color: #20147C; }
span { border-color: rgb(32,20,124); }
td.TdClassName
{
border-color: #20147C;
}
.TagClassName
{
border-color: #20147C;
}
</style>