Shades of Persian Blue #1021BA
Tints of Persian Blue #1021BA
RGB
CMYK
RGB Variations
Color information
#1021BA (or 0x1021BA) is known color: Persian Blue. HEX triplet: 10, 21 and BA. RGB value is (16,33,186). Sum of RGB (Red+Green+Blue) = 16+33+186=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 186 (73.05% from 255 or 79.15% from 235); Max value from RGB is 186 - color contains mainly: blue. Hex color #1021BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1021BA is #EFDE45. Grayscale: #2C2C2C. Windows color (decimal): -15720006 or 12198160. OLE color: 12198160.
HSL color Cylindrical-coordinate representation of color #1021BA: hue angle of 234º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1021BA is Cyan = 0.91, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 33 | 186 | - |
| CMYK | 0.91 | 0.82 | 0 | 0.27 |
| HSL | 234º | 0.84% | 0.4% | - |
| HSV(B) | 234º | 0.91% | 0.73% | - |
| XYZ | 9.62 | 4.74 | 46.86 | - |
| YUV | 45.36 | 207.37 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 186 | 0.91 | 0.82 | 0 | 0.27 | 234 | 0.84 | 0.4 |
| Hex | 10 | 21 | BA | 5B | 52 | 0 | 1B | EA | 54 | 28 |
| Octal | 20 | 41 | 272 | 133 | 122 | 0 | 33 | 352 | 124 | 50 |
| Binary | 10000 | 100001 | 10111010 | 1011011 | 1010010 | 0 | 11011 | 11101010 | 1010100 | 101000 |
Color Harmonies of #1021BA
Complementary color
Monochromatic Colors of #1021BA
Black with #1021BA
Text Example
Text Example
White with #1021BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1021BA; }
p { color: rgb(16,33,186); }
H1.HeaderClassName
{
color: #1021BA;
}
.AnyTagClassName
{
color: #1021BA;
}
</style>
background-color css
<style>
a { background-color: #1021BA; }
a { background-color: rgb(16,33,186); }
div.DivClassName
{
background-color: #1021BA;
}
.BgClassName
{
background-color: #1021BA;
}
</style>
border-color css
<style>
span { border-color: #1021BA; }
span { border-color: rgb(16,33,186); }
td.TdClassName
{
border-color: #1021BA;
}
.TagClassName
{
border-color: #1021BA;
}
</style>