Shades of Persian Blue #1724BB
Tints of Persian Blue #1724BB
RGB
CMYK
RGB Variations
Color information
#1724BB (or 0x1724BB) is known color: Persian Blue. HEX triplet: 17, 24 and BB. RGB value is (23,36,187). Sum of RGB (Red+Green+Blue) = 23+36+187=246 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.35% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #1724BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1724BB is #E8DB44. Grayscale: #303030. Windows color (decimal): -15260485 or 12264471. OLE color: 12264471.
HSL color Cylindrical-coordinate representation of color #1724BB: hue angle of 235.24º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1724BB is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 36 | 187 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.27 |
| HSL | 235.24º | 0.78% | 0.41% | - |
| HSV(B) | 235.24º | 0.88% | 0.73% | - |
| XYZ | 9.95 | 5.03 | 47.46 | - |
| YUV | 49.33 | 205.69 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 36 | 187 | 0.88 | 0.81 | 0 | 0.27 | 235.24 | 0.78 | 0.41 |
| Hex | 17 | 24 | BB | 58 | 51 | 0 | 1B | EB | 4E | 29 |
| Octal | 27 | 44 | 273 | 130 | 121 | 0 | 33 | 353 | 116 | 51 |
| Binary | 10111 | 100100 | 10111011 | 1011000 | 1010001 | 0 | 11011 | 11101011 | 1001110 | 101001 |
Color Harmonies of #1724BB
Complementary color
Monochromatic Colors of #1724BB
Black with #1724BB
Text Example
Text Example
White with #1724BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1724BB; }
p { color: rgb(23,36,187); }
H1.HeaderClassName
{
color: #1724BB;
}
.AnyTagClassName
{
color: #1724BB;
}
</style>
background-color css
<style>
a { background-color: #1724BB; }
a { background-color: rgb(23,36,187); }
div.DivClassName
{
background-color: #1724BB;
}
.BgClassName
{
background-color: #1724BB;
}
</style>
border-color css
<style>
span { border-color: #1724BB; }
span { border-color: rgb(23,36,187); }
td.TdClassName
{
border-color: #1724BB;
}
.TagClassName
{
border-color: #1724BB;
}
</style>