Shades of Midnight Blue #200E61
Tints of Midnight Blue #200E61
RGB
CMYK
RGB Variations
Color information
#200E61 (or 0x200E61) is known color: Midnight Blue. HEX triplet: 20, 0E and 61. RGB value is (32,14,97). Sum of RGB (Red+Green+Blue) = 32+14+97=143 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.38% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 97 (38.28% from 255 or 67.83% from 143); Max value from RGB is 97 - color contains mainly: blue. Hex color #200E61 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200E61 is #DFF19E. Grayscale: #1C1C1C. Windows color (decimal): -14676383 or 6360608. OLE color: 6360608.
HSL color Cylindrical-coordinate representation of color #200E61: hue angle of 253.01º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200E61 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 14 | 97 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.62 |
| HSL | 253.01º | 0.75% | 0.22% | - |
| HSV(B) | 253.01º | 0.86% | 0.38% | - |
| XYZ | 2.91 | 1.48 | 11.44 | - |
| YUV | 28.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 14 | 97 | 0.67 | 0.86 | 0 | 0.62 | 253.01 | 0.75 | 0.22 |
| Hex | 20 | E | 61 | 43 | 56 | 0 | 3E | FD | 4B | 16 |
| Octal | 40 | 16 | 141 | 103 | 126 | 0 | 76 | 375 | 113 | 26 |
| Binary | 100000 | 1110 | 1100001 | 1000011 | 1010110 | 0 | 111110 | 11111101 | 1001011 | 10110 |
Color Harmonies of #200E61
Complementary color
Monochromatic Colors of #200E61
Black with #200E61
Text Example
Text Example
White with #200E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200E61; }
p { color: rgb(32,14,97); }
H1.HeaderClassName
{
color: #200E61;
}
.AnyTagClassName
{
color: #200E61;
}
</style>
background-color css
<style>
a { background-color: #200E61; }
a { background-color: rgb(32,14,97); }
div.DivClassName
{
background-color: #200E61;
}
.BgClassName
{
background-color: #200E61;
}
</style>
border-color css
<style>
span { border-color: #200E61; }
span { border-color: rgb(32,14,97); }
td.TdClassName
{
border-color: #200E61;
}
.TagClassName
{
border-color: #200E61;
}
</style>