Shades of Medium Blue #200BC1
Tints of Medium Blue #200BC1
RGB
CMYK
RGB Variations
Color information
#200BC1 (or 0x200BC1) is known color: Medium Blue. HEX triplet: 20, 0B and C1. RGB value is (32,11,193). Sum of RGB (Red+Green+Blue) = 32+11+193=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 193 (75.78% from 255 or 81.78% from 236); Max value from RGB is 193 - color contains mainly: blue. Hex color #200BC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200BC1 is #DFF43E. Grayscale: #252525. Windows color (decimal): -14677055 or 12651296. OLE color: 12651296.
HSL color Cylindrical-coordinate representation of color #200BC1: hue angle of 246.92º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200BC1 is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 11 | 193 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.24 |
| HSL | 246.92º | 0.89% | 0.4% | - |
| HSV(B) | 246.92º | 0.94% | 0.76% | - |
| XYZ | 10.34 | 4.4 | 50.76 | - |
| YUV | 38.03 | 215.46 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 11 | 193 | 0.83 | 0.94 | 0 | 0.24 | 246.92 | 0.89 | 0.4 |
| Hex | 20 | B | C1 | 53 | 5E | 0 | 18 | F7 | 59 | 28 |
| Octal | 40 | 13 | 301 | 123 | 136 | 0 | 30 | 367 | 131 | 50 |
| Binary | 100000 | 1011 | 11000001 | 1010011 | 1011110 | 0 | 11000 | 11110111 | 1011001 | 101000 |
Color Harmonies of #200BC1
Complementary color
Monochromatic Colors of #200BC1
Black with #200BC1
Text Example
Text Example
White with #200BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200BC1; }
p { color: rgb(32,11,193); }
H1.HeaderClassName
{
color: #200BC1;
}
.AnyTagClassName
{
color: #200BC1;
}
</style>
background-color css
<style>
a { background-color: #200BC1; }
a { background-color: rgb(32,11,193); }
div.DivClassName
{
background-color: #200BC1;
}
.BgClassName
{
background-color: #200BC1;
}
</style>
border-color css
<style>
span { border-color: #200BC1; }
span { border-color: rgb(32,11,193); }
td.TdClassName
{
border-color: #200BC1;
}
.TagClassName
{
border-color: #200BC1;
}
</style>