Shades of Medium Blue #2013C6
Tints of Medium Blue #2013C6
RGB
CMYK
RGB Variations
Color information
#2013C6 (or 0x2013C6) is known color: Medium Blue. HEX triplet: 20, 13 and C6. RGB value is (32,19,198). Sum of RGB (Red+Green+Blue) = 32+19+198=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 198 (77.73% from 255 or 79.52% from 249); Max value from RGB is 198 - color contains mainly: blue. Hex color #2013C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2013C6 is #DFEC39. Grayscale: #2A2A2A. Windows color (decimal): -14675002 or 12981024. OLE color: 12981024.
HSL color Cylindrical-coordinate representation of color #2013C6: hue angle of 244.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2013C6 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 19 | 198 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.22 |
| HSL | 244.36º | 0.82% | 0.43% | - |
| HSV(B) | 244.36º | 0.9% | 0.78% | - |
| XYZ | 11.02 | 4.85 | 53.78 | - |
| YUV | 43.29 | 215.31 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 19 | 198 | 0.84 | 0.90 | 0 | 0.22 | 244.36 | 0.82 | 0.43 |
| Hex | 20 | 13 | C6 | 54 | 5A | 0 | 16 | F4 | 52 | 2B |
| Octal | 40 | 23 | 306 | 124 | 132 | 0 | 26 | 364 | 122 | 53 |
| Binary | 100000 | 10011 | 11000110 | 1010100 | 1011010 | 0 | 10110 | 11110100 | 1010010 | 101011 |
Color Harmonies of #2013C6
Complementary color
Monochromatic Colors of #2013C6
Black with #2013C6
Text Example
Text Example
White with #2013C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2013C6; }
p { color: rgb(32,19,198); }
H1.HeaderClassName
{
color: #2013C6;
}
.AnyTagClassName
{
color: #2013C6;
}
</style>
background-color css
<style>
a { background-color: #2013C6; }
a { background-color: rgb(32,19,198); }
div.DivClassName
{
background-color: #2013C6;
}
.BgClassName
{
background-color: #2013C6;
}
</style>
border-color css
<style>
span { border-color: #2013C6; }
span { border-color: rgb(32,19,198); }
td.TdClassName
{
border-color: #2013C6;
}
.TagClassName
{
border-color: #2013C6;
}
</style>