Shades of Persian Blue #2019CB
Tints of Persian Blue #2019CB
RGB
CMYK
RGB Variations
Color information
#2019CB (or 0x2019CB) is known color: Persian Blue. HEX triplet: 20, 19 and CB. RGB value is (32,25,203). Sum of RGB (Red+Green+Blue) = 32+25+203=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 203 (79.69% from 255 or 78.08% from 260); Max value from RGB is 203 - color contains mainly: blue. Hex color #2019CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2019CB is #DFE634. Grayscale: #2E2E2E. Windows color (decimal): -14673461 or 13310240. OLE color: 13310240.
HSL color Cylindrical-coordinate representation of color #2019CB: hue angle of 242.36º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2019CB is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 25 | 203 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.20 |
| HSL | 242.36º | 0.78% | 0.45% | - |
| HSV(B) | 242.36º | 0.88% | 0.8% | - |
| XYZ | 11.72 | 5.31 | 56.91 | - |
| YUV | 47.39 | 215.82 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 25 | 203 | 0.84 | 0.88 | 0 | 0.20 | 242.36 | 0.78 | 0.45 |
| Hex | 20 | 19 | CB | 54 | 58 | 0 | 14 | F2 | 4E | 2D |
| Octal | 40 | 31 | 313 | 124 | 130 | 0 | 24 | 362 | 116 | 55 |
| Binary | 100000 | 11001 | 11001011 | 1010100 | 1011000 | 0 | 10100 | 11110010 | 1001110 | 101101 |
Color Harmonies of #2019CB
Complementary color
Monochromatic Colors of #2019CB
Black with #2019CB
Text Example
Text Example
White with #2019CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2019CB; }
p { color: rgb(32,25,203); }
H1.HeaderClassName
{
color: #2019CB;
}
.AnyTagClassName
{
color: #2019CB;
}
</style>
background-color css
<style>
a { background-color: #2019CB; }
a { background-color: rgb(32,25,203); }
div.DivClassName
{
background-color: #2019CB;
}
.BgClassName
{
background-color: #2019CB;
}
</style>
border-color css
<style>
span { border-color: #2019CB; }
span { border-color: rgb(32,25,203); }
td.TdClassName
{
border-color: #2019CB;
}
.TagClassName
{
border-color: #2019CB;
}
</style>