Shades of Midnight Blue #20147D
Tints of Midnight Blue #20147D
RGB
CMYK
RGB Variations
Color information
#20147D (or 0x20147D) is known color: Midnight Blue. HEX triplet: 20, 14 and 7D. RGB value is (32,20,125). Sum of RGB (Red+Green+Blue) = 32+20+125=177 (23% of max value = 765). Red value is 32 (12.89% from 255 or 18.08% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #20147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20147D is #DFEB82. Grayscale: #232323. Windows color (decimal): -14674819 or 8197152. OLE color: 8197152.
HSL color Cylindrical-coordinate representation of color #20147D: hue angle of 246.86º 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 #20147D is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 20 | 125 | - |
| CMYK | 0.74 | 0.84 | 0 | 0.51 |
| HSL | 246.86º | 0.72% | 0.28% | - |
| HSV(B) | 246.86º | 0.84% | 0.49% | - |
| XYZ | 4.55 | 2.29 | 19.6 | - |
| YUV | 35.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 125 | 0.74 | 0.84 | 0 | 0.51 | 246.86 | 0.72 | 0.28 |
| Hex | 20 | 14 | 7D | 4A | 54 | 0 | 33 | F7 | 48 | 1C |
| Octal | 40 | 24 | 175 | 112 | 124 | 0 | 63 | 367 | 110 | 34 |
| Binary | 100000 | 10100 | 1111101 | 1001010 | 1010100 | 0 | 110011 | 11110111 | 1001000 | 11100 |
Color Harmonies of #20147D
Complementary color
Monochromatic Colors of #20147D
Black with #20147D
Text Example
Text Example
White with #20147D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20147D; }
p { color: rgb(32,20,125); }
H1.HeaderClassName
{
color: #20147D;
}
.AnyTagClassName
{
color: #20147D;
}
</style>
background-color css
<style>
a { background-color: #20147D; }
a { background-color: rgb(32,20,125); }
div.DivClassName
{
background-color: #20147D;
}
.BgClassName
{
background-color: #20147D;
}
</style>
border-color css
<style>
span { border-color: #20147D; }
span { border-color: rgb(32,20,125); }
td.TdClassName
{
border-color: #20147D;
}
.TagClassName
{
border-color: #20147D;
}
</style>