Shades of Persian Blue #2019BC
Tints of Persian Blue #2019BC
RGB
CMYK
RGB Variations
Color information
#2019BC (or 0x2019BC) is known color: Persian Blue. HEX triplet: 20, 19 and BC. RGB value is (32,25,188). Sum of RGB (Red+Green+Blue) = 32+25+188=245 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.06% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 188 (73.83% from 255 or 76.73% from 245); Max value from RGB is 188 - color contains mainly: blue. Hex color #2019BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019BC is #DFE643. Grayscale: #2D2D2D. Windows color (decimal): -14673476 or 12327200. OLE color: 12327200.
HSL color Cylindrical-coordinate representation of color #2019BC: hue angle of 242.58º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2019BC is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 25 | 188 | - |
| CMYK | 0.83 | 0.87 | 0 | 0.26 |
| HSL | 242.58º | 0.77% | 0.42% | - |
| HSV(B) | 242.58º | 0.87% | 0.74% | - |
| XYZ | 10.02 | 4.63 | 47.94 | - |
| YUV | 45.68 | 208.32 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 188 | 0.83 | 0.87 | 0 | 0.26 | 242.58 | 0.77 | 0.42 |
| Hex | 20 | 19 | BC | 53 | 57 | 0 | 1A | F3 | 4D | 2A |
| Octal | 40 | 31 | 274 | 123 | 127 | 0 | 32 | 363 | 115 | 52 |
| Binary | 100000 | 11001 | 10111100 | 1010011 | 1010111 | 0 | 11010 | 11110011 | 1001101 | 101010 |
Color Harmonies of #2019BC
Complementary color
Monochromatic Colors of #2019BC
Black with #2019BC
Text Example
Text Example
White with #2019BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019BC; }
p { color: rgb(32,25,188); }
H1.HeaderClassName
{
color: #2019BC;
}
.AnyTagClassName
{
color: #2019BC;
}
</style>
background-color css
<style>
a { background-color: #2019BC; }
a { background-color: rgb(32,25,188); }
div.DivClassName
{
background-color: #2019BC;
}
.BgClassName
{
background-color: #2019BC;
}
</style>
border-color css
<style>
span { border-color: #2019BC; }
span { border-color: rgb(32,25,188); }
td.TdClassName
{
border-color: #2019BC;
}
.TagClassName
{
border-color: #2019BC;
}
</style>