Shades of Persian Blue #2016BD
Tints of Persian Blue #2016BD
RGB
CMYK
RGB Variations
Color information
#2016BD (or 0x2016BD) is known color: Persian Blue. HEX triplet: 20, 16 and BD. RGB value is (32,22,189). Sum of RGB (Red+Green+Blue) = 32+22+189=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 189 (74.22% from 255 or 77.78% from 243); Max value from RGB is 189 - color contains mainly: blue. Hex color #2016BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016BD is #DFE942. Grayscale: #2B2B2B. Windows color (decimal): -14674243 or 12391968. OLE color: 12391968.
HSL color Cylindrical-coordinate representation of color #2016BD: hue angle of 243.59º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2016BD is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 22 | 189 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.26 |
| HSL | 243.59º | 0.79% | 0.41% | - |
| HSV(B) | 243.59º | 0.88% | 0.74% | - |
| XYZ | 10.07 | 4.56 | 48.49 | - |
| YUV | 44.03 | 209.81 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 189 | 0.83 | 0.88 | 0 | 0.26 | 243.59 | 0.79 | 0.41 |
| Hex | 20 | 16 | BD | 53 | 58 | 0 | 1A | F4 | 4F | 29 |
| Octal | 40 | 26 | 275 | 123 | 130 | 0 | 32 | 364 | 117 | 51 |
| Binary | 100000 | 10110 | 10111101 | 1010011 | 1011000 | 0 | 11010 | 11110100 | 1001111 | 101001 |
Color Harmonies of #2016BD
Complementary color
Monochromatic Colors of #2016BD
Black with #2016BD
Text Example
Text Example
White with #2016BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016BD; }
p { color: rgb(32,22,189); }
H1.HeaderClassName
{
color: #2016BD;
}
.AnyTagClassName
{
color: #2016BD;
}
</style>
background-color css
<style>
a { background-color: #2016BD; }
a { background-color: rgb(32,22,189); }
div.DivClassName
{
background-color: #2016BD;
}
.BgClassName
{
background-color: #2016BD;
}
</style>
border-color css
<style>
span { border-color: #2016BD; }
span { border-color: rgb(32,22,189); }
td.TdClassName
{
border-color: #2016BD;
}
.TagClassName
{
border-color: #2016BD;
}
</style>