Shades of Medium Blue #2012CB
Tints of Medium Blue #2012CB
RGB
CMYK
RGB Variations
Color information
#2012CB (or 0x2012CB) is known color: Medium Blue. HEX triplet: 20, 12 and CB. RGB value is (32,18,203). Sum of RGB (Red+Green+Blue) = 32+18+203=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #2012CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012CB is #DFED34. Grayscale: #2A2A2A. Windows color (decimal): -14675253 or 13308448. OLE color: 13308448.
HSL color Cylindrical-coordinate representation of color #2012CB: hue angle of 244.54º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012CB is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 18 | 203 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.20 |
| HSL | 244.54º | 0.84% | 0.43% | - |
| HSV(B) | 244.54º | 0.91% | 0.8% | - |
| XYZ | 11.59 | 5.05 | 56.86 | - |
| YUV | 43.28 | 218.14 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 203 | 0.84 | 0.91 | 0 | 0.20 | 244.54 | 0.84 | 0.43 |
| Hex | 20 | 12 | CB | 54 | 5B | 0 | 14 | F5 | 54 | 2B |
| Octal | 40 | 22 | 313 | 124 | 133 | 0 | 24 | 365 | 124 | 53 |
| Binary | 100000 | 10010 | 11001011 | 1010100 | 1011011 | 0 | 10100 | 11110101 | 1010100 | 101011 |
Color Harmonies of #2012CB
Complementary color
Monochromatic Colors of #2012CB
Black with #2012CB
Text Example
Text Example
White with #2012CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012CB; }
p { color: rgb(32,18,203); }
H1.HeaderClassName
{
color: #2012CB;
}
.AnyTagClassName
{
color: #2012CB;
}
</style>
background-color css
<style>
a { background-color: #2012CB; }
a { background-color: rgb(32,18,203); }
div.DivClassName
{
background-color: #2012CB;
}
.BgClassName
{
background-color: #2012CB;
}
</style>
border-color css
<style>
span { border-color: #2012CB; }
span { border-color: rgb(32,18,203); }
td.TdClassName
{
border-color: #2012CB;
}
.TagClassName
{
border-color: #2012CB;
}
</style>