Shades of Persian Blue #201FBC
Tints of Persian Blue #201FBC
RGB
CMYK
RGB Variations
Color information
#201FBC (or 0x201FBC) is known color: Persian Blue. HEX triplet: 20, 1F and BC. RGB value is (32,31,188). Sum of RGB (Red+Green+Blue) = 32+31+188=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 188 (73.83% from 255 or 74.90% from 251); Max value from RGB is 188 - color contains mainly: blue. Hex color #201FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201FBC is #DFE043. Grayscale: #303030. Windows color (decimal): -14671940 or 12328736. OLE color: 12328736.
HSL color Cylindrical-coordinate representation of color #201FBC: hue angle of 240.38º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201FBC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 31 | 188 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.26 |
| HSL | 240.38º | 0.72% | 0.43% | - |
| HSV(B) | 240.38º | 0.84% | 0.74% | - |
| XYZ | 10.16 | 4.92 | 47.99 | - |
| YUV | 49.2 | 206.33 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 31 | 188 | 0.83 | 0.84 | 0 | 0.26 | 240.38 | 0.72 | 0.43 |
| Hex | 20 | 1F | BC | 53 | 54 | 0 | 1A | F0 | 48 | 2B |
| Octal | 40 | 37 | 274 | 123 | 124 | 0 | 32 | 360 | 110 | 53 |
| Binary | 100000 | 11111 | 10111100 | 1010011 | 1010100 | 0 | 11010 | 11110000 | 1001000 | 101011 |
Color Harmonies of #201FBC
Complementary color
Monochromatic Colors of #201FBC
Black with #201FBC
Text Example
Text Example
White with #201FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201FBC; }
p { color: rgb(32,31,188); }
H1.HeaderClassName
{
color: #201FBC;
}
.AnyTagClassName
{
color: #201FBC;
}
</style>
background-color css
<style>
a { background-color: #201FBC; }
a { background-color: rgb(32,31,188); }
div.DivClassName
{
background-color: #201FBC;
}
.BgClassName
{
background-color: #201FBC;
}
</style>
border-color css
<style>
span { border-color: #201FBC; }
span { border-color: rgb(32,31,188); }
td.TdClassName
{
border-color: #201FBC;
}
.TagClassName
{
border-color: #201FBC;
}
</style>