Shades of Midnight Blue #201D7A
Tints of Midnight Blue #201D7A
RGB
CMYK
RGB Variations
Color information
#201D7A (or 0x201D7A) is known color: Midnight Blue. HEX triplet: 20, 1D and 7A. RGB value is (32,29,122). Sum of RGB (Red+Green+Blue) = 32+29+122=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #201D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D7A is #DFE285. Grayscale: #282828. Windows color (decimal): -14672518 or 8002848. OLE color: 8002848.
HSL color Cylindrical-coordinate representation of color #201D7A: hue angle of 241.94º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #201D7A is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 29 | 122 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.52 |
| HSL | 241.94º | 0.62% | 0.3% | - |
| HSV(B) | 241.94º | 0.76% | 0.48% | - |
| XYZ | 4.55 | 2.59 | 18.67 | - |
| YUV | 40.5 | 173.99 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 122 | 0.74 | 0.76 | 0 | 0.52 | 241.94 | 0.62 | 0.3 |
| Hex | 20 | 1D | 7A | 4A | 4C | 0 | 34 | F2 | 3E | 1E |
| Octal | 40 | 35 | 172 | 112 | 114 | 0 | 64 | 362 | 76 | 36 |
| Binary | 100000 | 11101 | 1111010 | 1001010 | 1001100 | 0 | 110100 | 11110010 | 111110 | 11110 |
Color Harmonies of #201D7A
Complementary color
Monochromatic Colors of #201D7A
Black with #201D7A
Text Example
Text Example
White with #201D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D7A; }
p { color: rgb(32,29,122); }
H1.HeaderClassName
{
color: #201D7A;
}
.AnyTagClassName
{
color: #201D7A;
}
</style>
background-color css
<style>
a { background-color: #201D7A; }
a { background-color: rgb(32,29,122); }
div.DivClassName
{
background-color: #201D7A;
}
.BgClassName
{
background-color: #201D7A;
}
</style>
border-color css
<style>
span { border-color: #201D7A; }
span { border-color: rgb(32,29,122); }
td.TdClassName
{
border-color: #201D7A;
}
.TagClassName
{
border-color: #201D7A;
}
</style>