Shades of Persian Blue #172BD9
Tints of Persian Blue #172BD9
RGB
CMYK
RGB Variations
Color information
#172BD9 (or 0x172BD9) is known color: Persian Blue. HEX triplet: 17, 2B and D9. RGB value is (23,43,217). Sum of RGB (Red+Green+Blue) = 23+43+217=283 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.13% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 217 (85.16% from 255 or 76.68% from 283); Max value from RGB is 217 - color contains mainly: blue. Hex color #172BD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BD9 is #E8D426. Grayscale: #383838. Windows color (decimal): -15258663 or 14232343. OLE color: 14232343.
HSL color Cylindrical-coordinate representation of color #172BD9: hue angle of 233.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172BD9 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 23 | 43 | 217 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.15 |
| HSL | 233.81º | 0.81% | 0.47% | - |
| HSV(B) | 233.81º | 0.89% | 0.85% | - |
| XYZ | 13.74 | 6.92 | 66.26 | - |
| YUV | 56.86 | 218.37 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 217 | 0.89 | 0.80 | 0 | 0.15 | 233.81 | 0.81 | 0.47 |
| Hex | 17 | 2B | D9 | 59 | 50 | 0 | F | EA | 51 | 2F |
| Octal | 27 | 53 | 331 | 131 | 120 | 0 | 17 | 352 | 121 | 57 |
| Binary | 10111 | 101011 | 11011001 | 1011001 | 1010000 | 0 | 1111 | 11101010 | 1010001 | 101111 |
Color Harmonies of #172BD9
Complementary color
Monochromatic Colors of #172BD9
Black with #172BD9
Text Example
Text Example
White with #172BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BD9; }
p { color: rgb(23,43,217); }
H1.HeaderClassName
{
color: #172BD9;
}
.AnyTagClassName
{
color: #172BD9;
}
</style>
background-color css
<style>
a { background-color: #172BD9; }
a { background-color: rgb(23,43,217); }
div.DivClassName
{
background-color: #172BD9;
}
.BgClassName
{
background-color: #172BD9;
}
</style>
border-color css
<style>
span { border-color: #172BD9; }
span { border-color: rgb(23,43,217); }
td.TdClassName
{
border-color: #172BD9;
}
.TagClassName
{
border-color: #172BD9;
}
</style>