Shades of Persian Blue #1925DC
Tints of Persian Blue #1925DC
RGB
CMYK
RGB Variations
Color information
#1925DC (or 0x1925DC) is known color: Persian Blue. HEX triplet: 19, 25 and DC. RGB value is (25,37,220). Sum of RGB (Red+Green+Blue) = 25+37+220=282 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.87% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #1925DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925DC is #E6DA23. Grayscale: #353535. Windows color (decimal): -15129124 or 14427417. OLE color: 14427417.
HSL color Cylindrical-coordinate representation of color #1925DC: hue angle of 236.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1925DC is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 25 | 37 | 220 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.14 |
| HSL | 236.31º | 0.8% | 0.48% | - |
| HSV(B) | 236.31º | 0.89% | 0.86% | - |
| XYZ | 13.98 | 6.7 | 68.27 | - |
| YUV | 54.27 | 221.52 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 220 | 0.89 | 0.83 | 0 | 0.14 | 236.31 | 0.8 | 0.48 |
| Hex | 19 | 25 | DC | 59 | 53 | 0 | E | EC | 50 | 30 |
| Octal | 31 | 45 | 334 | 131 | 123 | 0 | 16 | 354 | 120 | 60 |
| Binary | 11001 | 100101 | 11011100 | 1011001 | 1010011 | 0 | 1110 | 11101100 | 1010000 | 110000 |
Color Harmonies of #1925DC
Complementary color
Monochromatic Colors of #1925DC
Black with #1925DC
Text Example
Text Example
White with #1925DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925DC; }
p { color: rgb(25,37,220); }
H1.HeaderClassName
{
color: #1925DC;
}
.AnyTagClassName
{
color: #1925DC;
}
</style>
background-color css
<style>
a { background-color: #1925DC; }
a { background-color: rgb(25,37,220); }
div.DivClassName
{
background-color: #1925DC;
}
.BgClassName
{
background-color: #1925DC;
}
</style>
border-color css
<style>
span { border-color: #1925DC; }
span { border-color: rgb(25,37,220); }
td.TdClassName
{
border-color: #1925DC;
}
.TagClassName
{
border-color: #1925DC;
}
</style>