Shades of Persian Blue #1921BA
Tints of Persian Blue #1921BA
RGB
CMYK
RGB Variations
Color information
#1921BA (or 0x1921BA) is known color: Persian Blue. HEX triplet: 19, 21 and BA. RGB value is (25,33,186). Sum of RGB (Red+Green+Blue) = 25+33+186=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 33 (13.28% from 255 or 13.52% 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 #1921BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921BA is #E6DE45. Grayscale: #2F2F2F. Windows color (decimal): -15130182 or 12198169. OLE color: 12198169.
HSL color Cylindrical-coordinate representation of color #1921BA: hue angle of 237.02º 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 #1921BA is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 25 | 33 | 186 | - |
| CMYK | 0.87 | 0.82 | 0 | 0.27 |
| HSL | 237.02º | 0.76% | 0.41% | - |
| HSV(B) | 237.02º | 0.87% | 0.73% | - |
| XYZ | 9.81 | 4.84 | 46.87 | - |
| YUV | 48.05 | 205.85 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 186 | 0.87 | 0.82 | 0 | 0.27 | 237.02 | 0.76 | 0.41 |
| Hex | 19 | 21 | BA | 57 | 52 | 0 | 1B | ED | 4C | 29 |
| Octal | 31 | 41 | 272 | 127 | 122 | 0 | 33 | 355 | 114 | 51 |
| Binary | 11001 | 100001 | 10111010 | 1010111 | 1010010 | 0 | 11011 | 11101101 | 1001100 | 101001 |
Color Harmonies of #1921BA
Complementary color
Monochromatic Colors of #1921BA
Black with #1921BA
Text Example
Text Example
White with #1921BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921BA; }
p { color: rgb(25,33,186); }
H1.HeaderClassName
{
color: #1921BA;
}
.AnyTagClassName
{
color: #1921BA;
}
</style>
background-color css
<style>
a { background-color: #1921BA; }
a { background-color: rgb(25,33,186); }
div.DivClassName
{
background-color: #1921BA;
}
.BgClassName
{
background-color: #1921BA;
}
</style>
border-color css
<style>
span { border-color: #1921BA; }
span { border-color: rgb(25,33,186); }
td.TdClassName
{
border-color: #1921BA;
}
.TagClassName
{
border-color: #1921BA;
}
</style>