Shades of Persian Blue #201BCB
Tints of Persian Blue #201BCB
RGB
CMYK
RGB Variations
Color information
#201BCB (or 0x201BCB) is known color: Persian Blue. HEX triplet: 20, 1B and CB. RGB value is (32,27,203). Sum of RGB (Red+Green+Blue) = 32+27+203=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 203 (79.69% from 255 or 77.48% from 262); Max value from RGB is 203 - color contains mainly: blue. Hex color #201BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201BCB is #DFE434. Grayscale: #2F2F2F. Windows color (decimal): -14672949 or 13310752. OLE color: 13310752.
HSL color Cylindrical-coordinate representation of color #201BCB: hue angle of 241.7º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201BCB is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 27 | 203 | - |
| CMYK | 0.84 | 0.87 | 0 | 0.20 |
| HSL | 241.7º | 0.77% | 0.45% | - |
| HSV(B) | 241.7º | 0.87% | 0.8% | - |
| XYZ | 11.77 | 5.4 | 56.92 | - |
| YUV | 48.56 | 215.16 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 203 | 0.84 | 0.87 | 0 | 0.20 | 241.7 | 0.77 | 0.45 |
| Hex | 20 | 1B | CB | 54 | 57 | 0 | 14 | F2 | 4D | 2D |
| Octal | 40 | 33 | 313 | 124 | 127 | 0 | 24 | 362 | 115 | 55 |
| Binary | 100000 | 11011 | 11001011 | 1010100 | 1010111 | 0 | 10100 | 11110010 | 1001101 | 101101 |
Color Harmonies of #201BCB
Complementary color
Monochromatic Colors of #201BCB
Black with #201BCB
Text Example
Text Example
White with #201BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BCB; }
p { color: rgb(32,27,203); }
H1.HeaderClassName
{
color: #201BCB;
}
.AnyTagClassName
{
color: #201BCB;
}
</style>
background-color css
<style>
a { background-color: #201BCB; }
a { background-color: rgb(32,27,203); }
div.DivClassName
{
background-color: #201BCB;
}
.BgClassName
{
background-color: #201BCB;
}
</style>
border-color css
<style>
span { border-color: #201BCB; }
span { border-color: rgb(32,27,203); }
td.TdClassName
{
border-color: #201BCB;
}
.TagClassName
{
border-color: #201BCB;
}
</style>