Shades of Persian Blue #213BA9
Tints of Persian Blue #213BA9
RGB
CMYK
RGB Variations
Color information
#213BA9 (or 0x213BA9) is known color: Persian Blue. HEX triplet: 21, 3B and A9. RGB value is (33,59,169). Sum of RGB (Red+Green+Blue) = 33+59+169=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 169 (66.41% from 255 or 64.75% from 261); Max value from RGB is 169 - color contains mainly: blue. Hex color #213BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BA9 is #DEC456. Grayscale: #3F3F3F. Windows color (decimal): -14599255 or 11090721. OLE color: 11090721.
HSL color Cylindrical-coordinate representation of color #213BA9: hue angle of 228.53º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #213BA9 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 33 | 59 | 169 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.34 |
| HSL | 228.53º | 0.67% | 0.4% | - |
| HSV(B) | 228.53º | 0.8% | 0.66% | - |
| XYZ | 9.35 | 6.32 | 38.26 | - |
| YUV | 63.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 169 | 0.80 | 0.65 | 0 | 0.34 | 228.53 | 0.67 | 0.4 |
| Hex | 21 | 3B | A9 | 50 | 41 | 0 | 22 | E5 | 43 | 28 |
| Octal | 41 | 73 | 251 | 120 | 101 | 0 | 42 | 345 | 103 | 50 |
| Binary | 100001 | 111011 | 10101001 | 1010000 | 1000001 | 0 | 100010 | 11100101 | 1000011 | 101000 |
Color Harmonies of #213BA9
Complementary color
Monochromatic Colors of #213BA9
Black with #213BA9
Text Example
Text Example
White with #213BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BA9; }
p { color: rgb(33,59,169); }
H1.HeaderClassName
{
color: #213BA9;
}
.AnyTagClassName
{
color: #213BA9;
}
</style>
background-color css
<style>
a { background-color: #213BA9; }
a { background-color: rgb(33,59,169); }
div.DivClassName
{
background-color: #213BA9;
}
.BgClassName
{
background-color: #213BA9;
}
</style>
border-color css
<style>
span { border-color: #213BA9; }
span { border-color: rgb(33,59,169); }
td.TdClassName
{
border-color: #213BA9;
}
.TagClassName
{
border-color: #213BA9;
}
</style>