Shades of Persian Blue #2016BB
Tints of Persian Blue #2016BB
RGB
CMYK
RGB Variations
Color information
#2016BB (or 0x2016BB) is known color: Persian Blue. HEX triplet: 20, 16 and BB. RGB value is (32,22,187). Sum of RGB (Red+Green+Blue) = 32+22+187=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 187 (73.44% from 255 or 77.59% from 241); Max value from RGB is 187 - color contains mainly: blue. Hex color #2016BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016BB is #DFE944. Grayscale: #2B2B2B. Windows color (decimal): -14674245 or 12260896. OLE color: 12260896.
HSL color Cylindrical-coordinate representation of color #2016BB: hue angle of 243.64º 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 #2016BB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 22 | 187 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.27 |
| HSL | 243.64º | 0.79% | 0.41% | - |
| HSV(B) | 243.64º | 0.88% | 0.73% | - |
| XYZ | 9.85 | 4.47 | 47.36 | - |
| YUV | 43.8 | 208.81 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 187 | 0.83 | 0.88 | 0 | 0.27 | 243.64 | 0.79 | 0.41 |
| Hex | 20 | 16 | BB | 53 | 58 | 0 | 1B | F4 | 4F | 29 |
| Octal | 40 | 26 | 273 | 123 | 130 | 0 | 33 | 364 | 117 | 51 |
| Binary | 100000 | 10110 | 10111011 | 1010011 | 1011000 | 0 | 11011 | 11110100 | 1001111 | 101001 |
Color Harmonies of #2016BB
Complementary color
Monochromatic Colors of #2016BB
Black with #2016BB
Text Example
Text Example
White with #2016BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016BB; }
p { color: rgb(32,22,187); }
H1.HeaderClassName
{
color: #2016BB;
}
.AnyTagClassName
{
color: #2016BB;
}
</style>
background-color css
<style>
a { background-color: #2016BB; }
a { background-color: rgb(32,22,187); }
div.DivClassName
{
background-color: #2016BB;
}
.BgClassName
{
background-color: #2016BB;
}
</style>
border-color css
<style>
span { border-color: #2016BB; }
span { border-color: rgb(32,22,187); }
td.TdClassName
{
border-color: #2016BB;
}
.TagClassName
{
border-color: #2016BB;
}
</style>