Shades of Persian Blue #2119C9
Tints of Persian Blue #2119C9
RGB
CMYK
RGB Variations
Color information
#2119C9 (or 0x2119C9) is known color: Persian Blue. HEX triplet: 21, 19 and C9. RGB value is (33,25,201). Sum of RGB (Red+Green+Blue) = 33+25+201=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 201 (78.91% from 255 or 77.61% from 259); Max value from RGB is 201 - color contains mainly: blue. Hex color #2119C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119C9 is #DEE636. Grayscale: #2E2E2E. Windows color (decimal): -14607927 or 13179169. OLE color: 13179169.
HSL color Cylindrical-coordinate representation of color #2119C9: hue angle of 242.73º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2119C9 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 25 | 201 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.21 |
| HSL | 242.73º | 0.78% | 0.44% | - |
| HSV(B) | 242.73º | 0.88% | 0.79% | - |
| XYZ | 11.52 | 5.24 | 55.66 | - |
| YUV | 47.46 | 214.65 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 201 | 0.84 | 0.88 | 0 | 0.21 | 242.73 | 0.78 | 0.44 |
| Hex | 21 | 19 | C9 | 54 | 58 | 0 | 15 | F3 | 4E | 2C |
| Octal | 41 | 31 | 311 | 124 | 130 | 0 | 25 | 363 | 116 | 54 |
| Binary | 100001 | 11001 | 11001001 | 1010100 | 1011000 | 0 | 10101 | 11110011 | 1001110 | 101100 |
Color Harmonies of #2119C9
Complementary color
Monochromatic Colors of #2119C9
Black with #2119C9
Text Example
Text Example
White with #2119C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2119C9; }
p { color: rgb(33,25,201); }
H1.HeaderClassName
{
color: #2119C9;
}
.AnyTagClassName
{
color: #2119C9;
}
</style>
background-color css
<style>
a { background-color: #2119C9; }
a { background-color: rgb(33,25,201); }
div.DivClassName
{
background-color: #2119C9;
}
.BgClassName
{
background-color: #2119C9;
}
</style>
border-color css
<style>
span { border-color: #2119C9; }
span { border-color: rgb(33,25,201); }
td.TdClassName
{
border-color: #2119C9;
}
.TagClassName
{
border-color: #2119C9;
}
</style>