Shades of Medium Blue #200CBC
Tints of Medium Blue #200CBC
RGB
CMYK
RGB Variations
Color information
#200CBC (or 0x200CBC) is known color: Medium Blue. HEX triplet: 20, 0C and BC. RGB value is (32,12,188). Sum of RGB (Red+Green+Blue) = 32+12+188=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 188 (73.83% from 255 or 81.03% from 232); Max value from RGB is 188 - color contains mainly: blue. Hex color #200CBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CBC is #DFF343. Grayscale: #252525. Windows color (decimal): -14676804 or 12323872. OLE color: 12323872.
HSL color Cylindrical-coordinate representation of color #200CBC: hue angle of 246.82º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CBC is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 12 | 188 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.26 |
| HSL | 246.82º | 0.88% | 0.39% | - |
| HSV(B) | 246.82º | 0.94% | 0.74% | - |
| XYZ | 9.8 | 4.2 | 47.87 | - |
| YUV | 38.04 | 212.63 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 12 | 188 | 0.83 | 0.94 | 0 | 0.26 | 246.82 | 0.88 | 0.39 |
| Hex | 20 | C | BC | 53 | 5E | 0 | 1A | F7 | 58 | 27 |
| Octal | 40 | 14 | 274 | 123 | 136 | 0 | 32 | 367 | 130 | 47 |
| Binary | 100000 | 1100 | 10111100 | 1010011 | 1011110 | 0 | 11010 | 11110111 | 1011000 | 100111 |
Color Harmonies of #200CBC
Complementary color
Monochromatic Colors of #200CBC
Black with #200CBC
Text Example
Text Example
White with #200CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200CBC; }
p { color: rgb(32,12,188); }
H1.HeaderClassName
{
color: #200CBC;
}
.AnyTagClassName
{
color: #200CBC;
}
</style>
background-color css
<style>
a { background-color: #200CBC; }
a { background-color: rgb(32,12,188); }
div.DivClassName
{
background-color: #200CBC;
}
.BgClassName
{
background-color: #200CBC;
}
</style>
border-color css
<style>
span { border-color: #200CBC; }
span { border-color: rgb(32,12,188); }
td.TdClassName
{
border-color: #200CBC;
}
.TagClassName
{
border-color: #200CBC;
}
</style>