Shades of Medium Blue #2016CB
Tints of Medium Blue #2016CB
RGB
CMYK
RGB Variations
Color information
#2016CB (or 0x2016CB) is known color: Medium Blue. HEX triplet: 20, 16 and CB. RGB value is (32,22,203). Sum of RGB (Red+Green+Blue) = 32+22+203=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 203 (79.69% from 255 or 78.99% from 257); Max value from RGB is 203 - color contains mainly: blue. Hex color #2016CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016CB is #DFE934. Grayscale: #2C2C2C. Windows color (decimal): -14674229 or 13309472. OLE color: 13309472.
HSL color Cylindrical-coordinate representation of color #2016CB: hue angle of 243.31º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2016CB is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 22 | 203 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.20 |
| HSL | 243.31º | 0.8% | 0.44% | - |
| HSV(B) | 243.31º | 0.89% | 0.8% | - |
| XYZ | 11.66 | 5.19 | 56.89 | - |
| YUV | 45.62 | 216.81 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 203 | 0.84 | 0.89 | 0 | 0.20 | 243.31 | 0.8 | 0.44 |
| Hex | 20 | 16 | CB | 54 | 59 | 0 | 14 | F3 | 50 | 2C |
| Octal | 40 | 26 | 313 | 124 | 131 | 0 | 24 | 363 | 120 | 54 |
| Binary | 100000 | 10110 | 11001011 | 1010100 | 1011001 | 0 | 10100 | 11110011 | 1010000 | 101100 |
Color Harmonies of #2016CB
Complementary color
Monochromatic Colors of #2016CB
Black with #2016CB
Text Example
Text Example
White with #2016CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016CB; }
p { color: rgb(32,22,203); }
H1.HeaderClassName
{
color: #2016CB;
}
.AnyTagClassName
{
color: #2016CB;
}
</style>
background-color css
<style>
a { background-color: #2016CB; }
a { background-color: rgb(32,22,203); }
div.DivClassName
{
background-color: #2016CB;
}
.BgClassName
{
background-color: #2016CB;
}
</style>
border-color css
<style>
span { border-color: #2016CB; }
span { border-color: rgb(32,22,203); }
td.TdClassName
{
border-color: #2016CB;
}
.TagClassName
{
border-color: #2016CB;
}
</style>