Shades of Persian Blue #1725DB
Tints of Persian Blue #1725DB
RGB
CMYK
RGB Variations
Color information
#1725DB (or 0x1725DB) is known color: Persian Blue. HEX triplet: 17, 25 and DB. RGB value is (23,37,219). Sum of RGB (Red+Green+Blue) = 23+37+219=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #1725DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725DB is #E8DA24. Grayscale: #343434. Windows color (decimal): -15260197 or 14361879. OLE color: 14361879.
HSL color Cylindrical-coordinate representation of color #1725DB: hue angle of 235.71º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1725DB is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 37 | 219 | - |
| CMYK | 0.89 | 0.83 | 0 | 0.14 |
| HSL | 235.71º | 0.81% | 0.47% | - |
| HSV(B) | 235.71º | 0.89% | 0.86% | - |
| XYZ | 13.8 | 6.62 | 67.57 | - |
| YUV | 53.56 | 221.36 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 219 | 0.89 | 0.83 | 0 | 0.14 | 235.71 | 0.81 | 0.47 |
| Hex | 17 | 25 | DB | 59 | 53 | 0 | E | EC | 51 | 2F |
| Octal | 27 | 45 | 333 | 131 | 123 | 0 | 16 | 354 | 121 | 57 |
| Binary | 10111 | 100101 | 11011011 | 1011001 | 1010011 | 0 | 1110 | 11101100 | 1010001 | 101111 |
Color Harmonies of #1725DB
Complementary color
Monochromatic Colors of #1725DB
Black with #1725DB
Text Example
Text Example
White with #1725DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1725DB; }
p { color: rgb(23,37,219); }
H1.HeaderClassName
{
color: #1725DB;
}
.AnyTagClassName
{
color: #1725DB;
}
</style>
background-color css
<style>
a { background-color: #1725DB; }
a { background-color: rgb(23,37,219); }
div.DivClassName
{
background-color: #1725DB;
}
.BgClassName
{
background-color: #1725DB;
}
</style>
border-color css
<style>
span { border-color: #1725DB; }
span { border-color: rgb(23,37,219); }
td.TdClassName
{
border-color: #1725DB;
}
.TagClassName
{
border-color: #1725DB;
}
</style>