Shades of Persian Blue #2123AB
Tints of Persian Blue #2123AB
RGB
CMYK
RGB Variations
Color information
#2123AB (or 0x2123AB) is known color: Persian Blue. HEX triplet: 21, 23 and AB. RGB value is (33,35,171). Sum of RGB (Red+Green+Blue) = 33+35+171=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 171 (67.19% from 255 or 71.55% from 239); Max value from RGB is 171 - color contains mainly: blue. Hex color #2123AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2123AB is #DEDC54. Grayscale: #313131. Windows color (decimal): -14605397 or 11215649. OLE color: 11215649.
HSL color Cylindrical-coordinate representation of color #2123AB: hue angle of 239.13º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2123AB is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 35 | 171 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.33 |
| HSL | 239.13º | 0.68% | 0.4% | - |
| HSV(B) | 239.13º | 0.81% | 0.67% | - |
| XYZ | 8.58 | 4.47 | 38.94 | - |
| YUV | 49.91 | 196.34 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 171 | 0.81 | 0.80 | 0 | 0.33 | 239.13 | 0.68 | 0.4 |
| Hex | 21 | 23 | AB | 51 | 50 | 0 | 21 | EF | 44 | 28 |
| Octal | 41 | 43 | 253 | 121 | 120 | 0 | 41 | 357 | 104 | 50 |
| Binary | 100001 | 100011 | 10101011 | 1010001 | 1010000 | 0 | 100001 | 11101111 | 1000100 | 101000 |
Color Harmonies of #2123AB
Complementary color
Monochromatic Colors of #2123AB
Black with #2123AB
Text Example
Text Example
White with #2123AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123AB; }
p { color: rgb(33,35,171); }
H1.HeaderClassName
{
color: #2123AB;
}
.AnyTagClassName
{
color: #2123AB;
}
</style>
background-color css
<style>
a { background-color: #2123AB; }
a { background-color: rgb(33,35,171); }
div.DivClassName
{
background-color: #2123AB;
}
.BgClassName
{
background-color: #2123AB;
}
</style>
border-color css
<style>
span { border-color: #2123AB; }
span { border-color: rgb(33,35,171); }
td.TdClassName
{
border-color: #2123AB;
}
.TagClassName
{
border-color: #2123AB;
}
</style>