Shades of Persian Blue #201BAF
Tints of Persian Blue #201BAF
RGB
CMYK
RGB Variations
Color information
#201BAF (or 0x201BAF) is known color: Persian Blue. HEX triplet: 20, 1B and AF. RGB value is (32,27,175). Sum of RGB (Red+Green+Blue) = 32+27+175=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 175 (68.75% from 255 or 74.79% from 234); Max value from RGB is 175 - color contains mainly: blue. Hex color #201BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAF is #DFE450. Grayscale: #2C2C2C. Windows color (decimal): -14672977 or 11475744. OLE color: 11475744.
HSL color Cylindrical-coordinate representation of color #201BAF: hue angle of 242.03º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201BAF is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 27 | 175 | - |
| CMYK | 0.82 | 0.85 | 0 | 0.31 |
| HSL | 242.03º | 0.73% | 0.4% | - |
| HSV(B) | 242.03º | 0.85% | 0.69% | - |
| XYZ | 8.73 | 4.19 | 40.91 | - |
| YUV | 45.37 | 201.16 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 175 | 0.82 | 0.85 | 0 | 0.31 | 242.03 | 0.73 | 0.4 |
| Hex | 20 | 1B | AF | 52 | 55 | 0 | 1F | F2 | 49 | 28 |
| Octal | 40 | 33 | 257 | 122 | 125 | 0 | 37 | 362 | 111 | 50 |
| Binary | 100000 | 11011 | 10101111 | 1010010 | 1010101 | 0 | 11111 | 11110010 | 1001001 | 101000 |
Color Harmonies of #201BAF
Complementary color
Monochromatic Colors of #201BAF
Black with #201BAF
Text Example
Text Example
White with #201BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BAF; }
p { color: rgb(32,27,175); }
H1.HeaderClassName
{
color: #201BAF;
}
.AnyTagClassName
{
color: #201BAF;
}
</style>
background-color css
<style>
a { background-color: #201BAF; }
a { background-color: rgb(32,27,175); }
div.DivClassName
{
background-color: #201BAF;
}
.BgClassName
{
background-color: #201BAF;
}
</style>
border-color css
<style>
span { border-color: #201BAF; }
span { border-color: rgb(32,27,175); }
td.TdClassName
{
border-color: #201BAF;
}
.TagClassName
{
border-color: #201BAF;
}
</style>