Shades of Persian Blue #2119BA
Tints of Persian Blue #2119BA
RGB
CMYK
RGB Variations
Color information
#2119BA (or 0x2119BA) is known color: Persian Blue. HEX triplet: 21, 19 and BA. RGB value is (33,25,186). Sum of RGB (Red+Green+Blue) = 33+25+186=244 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.52% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 186 (73.05% from 255 or 76.23% from 244); Max value from RGB is 186 - color contains mainly: blue. Hex color #2119BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119BA is #DEE645. Grayscale: #2D2D2D. Windows color (decimal): -14607942 or 12196129. OLE color: 12196129.
HSL color Cylindrical-coordinate representation of color #2119BA: hue angle of 242.98º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2119BA is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 25 | 186 | - |
| CMYK | 0.82 | 0.87 | 0 | 0.27 |
| HSL | 242.98º | 0.76% | 0.41% | - |
| HSV(B) | 242.98º | 0.87% | 0.73% | - |
| XYZ | 9.84 | 4.56 | 46.82 | - |
| YUV | 45.75 | 207.15 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 186 | 0.82 | 0.87 | 0 | 0.27 | 242.98 | 0.76 | 0.41 |
| Hex | 21 | 19 | BA | 52 | 57 | 0 | 1B | F3 | 4C | 29 |
| Octal | 41 | 31 | 272 | 122 | 127 | 0 | 33 | 363 | 114 | 51 |
| Binary | 100001 | 11001 | 10111010 | 1010010 | 1010111 | 0 | 11011 | 11110011 | 1001100 | 101001 |
Color Harmonies of #2119BA
Complementary color
Monochromatic Colors of #2119BA
Black with #2119BA
Text Example
Text Example
White with #2119BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2119BA; }
p { color: rgb(33,25,186); }
H1.HeaderClassName
{
color: #2119BA;
}
.AnyTagClassName
{
color: #2119BA;
}
</style>
background-color css
<style>
a { background-color: #2119BA; }
a { background-color: rgb(33,25,186); }
div.DivClassName
{
background-color: #2119BA;
}
.BgClassName
{
background-color: #2119BA;
}
</style>
border-color css
<style>
span { border-color: #2119BA; }
span { border-color: rgb(33,25,186); }
td.TdClassName
{
border-color: #2119BA;
}
.TagClassName
{
border-color: #2119BA;
}
</style>