Shades of Midnight Blue #201D70
Tints of Midnight Blue #201D70
RGB
CMYK
RGB Variations
Color information
#201D70 (or 0x201D70) is known color: Midnight Blue. HEX triplet: 20, 1D and 70. RGB value is (32,29,112). Sum of RGB (Red+Green+Blue) = 32+29+112=173 (22% of max value = 765). Red value is 32 (12.89% from 255 or 18.50% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #201D70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #201D70 is #DFE28F. Grayscale: #272727. Windows color (decimal): -14672528 or 7347488. OLE color: 7347488.
HSL color Cylindrical-coordinate representation of color #201D70: hue angle of 242.17º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #201D70 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 29 | 112 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.56 |
| HSL | 242.17º | 0.59% | 0.28% | - |
| HSV(B) | 242.17º | 0.74% | 0.44% | - |
| XYZ | 3.96 | 2.36 | 15.58 | - |
| YUV | 39.36 | 168.99 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 29 | 112 | 0.71 | 0.74 | 0 | 0.56 | 242.17 | 0.59 | 0.28 |
| Hex | 20 | 1D | 70 | 47 | 4A | 0 | 38 | F2 | 3B | 1C |
| Octal | 40 | 35 | 160 | 107 | 112 | 0 | 70 | 362 | 73 | 34 |
| Binary | 100000 | 11101 | 1110000 | 1000111 | 1001010 | 0 | 111000 | 11110010 | 111011 | 11100 |
Color Harmonies of #201D70
Complementary color
Monochromatic Colors of #201D70
Black with #201D70
Text Example
Text Example
White with #201D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D70; }
p { color: rgb(32,29,112); }
H1.HeaderClassName
{
color: #201D70;
}
.AnyTagClassName
{
color: #201D70;
}
</style>
background-color css
<style>
a { background-color: #201D70; }
a { background-color: rgb(32,29,112); }
div.DivClassName
{
background-color: #201D70;
}
.BgClassName
{
background-color: #201D70;
}
</style>
border-color css
<style>
span { border-color: #201D70; }
span { border-color: rgb(32,29,112); }
td.TdClassName
{
border-color: #201D70;
}
.TagClassName
{
border-color: #201D70;
}
</style>