Shades of Midnight Blue #200D60
Tints of Midnight Blue #200D60
RGB
CMYK
RGB Variations
Color information
#200D60 (or 0x200D60) is known color: Midnight Blue. HEX triplet: 20, 0D and 60. RGB value is (32,13,96). Sum of RGB (Red+Green+Blue) = 32+13+96=141 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.70% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 96 (37.89% from 255 or 68.09% from 141); Max value from RGB is 96 - color contains mainly: blue. Hex color #200D60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200D60 is #DFF29F. Grayscale: #1B1B1B. Windows color (decimal): -14676640 or 6294816. OLE color: 6294816.
HSL color Cylindrical-coordinate representation of color #200D60: hue angle of 253.73º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200D60 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 13 | 96 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.62 |
| HSL | 253.73º | 0.76% | 0.21% | - |
| HSV(B) | 253.73º | 0.86% | 0.38% | - |
| XYZ | 2.85 | 1.44 | 11.19 | - |
| YUV | 28.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 13 | 96 | 0.67 | 0.86 | 0 | 0.62 | 253.73 | 0.76 | 0.21 |
| Hex | 20 | D | 60 | 43 | 56 | 0 | 3E | FE | 4C | 15 |
| Octal | 40 | 15 | 140 | 103 | 126 | 0 | 76 | 376 | 114 | 25 |
| Binary | 100000 | 1101 | 1100000 | 1000011 | 1010110 | 0 | 111110 | 11111110 | 1001100 | 10101 |
Color Harmonies of #200D60
Complementary color
Monochromatic Colors of #200D60
Black with #200D60
Text Example
Text Example
White with #200D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200D60; }
p { color: rgb(32,13,96); }
H1.HeaderClassName
{
color: #200D60;
}
.AnyTagClassName
{
color: #200D60;
}
</style>
background-color css
<style>
a { background-color: #200D60; }
a { background-color: rgb(32,13,96); }
div.DivClassName
{
background-color: #200D60;
}
.BgClassName
{
background-color: #200D60;
}
</style>
border-color css
<style>
span { border-color: #200D60; }
span { border-color: rgb(32,13,96); }
td.TdClassName
{
border-color: #200D60;
}
.TagClassName
{
border-color: #200D60;
}
</style>