Shades of Persian Blue #1925DF
Tints of Persian Blue #1925DF
RGB
CMYK
RGB Variations
Color information
#1925DF (or 0x1925DF) is known color: Persian Blue. HEX triplet: 19, 25 and DF. RGB value is (25,37,223). Sum of RGB (Red+Green+Blue) = 25+37+223=285 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.77% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #1925DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925DF is #E6DA20. Grayscale: #353535. Windows color (decimal): -15129121 or 14624025. OLE color: 14624025.
HSL color Cylindrical-coordinate representation of color #1925DF: hue angle of 236.36º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1925DF is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 37 | 223 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.13 |
| HSL | 236.36º | 0.8% | 0.49% | - |
| HSV(B) | 236.36º | 0.89% | 0.87% | - |
| XYZ | 14.38 | 6.86 | 70.38 | - |
| YUV | 54.62 | 223.02 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 223 | 0.89 | 0.83 | 0 | 0.13 | 236.36 | 0.8 | 0.49 |
| Hex | 19 | 25 | DF | 59 | 53 | 0 | D | EC | 50 | 31 |
| Octal | 31 | 45 | 337 | 131 | 123 | 0 | 15 | 354 | 120 | 61 |
| Binary | 11001 | 100101 | 11011111 | 1011001 | 1010011 | 0 | 1101 | 11101100 | 1010000 | 110001 |
Color Harmonies of #1925DF
Complementary color
Monochromatic Colors of #1925DF
Black with #1925DF
Text Example
Text Example
White with #1925DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925DF; }
p { color: rgb(25,37,223); }
H1.HeaderClassName
{
color: #1925DF;
}
.AnyTagClassName
{
color: #1925DF;
}
</style>
background-color css
<style>
a { background-color: #1925DF; }
a { background-color: rgb(25,37,223); }
div.DivClassName
{
background-color: #1925DF;
}
.BgClassName
{
background-color: #1925DF;
}
</style>
border-color css
<style>
span { border-color: #1925DF; }
span { border-color: rgb(25,37,223); }
td.TdClassName
{
border-color: #1925DF;
}
.TagClassName
{
border-color: #1925DF;
}
</style>