Shades of Midnight Blue #200B6D
Tints of Midnight Blue #200B6D
RGB
CMYK
RGB Variations
Color information
#200B6D (or 0x200B6D) is known color: Midnight Blue. HEX triplet: 20, 0B and 6D. RGB value is (32,11,109). Sum of RGB (Red+Green+Blue) = 32+11+109=152 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.05% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #200B6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200B6D is #DFF492. Grayscale: #1C1C1C. Windows color (decimal): -14677139 or 7146272. OLE color: 7146272.
HSL color Cylindrical-coordinate representation of color #200B6D: hue angle of 252.86º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #200B6D is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 11 | 109 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.57 |
| HSL | 252.86º | 0.82% | 0.24% | - |
| HSV(B) | 252.86º | 0.9% | 0.43% | - |
| XYZ | 3.48 | 1.65 | 14.6 | - |
| YUV | 28.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 109 | 0.71 | 0.90 | 0 | 0.57 | 252.86 | 0.82 | 0.24 |
| Hex | 20 | B | 6D | 47 | 5A | 0 | 39 | FD | 52 | 18 |
| Octal | 40 | 13 | 155 | 107 | 132 | 0 | 71 | 375 | 122 | 30 |
| Binary | 100000 | 1011 | 1101101 | 1000111 | 1011010 | 0 | 111001 | 11111101 | 1010010 | 11000 |
Color Harmonies of #200B6D
Complementary color
Monochromatic Colors of #200B6D
Black with #200B6D
Text Example
Text Example
White with #200B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200B6D; }
p { color: rgb(32,11,109); }
H1.HeaderClassName
{
color: #200B6D;
}
.AnyTagClassName
{
color: #200B6D;
}
</style>
background-color css
<style>
a { background-color: #200B6D; }
a { background-color: rgb(32,11,109); }
div.DivClassName
{
background-color: #200B6D;
}
.BgClassName
{
background-color: #200B6D;
}
</style>
border-color css
<style>
span { border-color: #200B6D; }
span { border-color: rgb(32,11,109); }
td.TdClassName
{
border-color: #200B6D;
}
.TagClassName
{
border-color: #200B6D;
}
</style>