Shades of Persian Blue #201BAE
Tints of Persian Blue #201BAE
RGB
CMYK
RGB Variations
Color information
#201BAE (or 0x201BAE) is known color: Persian Blue. HEX triplet: 20, 1B and AE. RGB value is (32,27,174). Sum of RGB (Red+Green+Blue) = 32+27+174=233 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.73% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 174 (68.36% from 255 or 74.68% from 233); Max value from RGB is 174 - color contains mainly: blue. Hex color #201BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAE is #DFE451. Grayscale: #2C2C2C. Windows color (decimal): -14672978 or 11410208. OLE color: 11410208.
HSL color Cylindrical-coordinate representation of color #201BAE: hue angle of 242.04º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #201BAE is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 27 | 174 | - |
| CMYK | 0.82 | 0.84 | 0 | 0.32 |
| HSL | 242.04º | 0.73% | 0.39% | - |
| HSV(B) | 242.04º | 0.84% | 0.68% | - |
| XYZ | 8.63 | 4.15 | 40.39 | - |
| YUV | 45.25 | 200.66 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 174 | 0.82 | 0.84 | 0 | 0.32 | 242.04 | 0.73 | 0.39 |
| Hex | 20 | 1B | AE | 52 | 54 | 0 | 20 | F2 | 49 | 27 |
| Octal | 40 | 33 | 256 | 122 | 124 | 0 | 40 | 362 | 111 | 47 |
| Binary | 100000 | 11011 | 10101110 | 1010010 | 1010100 | 0 | 100000 | 11110010 | 1001001 | 100111 |
Color Harmonies of #201BAE
Complementary color
Monochromatic Colors of #201BAE
Black with #201BAE
Text Example
Text Example
White with #201BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201BAE; }
p { color: rgb(32,27,174); }
H1.HeaderClassName
{
color: #201BAE;
}
.AnyTagClassName
{
color: #201BAE;
}
</style>
background-color css
<style>
a { background-color: #201BAE; }
a { background-color: rgb(32,27,174); }
div.DivClassName
{
background-color: #201BAE;
}
.BgClassName
{
background-color: #201BAE;
}
</style>
border-color css
<style>
span { border-color: #201BAE; }
span { border-color: rgb(32,27,174); }
td.TdClassName
{
border-color: #201BAE;
}
.TagClassName
{
border-color: #201BAE;
}
</style>