Shades of Persian Blue #1921DE
Tints of Persian Blue #1921DE
RGB
CMYK
RGB Variations
Color information
#1921DE (or 0x1921DE) is known color: Persian Blue. HEX triplet: 19, 21 and DE. RGB value is (25,33,222). Sum of RGB (Red+Green+Blue) = 25+33+222=280 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.93% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 222 (87.11% from 255 or 79.29% from 280); Max value from RGB is 222 - color contains mainly: blue. Hex color #1921DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1921DE is #E6DE21. Grayscale: #333333. Windows color (decimal): -15130146 or 14557465. OLE color: 14557465.
HSL color Cylindrical-coordinate representation of color #1921DE: hue angle of 237.56º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1921DE is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 33 | 222 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.13 |
| HSL | 237.56º | 0.8% | 0.48% | - |
| HSV(B) | 237.56º | 0.89% | 0.87% | - |
| XYZ | 14.13 | 6.57 | 69.63 | - |
| YUV | 52.15 | 223.85 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 33 | 222 | 0.89 | 0.85 | 0 | 0.13 | 237.56 | 0.8 | 0.48 |
| Hex | 19 | 21 | DE | 59 | 55 | 0 | D | EE | 50 | 30 |
| Octal | 31 | 41 | 336 | 131 | 125 | 0 | 15 | 356 | 120 | 60 |
| Binary | 11001 | 100001 | 11011110 | 1011001 | 1010101 | 0 | 1101 | 11101110 | 1010000 | 110000 |
Color Harmonies of #1921DE
Complementary color
Monochromatic Colors of #1921DE
Black with #1921DE
Text Example
Text Example
White with #1921DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1921DE; }
p { color: rgb(25,33,222); }
H1.HeaderClassName
{
color: #1921DE;
}
.AnyTagClassName
{
color: #1921DE;
}
</style>
background-color css
<style>
a { background-color: #1921DE; }
a { background-color: rgb(25,33,222); }
div.DivClassName
{
background-color: #1921DE;
}
.BgClassName
{
background-color: #1921DE;
}
</style>
border-color css
<style>
span { border-color: #1921DE; }
span { border-color: rgb(25,33,222); }
td.TdClassName
{
border-color: #1921DE;
}
.TagClassName
{
border-color: #1921DE;
}
</style>