Shades of Medium Blue #200AC1
Tints of Medium Blue #200AC1
RGB
CMYK
RGB Variations
Color information
#200AC1 (or 0x200AC1) is known color: Medium Blue. HEX triplet: 20, 0A and C1. RGB value is (32,10,193). Sum of RGB (Red+Green+Blue) = 32+10+193=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 193 (75.78% from 255 or 82.13% from 235); Max value from RGB is 193 - color contains mainly: blue. Hex color #200AC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200AC1 is #DFF53E. Grayscale: #242424. Windows color (decimal): -14677311 or 12651040. OLE color: 12651040.
HSL color Cylindrical-coordinate representation of color #200AC1: hue angle of 247.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200AC1 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 10 | 193 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.24 |
| HSL | 247.21º | 0.9% | 0.4% | - |
| HSV(B) | 247.21º | 0.95% | 0.76% | - |
| XYZ | 10.33 | 4.37 | 50.75 | - |
| YUV | 37.44 | 215.79 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 193 | 0.83 | 0.95 | 0 | 0.24 | 247.21 | 0.9 | 0.4 |
| Hex | 20 | A | C1 | 53 | 5F | 0 | 18 | F7 | 5A | 28 |
| Octal | 40 | 12 | 301 | 123 | 137 | 0 | 30 | 367 | 132 | 50 |
| Binary | 100000 | 1010 | 11000001 | 1010011 | 1011111 | 0 | 11000 | 11110111 | 1011010 | 101000 |
Color Harmonies of #200AC1
Complementary color
Monochromatic Colors of #200AC1
Black with #200AC1
Text Example
Text Example
White with #200AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200AC1; }
p { color: rgb(32,10,193); }
H1.HeaderClassName
{
color: #200AC1;
}
.AnyTagClassName
{
color: #200AC1;
}
</style>
background-color css
<style>
a { background-color: #200AC1; }
a { background-color: rgb(32,10,193); }
div.DivClassName
{
background-color: #200AC1;
}
.BgClassName
{
background-color: #200AC1;
}
</style>
border-color css
<style>
span { border-color: #200AC1; }
span { border-color: rgb(32,10,193); }
td.TdClassName
{
border-color: #200AC1;
}
.TagClassName
{
border-color: #200AC1;
}
</style>