Shades of Persian Blue #1925DD
Tints of Persian Blue #1925DD
RGB
CMYK
RGB Variations
Color information
#1925DD (or 0x1925DD) is known color: Persian Blue. HEX triplet: 19, 25 and DD. RGB value is (25,37,221). Sum of RGB (Red+Green+Blue) = 25+37+221=283 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.83% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #1925DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925DD is #E6DA22. Grayscale: #353535. Windows color (decimal): -15129123 or 14492953. OLE color: 14492953.
HSL color Cylindrical-coordinate representation of color #1925DD: hue angle of 236.33º 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 #1925DD is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 37 | 221 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.13 |
| HSL | 236.33º | 0.8% | 0.48% | - |
| HSV(B) | 236.33º | 0.89% | 0.87% | - |
| XYZ | 14.11 | 6.75 | 68.97 | - |
| YUV | 54.39 | 222.02 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 221 | 0.89 | 0.83 | 0 | 0.13 | 236.33 | 0.8 | 0.48 |
| Hex | 19 | 25 | DD | 59 | 53 | 0 | D | EC | 50 | 30 |
| Octal | 31 | 45 | 335 | 131 | 123 | 0 | 15 | 354 | 120 | 60 |
| Binary | 11001 | 100101 | 11011101 | 1011001 | 1010011 | 0 | 1101 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1925DD
Complementary color
Monochromatic Colors of #1925DD
Black with #1925DD
Text Example
Text Example
White with #1925DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925DD; }
p { color: rgb(25,37,221); }
H1.HeaderClassName
{
color: #1925DD;
}
.AnyTagClassName
{
color: #1925DD;
}
</style>
background-color css
<style>
a { background-color: #1925DD; }
a { background-color: rgb(25,37,221); }
div.DivClassName
{
background-color: #1925DD;
}
.BgClassName
{
background-color: #1925DD;
}
</style>
border-color css
<style>
span { border-color: #1925DD; }
span { border-color: rgb(25,37,221); }
td.TdClassName
{
border-color: #1925DD;
}
.TagClassName
{
border-color: #1925DD;
}
</style>