Shades of Persian Blue #1221BD
Tints of Persian Blue #1221BD
RGB
CMYK
RGB Variations
Color information
#1221BD (or 0x1221BD) is known color: Persian Blue. HEX triplet: 12, 21 and BD. RGB value is (18,33,189). Sum of RGB (Red+Green+Blue) = 18+33+189=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 189 (74.22% from 255 or 78.75% from 240); Max value from RGB is 189 - color contains mainly: blue. Hex color #1221BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1221BD is #EDDE42. Grayscale: #2D2D2D. Windows color (decimal): -15588931 or 12394770. OLE color: 12394770.
HSL color Cylindrical-coordinate representation of color #1221BD: hue angle of 234.74º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1221BD is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 33 | 189 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.26 |
| HSL | 234.74º | 0.83% | 0.41% | - |
| HSV(B) | 234.74º | 0.9% | 0.74% | - |
| XYZ | 9.98 | 4.89 | 48.56 | - |
| YUV | 46.3 | 208.53 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 189 | 0.90 | 0.83 | 0 | 0.26 | 234.74 | 0.83 | 0.41 |
| Hex | 12 | 21 | BD | 5A | 53 | 0 | 1A | EB | 53 | 29 |
| Octal | 22 | 41 | 275 | 132 | 123 | 0 | 32 | 353 | 123 | 51 |
| Binary | 10010 | 100001 | 10111101 | 1011010 | 1010011 | 0 | 11010 | 11101011 | 1010011 | 101001 |
Color Harmonies of #1221BD
Complementary color
Monochromatic Colors of #1221BD
Black with #1221BD
Text Example
Text Example
White with #1221BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1221BD; }
p { color: rgb(18,33,189); }
H1.HeaderClassName
{
color: #1221BD;
}
.AnyTagClassName
{
color: #1221BD;
}
</style>
background-color css
<style>
a { background-color: #1221BD; }
a { background-color: rgb(18,33,189); }
div.DivClassName
{
background-color: #1221BD;
}
.BgClassName
{
background-color: #1221BD;
}
</style>
border-color css
<style>
span { border-color: #1221BD; }
span { border-color: rgb(18,33,189); }
td.TdClassName
{
border-color: #1221BD;
}
.TagClassName
{
border-color: #1221BD;
}
</style>