Shades of Persian Blue #1221BA
Tints of Persian Blue #1221BA
RGB
CMYK
RGB Variations
Color information
#1221BA (or 0x1221BA) is known color: Persian Blue. HEX triplet: 12, 21 and BA. RGB value is (18,33,186). Sum of RGB (Red+Green+Blue) = 18+33+186=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 186 (73.05% from 255 or 78.48% from 237); Max value from RGB is 186 - color contains mainly: blue. Hex color #1221BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1221BA is #EDDE45. Grayscale: #2D2D2D. Windows color (decimal): -15588934 or 12198162. OLE color: 12198162.
HSL color Cylindrical-coordinate representation of color #1221BA: hue angle of 234.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1221BA is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 33 | 186 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.27 |
| HSL | 234.64º | 0.82% | 0.4% | - |
| HSV(B) | 234.64º | 0.9% | 0.73% | - |
| XYZ | 9.66 | 4.76 | 46.86 | - |
| YUV | 45.96 | 207.03 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 186 | 0.90 | 0.82 | 0 | 0.27 | 234.64 | 0.82 | 0.4 |
| Hex | 12 | 21 | BA | 5A | 52 | 0 | 1B | EB | 52 | 28 |
| Octal | 22 | 41 | 272 | 132 | 122 | 0 | 33 | 353 | 122 | 50 |
| Binary | 10010 | 100001 | 10111010 | 1011010 | 1010010 | 0 | 11011 | 11101011 | 1010010 | 101000 |
Color Harmonies of #1221BA
Complementary color
Monochromatic Colors of #1221BA
Black with #1221BA
Text Example
Text Example
White with #1221BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1221BA; }
p { color: rgb(18,33,186); }
H1.HeaderClassName
{
color: #1221BA;
}
.AnyTagClassName
{
color: #1221BA;
}
</style>
background-color css
<style>
a { background-color: #1221BA; }
a { background-color: rgb(18,33,186); }
div.DivClassName
{
background-color: #1221BA;
}
.BgClassName
{
background-color: #1221BA;
}
</style>
border-color css
<style>
span { border-color: #1221BA; }
span { border-color: rgb(18,33,186); }
td.TdClassName
{
border-color: #1221BA;
}
.TagClassName
{
border-color: #1221BA;
}
</style>