Shades of Persian Blue #2016B8
Tints of Persian Blue #2016B8
RGB
CMYK
RGB Variations
Color information
#2016B8 (or 0x2016B8) is known color: Persian Blue. HEX triplet: 20, 16 and B8. RGB value is (32,22,184). Sum of RGB (Red+Green+Blue) = 32+22+184=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 184 (72.27% from 255 or 77.31% from 238); Max value from RGB is 184 - color contains mainly: blue. Hex color #2016B8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016B8 is #DFE947. Grayscale: #2A2A2A. Windows color (decimal): -14674248 or 12064288. OLE color: 12064288.
HSL color Cylindrical-coordinate representation of color #2016B8: hue angle of 243.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2016B8 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 22 | 184 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.28 |
| HSL | 243.7º | 0.79% | 0.4% | - |
| HSV(B) | 243.7º | 0.88% | 0.72% | - |
| XYZ | 9.53 | 4.34 | 45.68 | - |
| YUV | 43.46 | 207.31 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 22 | 184 | 0.83 | 0.88 | 0 | 0.28 | 243.7 | 0.79 | 0.4 |
| Hex | 20 | 16 | B8 | 53 | 58 | 0 | 1C | F4 | 4F | 28 |
| Octal | 40 | 26 | 270 | 123 | 130 | 0 | 34 | 364 | 117 | 50 |
| Binary | 100000 | 10110 | 10111000 | 1010011 | 1011000 | 0 | 11100 | 11110100 | 1001111 | 101000 |
Color Harmonies of #2016B8
Complementary color
Monochromatic Colors of #2016B8
Black with #2016B8
Text Example
Text Example
White with #2016B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2016B8; }
p { color: rgb(32,22,184); }
H1.HeaderClassName
{
color: #2016B8;
}
.AnyTagClassName
{
color: #2016B8;
}
</style>
background-color css
<style>
a { background-color: #2016B8; }
a { background-color: rgb(32,22,184); }
div.DivClassName
{
background-color: #2016B8;
}
.BgClassName
{
background-color: #2016B8;
}
</style>
border-color css
<style>
span { border-color: #2016B8; }
span { border-color: rgb(32,22,184); }
td.TdClassName
{
border-color: #2016B8;
}
.TagClassName
{
border-color: #2016B8;
}
</style>