Shades of Persian Blue #172BD0
Tints of Persian Blue #172BD0
RGB
CMYK
RGB Variations
Color information
#172BD0 (or 0x172BD0) is known color: Persian Blue. HEX triplet: 17, 2B and D0. RGB value is (23,43,208). Sum of RGB (Red+Green+Blue) = 23+43+208=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 208 (81.64% from 255 or 75.91% from 274); Max value from RGB is 208 - color contains mainly: blue. Hex color #172BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BD0 is #E8D42F. Grayscale: #373737. Windows color (decimal): -15258672 or 13642519. OLE color: 13642519.
HSL color Cylindrical-coordinate representation of color #172BD0: hue angle of 233.51º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172BD0 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 43 | 208 | - |
| CMYK | 0.89 | 0.79 | 0 | 0.18 |
| HSL | 233.51º | 0.8% | 0.45% | - |
| HSV(B) | 233.51º | 0.89% | 0.82% | - |
| XYZ | 12.6 | 6.46 | 60.26 | - |
| YUV | 55.83 | 213.87 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 208 | 0.89 | 0.79 | 0 | 0.18 | 233.51 | 0.8 | 0.45 |
| Hex | 17 | 2B | D0 | 59 | 4F | 0 | 12 | EA | 50 | 2D |
| Octal | 27 | 53 | 320 | 131 | 117 | 0 | 22 | 352 | 120 | 55 |
| Binary | 10111 | 101011 | 11010000 | 1011001 | 1001111 | 0 | 10010 | 11101010 | 1010000 | 101101 |
Color Harmonies of #172BD0
Complementary color
Monochromatic Colors of #172BD0
Black with #172BD0
Text Example
Text Example
White with #172BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BD0; }
p { color: rgb(23,43,208); }
H1.HeaderClassName
{
color: #172BD0;
}
.AnyTagClassName
{
color: #172BD0;
}
</style>
background-color css
<style>
a { background-color: #172BD0; }
a { background-color: rgb(23,43,208); }
div.DivClassName
{
background-color: #172BD0;
}
.BgClassName
{
background-color: #172BD0;
}
</style>
border-color css
<style>
span { border-color: #172BD0; }
span { border-color: rgb(23,43,208); }
td.TdClassName
{
border-color: #172BD0;
}
.TagClassName
{
border-color: #172BD0;
}
</style>