Shades of Midnight Blue #200D70
Tints of Midnight Blue #200D70
RGB
CMYK
RGB Variations
Color information
#200D70 (or 0x200D70) is known color: Midnight Blue. HEX triplet: 20, 0D and 70. RGB value is (32,13,112). Sum of RGB (Red+Green+Blue) = 32+13+112=157 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.38% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #200D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D70 is #DFF28F. Grayscale: #1D1D1D. Windows color (decimal): -14676624 or 7343392. OLE color: 7343392.
HSL color Cylindrical-coordinate representation of color #200D70: hue angle of 251.52º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200D70 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 13 | 112 | - |
| CMYK | 0.71 | 0.88 | 0 | 0.56 |
| HSL | 251.52º | 0.79% | 0.25% | - |
| HSV(B) | 251.52º | 0.88% | 0.44% | - |
| XYZ | 3.66 | 1.76 | 15.48 | - |
| YUV | 29.97 | 174.29 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 112 | 0.71 | 0.88 | 0 | 0.56 | 251.52 | 0.79 | 0.25 |
| Hex | 20 | D | 70 | 47 | 58 | 0 | 38 | FC | 4F | 19 |
| Octal | 40 | 15 | 160 | 107 | 130 | 0 | 70 | 374 | 117 | 31 |
| Binary | 100000 | 1101 | 1110000 | 1000111 | 1011000 | 0 | 111000 | 11111100 | 1001111 | 11001 |
Color Harmonies of #200D70
Complementary color
Monochromatic Colors of #200D70
Black with #200D70
Text Example
Text Example
White with #200D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D70; }
p { color: rgb(32,13,112); }
H1.HeaderClassName
{
color: #200D70;
}
.AnyTagClassName
{
color: #200D70;
}
</style>
background-color css
<style>
a { background-color: #200D70; }
a { background-color: rgb(32,13,112); }
div.DivClassName
{
background-color: #200D70;
}
.BgClassName
{
background-color: #200D70;
}
</style>
border-color css
<style>
span { border-color: #200D70; }
span { border-color: rgb(32,13,112); }
td.TdClassName
{
border-color: #200D70;
}
.TagClassName
{
border-color: #200D70;
}
</style>