Shades of Persian Blue #2119BC
Tints of Persian Blue #2119BC
RGB
CMYK
RGB Variations
Color information
#2119BC (or 0x2119BC) is known color: Persian Blue. HEX triplet: 21, 19 and BC. RGB value is (33,25,188). Sum of RGB (Red+Green+Blue) = 33+25+188=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 188 (73.83% from 255 or 76.42% from 246); Max value from RGB is 188 - color contains mainly: blue. Hex color #2119BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119BC is #DEE643. Grayscale: #2D2D2D. Windows color (decimal): -14607940 or 12327201. OLE color: 12327201.
HSL color Cylindrical-coordinate representation of color #2119BC: hue angle of 242.94º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2119BC is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 25 | 188 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.26 |
| HSL | 242.94º | 0.77% | 0.42% | - |
| HSV(B) | 242.94º | 0.87% | 0.74% | - |
| XYZ | 10.05 | 4.65 | 47.94 | - |
| YUV | 45.97 | 208.15 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 188 | 0.82 | 0.87 | 0 | 0.26 | 242.94 | 0.77 | 0.42 |
| Hex | 21 | 19 | BC | 52 | 57 | 0 | 1A | F3 | 4D | 2A |
| Octal | 41 | 31 | 274 | 122 | 127 | 0 | 32 | 363 | 115 | 52 |
| Binary | 100001 | 11001 | 10111100 | 1010010 | 1010111 | 0 | 11010 | 11110011 | 1001101 | 101010 |
Color Harmonies of #2119BC
Complementary color
Monochromatic Colors of #2119BC
Black with #2119BC
Text Example
Text Example
White with #2119BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2119BC; }
p { color: rgb(33,25,188); }
H1.HeaderClassName
{
color: #2119BC;
}
.AnyTagClassName
{
color: #2119BC;
}
</style>
background-color css
<style>
a { background-color: #2119BC; }
a { background-color: rgb(33,25,188); }
div.DivClassName
{
background-color: #2119BC;
}
.BgClassName
{
background-color: #2119BC;
}
</style>
border-color css
<style>
span { border-color: #2119BC; }
span { border-color: rgb(33,25,188); }
td.TdClassName
{
border-color: #2119BC;
}
.TagClassName
{
border-color: #2119BC;
}
</style>