Shades of Medium Blue #2013BC
Tints of Medium Blue #2013BC
RGB
CMYK
RGB Variations
Color information
#2013BC (or 0x2013BC) is known color: Medium Blue. HEX triplet: 20, 13 and BC. RGB value is (32,19,188). Sum of RGB (Red+Green+Blue) = 32+19+188=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 188 (73.83% from 255 or 78.66% from 239); Max value from RGB is 188 - color contains mainly: blue. Hex color #2013BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013BC is #DFEC43. Grayscale: #292929. Windows color (decimal): -14675012 or 12325664. OLE color: 12325664.
HSL color Cylindrical-coordinate representation of color #2013BC: hue angle of 244.62º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2013BC is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 19 | 188 | - |
| CMYK | 0.83 | 0.90 | 0 | 0.26 |
| HSL | 244.62º | 0.82% | 0.41% | - |
| HSV(B) | 244.62º | 0.9% | 0.74% | - |
| XYZ | 9.91 | 4.4 | 47.9 | - |
| YUV | 42.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 188 | 0.83 | 0.90 | 0 | 0.26 | 244.62 | 0.82 | 0.41 |
| Hex | 20 | 13 | BC | 53 | 5A | 0 | 1A | F5 | 52 | 29 |
| Octal | 40 | 23 | 274 | 123 | 132 | 0 | 32 | 365 | 122 | 51 |
| Binary | 100000 | 10011 | 10111100 | 1010011 | 1011010 | 0 | 11010 | 11110101 | 1010010 | 101001 |
Color Harmonies of #2013BC
Complementary color
Monochromatic Colors of #2013BC
Black with #2013BC
Text Example
Text Example
White with #2013BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013BC; }
p { color: rgb(32,19,188); }
H1.HeaderClassName
{
color: #2013BC;
}
.AnyTagClassName
{
color: #2013BC;
}
</style>
background-color css
<style>
a { background-color: #2013BC; }
a { background-color: rgb(32,19,188); }
div.DivClassName
{
background-color: #2013BC;
}
.BgClassName
{
background-color: #2013BC;
}
</style>
border-color css
<style>
span { border-color: #2013BC; }
span { border-color: rgb(32,19,188); }
td.TdClassName
{
border-color: #2013BC;
}
.TagClassName
{
border-color: #2013BC;
}
</style>