Shades of Midnight Blue #200C60
Tints of Midnight Blue #200C60
RGB
CMYK
RGB Variations
Color information
#200C60 (or 0x200C60) is known color: Midnight Blue. HEX triplet: 20, 0C and 60. RGB value is (32,12,96). Sum of RGB (Red+Green+Blue) = 32+12+96=140 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.86% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #200C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200C60 is #DFF39F. Grayscale: #1B1B1B. Windows color (decimal): -14676896 or 6294560. OLE color: 6294560.
HSL color Cylindrical-coordinate representation of color #200C60: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200C60 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 12 | 96 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.62 |
| HSL | 254.29º | 0.78% | 0.21% | - |
| HSV(B) | 254.29º | 0.88% | 0.38% | - |
| XYZ | 2.84 | 1.41 | 11.19 | - |
| YUV | 27.56 | 166.63 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 96 | 0.67 | 0.88 | 0 | 0.62 | 254.29 | 0.78 | 0.21 |
| Hex | 20 | C | 60 | 43 | 58 | 0 | 3E | FE | 4E | 15 |
| Octal | 40 | 14 | 140 | 103 | 130 | 0 | 76 | 376 | 116 | 25 |
| Binary | 100000 | 1100 | 1100000 | 1000011 | 1011000 | 0 | 111110 | 11111110 | 1001110 | 10101 |
Color Harmonies of #200C60
Complementary color
Monochromatic Colors of #200C60
Black with #200C60
Text Example
Text Example
White with #200C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200C60; }
p { color: rgb(32,12,96); }
H1.HeaderClassName
{
color: #200C60;
}
.AnyTagClassName
{
color: #200C60;
}
</style>
background-color css
<style>
a { background-color: #200C60; }
a { background-color: rgb(32,12,96); }
div.DivClassName
{
background-color: #200C60;
}
.BgClassName
{
background-color: #200C60;
}
</style>
border-color css
<style>
span { border-color: #200C60; }
span { border-color: rgb(32,12,96); }
td.TdClassName
{
border-color: #200C60;
}
.TagClassName
{
border-color: #200C60;
}
</style>