Shades of Midnight Blue #200962
Tints of Midnight Blue #200962
RGB
CMYK
RGB Variations
Color information
#200962 (or 0x200962) is known color: Midnight Blue. HEX triplet: 20, 09 and 62. RGB value is (32,9,98). Sum of RGB (Red+Green+Blue) = 32+9+98=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #200962 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200962 is #DFF69D. Grayscale: #191919. Windows color (decimal): -14677662 or 6424864. OLE color: 6424864.
HSL color Cylindrical-coordinate representation of color #200962: hue angle of 255.51º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200962 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 32 | 9 | 98 | - |
| CMYK | 0.67 | 0.91 | 0 | 0.62 |
| HSL | 255.51º | 0.83% | 0.21% | - |
| HSV(B) | 255.51º | 0.91% | 0.38% | - |
| XYZ | 2.9 | 1.38 | 11.67 | - |
| YUV | 26.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 98 | 0.67 | 0.91 | 0 | 0.62 | 255.51 | 0.83 | 0.21 |
| Hex | 20 | 9 | 62 | 43 | 5B | 0 | 3E | 100 | 53 | 15 |
| Octal | 40 | 11 | 142 | 103 | 133 | 0 | 76 | 400 | 123 | 25 |
| Binary | 100000 | 1001 | 1100010 | 1000011 | 1011011 | 0 | 111110 | 100000000 | 1010011 | 10101 |
Color Harmonies of #200962
Complementary color
Monochromatic Colors of #200962
Black with #200962
Text Example
Text Example
White with #200962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200962; }
p { color: rgb(32,9,98); }
H1.HeaderClassName
{
color: #200962;
}
.AnyTagClassName
{
color: #200962;
}
</style>
background-color css
<style>
a { background-color: #200962; }
a { background-color: rgb(32,9,98); }
div.DivClassName
{
background-color: #200962;
}
.BgClassName
{
background-color: #200962;
}
</style>
border-color css
<style>
span { border-color: #200962; }
span { border-color: rgb(32,9,98); }
td.TdClassName
{
border-color: #200962;
}
.TagClassName
{
border-color: #200962;
}
</style>