Shades of Persian Blue #201AB8
Tints of Persian Blue #201AB8
RGB
CMYK
RGB Variations
Color information
#201AB8 (or 0x201AB8) is known color: Persian Blue. HEX triplet: 20, 1A and B8. RGB value is (32,26,184). Sum of RGB (Red+Green+Blue) = 32+26+184=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 184 (72.27% from 255 or 76.03% from 242); Max value from RGB is 184 - color contains mainly: blue. Hex color #201AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201AB8 is #DFE547. Grayscale: #2D2D2D. Windows color (decimal): -14673224 or 12065312. OLE color: 12065312.
HSL color Cylindrical-coordinate representation of color #201AB8: hue angle of 242.28º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201AB8 is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 26 | 184 | - |
| CMYK | 0.83 | 0.86 | 0 | 0.28 |
| HSL | 242.28º | 0.75% | 0.41% | - |
| HSV(B) | 242.28º | 0.86% | 0.72% | - |
| XYZ | 9.62 | 4.51 | 45.71 | - |
| YUV | 45.81 | 205.99 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 184 | 0.83 | 0.86 | 0 | 0.28 | 242.28 | 0.75 | 0.41 |
| Hex | 20 | 1A | B8 | 53 | 56 | 0 | 1C | F2 | 4B | 29 |
| Octal | 40 | 32 | 270 | 123 | 126 | 0 | 34 | 362 | 113 | 51 |
| Binary | 100000 | 11010 | 10111000 | 1010011 | 1010110 | 0 | 11100 | 11110010 | 1001011 | 101001 |
Color Harmonies of #201AB8
Complementary color
Monochromatic Colors of #201AB8
Black with #201AB8
Text Example
Text Example
White with #201AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201AB8; }
p { color: rgb(32,26,184); }
H1.HeaderClassName
{
color: #201AB8;
}
.AnyTagClassName
{
color: #201AB8;
}
</style>
background-color css
<style>
a { background-color: #201AB8; }
a { background-color: rgb(32,26,184); }
div.DivClassName
{
background-color: #201AB8;
}
.BgClassName
{
background-color: #201AB8;
}
</style>
border-color css
<style>
span { border-color: #201AB8; }
span { border-color: rgb(32,26,184); }
td.TdClassName
{
border-color: #201AB8;
}
.TagClassName
{
border-color: #201AB8;
}
</style>