Shades of Persian Blue #1725BE
Tints of Persian Blue #1725BE
RGB
CMYK
RGB Variations
Color information
#1725BE (or 0x1725BE) is known color: Persian Blue. HEX triplet: 17, 25 and BE. RGB value is (23,37,190). Sum of RGB (Red+Green+Blue) = 23+37+190=250 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.2% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #1725BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1725BE is #E8DA41. Grayscale: #313131. Windows color (decimal): -15260226 or 12461335. OLE color: 12461335.
HSL color Cylindrical-coordinate representation of color #1725BE: hue angle of 234.97º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1725BE is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 37 | 190 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.25 |
| HSL | 234.97º | 0.78% | 0.42% | - |
| HSV(B) | 234.97º | 0.88% | 0.75% | - |
| XYZ | 10.31 | 5.22 | 49.18 | - |
| YUV | 50.26 | 206.86 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 190 | 0.88 | 0.81 | 0 | 0.25 | 234.97 | 0.78 | 0.42 |
| Hex | 17 | 25 | BE | 58 | 51 | 0 | 19 | EB | 4E | 2A |
| Octal | 27 | 45 | 276 | 130 | 121 | 0 | 31 | 353 | 116 | 52 |
| Binary | 10111 | 100101 | 10111110 | 1011000 | 1010001 | 0 | 11001 | 11101011 | 1001110 | 101010 |
Color Harmonies of #1725BE
Complementary color
Monochromatic Colors of #1725BE
Black with #1725BE
Text Example
Text Example
White with #1725BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1725BE; }
p { color: rgb(23,37,190); }
H1.HeaderClassName
{
color: #1725BE;
}
.AnyTagClassName
{
color: #1725BE;
}
</style>
background-color css
<style>
a { background-color: #1725BE; }
a { background-color: rgb(23,37,190); }
div.DivClassName
{
background-color: #1725BE;
}
.BgClassName
{
background-color: #1725BE;
}
</style>
border-color css
<style>
span { border-color: #1725BE; }
span { border-color: rgb(23,37,190); }
td.TdClassName
{
border-color: #1725BE;
}
.TagClassName
{
border-color: #1725BE;
}
</style>