Shades of Persian Blue #1723BD
Tints of Persian Blue #1723BD
RGB
CMYK
RGB Variations
Color information
#1723BD (or 0x1723BD) is known color: Persian Blue. HEX triplet: 17, 23 and BD. RGB value is (23,35,189). Sum of RGB (Red+Green+Blue) = 23+35+189=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 189 (74.22% from 255 or 76.52% from 247); Max value from RGB is 189 - color contains mainly: blue. Hex color #1723BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1723BD is #E8DC42. Grayscale: #303030. Windows color (decimal): -15260739 or 12395287. OLE color: 12395287.
HSL color Cylindrical-coordinate representation of color #1723BD: hue angle of 235.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1723BD is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 35 | 189 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.26 |
| HSL | 235.66º | 0.78% | 0.42% | - |
| HSV(B) | 235.66º | 0.88% | 0.74% | - |
| XYZ | 10.14 | 5.06 | 48.59 | - |
| YUV | 48.97 | 207.02 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 35 | 189 | 0.88 | 0.81 | 0 | 0.26 | 235.66 | 0.78 | 0.42 |
| Hex | 17 | 23 | BD | 58 | 51 | 0 | 1A | EC | 4E | 2A |
| Octal | 27 | 43 | 275 | 130 | 121 | 0 | 32 | 354 | 116 | 52 |
| Binary | 10111 | 100011 | 10111101 | 1011000 | 1010001 | 0 | 11010 | 11101100 | 1001110 | 101010 |
Color Harmonies of #1723BD
Complementary color
Monochromatic Colors of #1723BD
Black with #1723BD
Text Example
Text Example
White with #1723BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1723BD; }
p { color: rgb(23,35,189); }
H1.HeaderClassName
{
color: #1723BD;
}
.AnyTagClassName
{
color: #1723BD;
}
</style>
background-color css
<style>
a { background-color: #1723BD; }
a { background-color: rgb(23,35,189); }
div.DivClassName
{
background-color: #1723BD;
}
.BgClassName
{
background-color: #1723BD;
}
</style>
border-color css
<style>
span { border-color: #1723BD; }
span { border-color: rgb(23,35,189); }
td.TdClassName
{
border-color: #1723BD;
}
.TagClassName
{
border-color: #1723BD;
}
</style>