Shades of Persian Blue #2016BA
Tints of Persian Blue #2016BA
RGB
CMYK
RGB Variations
Color information
#2016BA (or 0x2016BA) is known color: Persian Blue. HEX triplet: 20, 16 and BA. RGB value is (32,22,186). Sum of RGB (Red+Green+Blue) = 32+22+186=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 186 (73.05% from 255 or 77.5% from 240); Max value from RGB is 186 - color contains mainly: blue. Hex color #2016BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016BA is #DFE945. Grayscale: #2B2B2B. Windows color (decimal): -14674246 or 12195360. OLE color: 12195360.
HSL color Cylindrical-coordinate representation of color #2016BA: hue angle of 243.66º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2016BA is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 22 | 186 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.27 |
| HSL | 243.66º | 0.79% | 0.41% | - |
| HSV(B) | 243.66º | 0.88% | 0.73% | - |
| XYZ | 9.75 | 4.43 | 46.8 | - |
| YUV | 43.69 | 208.31 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 186 | 0.83 | 0.88 | 0 | 0.27 | 243.66 | 0.79 | 0.41 |
| Hex | 20 | 16 | BA | 53 | 58 | 0 | 1B | F4 | 4F | 29 |
| Octal | 40 | 26 | 272 | 123 | 130 | 0 | 33 | 364 | 117 | 51 |
| Binary | 100000 | 10110 | 10111010 | 1010011 | 1011000 | 0 | 11011 | 11110100 | 1001111 | 101001 |
Color Harmonies of #2016BA
Complementary color
Monochromatic Colors of #2016BA
Black with #2016BA
Text Example
Text Example
White with #2016BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016BA; }
p { color: rgb(32,22,186); }
H1.HeaderClassName
{
color: #2016BA;
}
.AnyTagClassName
{
color: #2016BA;
}
</style>
background-color css
<style>
a { background-color: #2016BA; }
a { background-color: rgb(32,22,186); }
div.DivClassName
{
background-color: #2016BA;
}
.BgClassName
{
background-color: #2016BA;
}
</style>
border-color css
<style>
span { border-color: #2016BA; }
span { border-color: rgb(32,22,186); }
td.TdClassName
{
border-color: #2016BA;
}
.TagClassName
{
border-color: #2016BA;
}
</style>