Shades of Persian Blue #2123C9
Tints of Persian Blue #2123C9
RGB
CMYK
RGB Variations
Color information
#2123C9 (or 0x2123C9) is known color: Persian Blue. HEX triplet: 21, 23 and C9. RGB value is (33,35,201). Sum of RGB (Red+Green+Blue) = 33+35+201=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 201 (78.91% from 255 or 74.72% from 269); Max value from RGB is 201 - color contains mainly: blue. Hex color #2123C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123C9 is #DEDC36. Grayscale: #343434. Windows color (decimal): -14605367 or 13181729. OLE color: 13181729.
HSL color Cylindrical-coordinate representation of color #2123C9: hue angle of 239.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2123C9 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 35 | 201 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.21 |
| HSL | 239.29º | 0.72% | 0.46% | - |
| HSV(B) | 239.29º | 0.84% | 0.79% | - |
| XYZ | 11.77 | 5.74 | 55.75 | - |
| YUV | 53.33 | 211.34 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 35 | 201 | 0.84 | 0.83 | 0 | 0.21 | 239.29 | 0.72 | 0.46 |
| Hex | 21 | 23 | C9 | 54 | 53 | 0 | 15 | EF | 48 | 2E |
| Octal | 41 | 43 | 311 | 124 | 123 | 0 | 25 | 357 | 110 | 56 |
| Binary | 100001 | 100011 | 11001001 | 1010100 | 1010011 | 0 | 10101 | 11101111 | 1001000 | 101110 |
Color Harmonies of #2123C9
Complementary color
Monochromatic Colors of #2123C9
Black with #2123C9
Text Example
Text Example
White with #2123C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2123C9; }
p { color: rgb(33,35,201); }
H1.HeaderClassName
{
color: #2123C9;
}
.AnyTagClassName
{
color: #2123C9;
}
</style>
background-color css
<style>
a { background-color: #2123C9; }
a { background-color: rgb(33,35,201); }
div.DivClassName
{
background-color: #2123C9;
}
.BgClassName
{
background-color: #2123C9;
}
</style>
border-color css
<style>
span { border-color: #2123C9; }
span { border-color: rgb(33,35,201); }
td.TdClassName
{
border-color: #2123C9;
}
.TagClassName
{
border-color: #2123C9;
}
</style>