Shades of Persian Blue #172BD6
Tints of Persian Blue #172BD6
RGB
CMYK
RGB Variations
Color information
#172BD6 (or 0x172BD6) is known color: Persian Blue. HEX triplet: 17, 2B and D6. RGB value is (23,43,214). Sum of RGB (Red+Green+Blue) = 23+43+214=280 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.21% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 214 (83.98% from 255 or 76.43% from 280); Max value from RGB is 214 - color contains mainly: blue. Hex color #172BD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BD6 is #E8D429. Grayscale: #373737. Windows color (decimal): -15258666 or 14035735. OLE color: 14035735.
HSL color Cylindrical-coordinate representation of color #172BD6: hue angle of 233.72º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172BD6 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 43 | 214 | - |
| CMYK | 0.89 | 0.80 | 0 | 0.16 |
| HSL | 233.72º | 0.81% | 0.46% | - |
| HSV(B) | 233.72º | 0.89% | 0.84% | - |
| XYZ | 13.35 | 6.76 | 64.22 | - |
| YUV | 56.51 | 216.87 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 214 | 0.89 | 0.80 | 0 | 0.16 | 233.72 | 0.81 | 0.46 |
| Hex | 17 | 2B | D6 | 59 | 50 | 0 | 10 | EA | 51 | 2E |
| Octal | 27 | 53 | 326 | 131 | 120 | 0 | 20 | 352 | 121 | 56 |
| Binary | 10111 | 101011 | 11010110 | 1011001 | 1010000 | 0 | 10000 | 11101010 | 1010001 | 101110 |
Color Harmonies of #172BD6
Complementary color
Monochromatic Colors of #172BD6
Black with #172BD6
Text Example
Text Example
White with #172BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BD6; }
p { color: rgb(23,43,214); }
H1.HeaderClassName
{
color: #172BD6;
}
.AnyTagClassName
{
color: #172BD6;
}
</style>
background-color css
<style>
a { background-color: #172BD6; }
a { background-color: rgb(23,43,214); }
div.DivClassName
{
background-color: #172BD6;
}
.BgClassName
{
background-color: #172BD6;
}
</style>
border-color css
<style>
span { border-color: #172BD6; }
span { border-color: rgb(23,43,214); }
td.TdClassName
{
border-color: #172BD6;
}
.TagClassName
{
border-color: #172BD6;
}
</style>