Shades of Medium Blue #2012CA
Tints of Medium Blue #2012CA
RGB
CMYK
RGB Variations
Color information
#2012CA (or 0x2012CA) is known color: Medium Blue. HEX triplet: 20, 12 and CA. RGB value is (32,18,202). Sum of RGB (Red+Green+Blue) = 32+18+202=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 202 (79.30% from 255 or 80.16% from 252); Max value from RGB is 202 - color contains mainly: blue. Hex color #2012CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012CA is #DFED35. Grayscale: #2A2A2A. Windows color (decimal): -14675254 or 13242912. OLE color: 13242912.
HSL color Cylindrical-coordinate representation of color #2012CA: hue angle of 244.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012CA is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 18 | 202 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.21 |
| HSL | 244.57º | 0.84% | 0.43% | - |
| HSV(B) | 244.57º | 0.91% | 0.79% | - |
| XYZ | 11.47 | 5 | 56.24 | - |
| YUV | 43.16 | 217.64 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 202 | 0.84 | 0.91 | 0 | 0.21 | 244.57 | 0.84 | 0.43 |
| Hex | 20 | 12 | CA | 54 | 5B | 0 | 15 | F5 | 54 | 2B |
| Octal | 40 | 22 | 312 | 124 | 133 | 0 | 25 | 365 | 124 | 53 |
| Binary | 100000 | 10010 | 11001010 | 1010100 | 1011011 | 0 | 10101 | 11110101 | 1010100 | 101011 |
Color Harmonies of #2012CA
Complementary color
Monochromatic Colors of #2012CA
Black with #2012CA
Text Example
Text Example
White with #2012CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012CA; }
p { color: rgb(32,18,202); }
H1.HeaderClassName
{
color: #2012CA;
}
.AnyTagClassName
{
color: #2012CA;
}
</style>
background-color css
<style>
a { background-color: #2012CA; }
a { background-color: rgb(32,18,202); }
div.DivClassName
{
background-color: #2012CA;
}
.BgClassName
{
background-color: #2012CA;
}
</style>
border-color css
<style>
span { border-color: #2012CA; }
span { border-color: rgb(32,18,202); }
td.TdClassName
{
border-color: #2012CA;
}
.TagClassName
{
border-color: #2012CA;
}
</style>