Shades of Persian Blue #1925CF
Tints of Persian Blue #1925CF
RGB
CMYK
RGB Variations
Color information
#1925CF (or 0x1925CF) is known color: Persian Blue. HEX triplet: 19, 25 and CF. RGB value is (25,37,207). Sum of RGB (Red+Green+Blue) = 25+37+207=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #1925CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1925CF is #E6DA30. Grayscale: #343434. Windows color (decimal): -15129137 or 13575449. OLE color: 13575449.
HSL color Cylindrical-coordinate representation of color #1925CF: hue angle of 236.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1925CF is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 37 | 207 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.19 |
| HSL | 236.04º | 0.78% | 0.45% | - |
| HSV(B) | 236.04º | 0.88% | 0.81% | - |
| XYZ | 12.32 | 6.03 | 59.55 | - |
| YUV | 52.79 | 215.02 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 207 | 0.88 | 0.82 | 0 | 0.19 | 236.04 | 0.78 | 0.45 |
| Hex | 19 | 25 | CF | 58 | 52 | 0 | 13 | EC | 4E | 2D |
| Octal | 31 | 45 | 317 | 130 | 122 | 0 | 23 | 354 | 116 | 55 |
| Binary | 11001 | 100101 | 11001111 | 1011000 | 1010010 | 0 | 10011 | 11101100 | 1001110 | 101101 |
Color Harmonies of #1925CF
Complementary color
Monochromatic Colors of #1925CF
Black with #1925CF
Text Example
Text Example
White with #1925CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1925CF; }
p { color: rgb(25,37,207); }
H1.HeaderClassName
{
color: #1925CF;
}
.AnyTagClassName
{
color: #1925CF;
}
</style>
background-color css
<style>
a { background-color: #1925CF; }
a { background-color: rgb(25,37,207); }
div.DivClassName
{
background-color: #1925CF;
}
.BgClassName
{
background-color: #1925CF;
}
</style>
border-color css
<style>
span { border-color: #1925CF; }
span { border-color: rgb(25,37,207); }
td.TdClassName
{
border-color: #1925CF;
}
.TagClassName
{
border-color: #1925CF;
}
</style>