Shades of Persian Blue #172CBF
Tints of Persian Blue #172CBF
RGB
CMYK
RGB Variations
Color information
#172CBF (or 0x172CBF) is known color: Persian Blue. HEX triplet: 17, 2C and BF. RGB value is (23,44,191). Sum of RGB (Red+Green+Blue) = 23+44+191=258 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.91% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 191 (75% from 255 or 74.03% from 258); Max value from RGB is 191 - color contains mainly: blue. Hex color #172CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CBF is #E8D340. Grayscale: #353535. Windows color (decimal): -15258433 or 12528663. OLE color: 12528663.
HSL color Cylindrical-coordinate representation of color #172CBF: hue angle of 232.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172CBF is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 44 | 191 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.25 |
| HSL | 232.5º | 0.79% | 0.42% | - |
| HSV(B) | 232.5º | 0.88% | 0.75% | - |
| XYZ | 10.66 | 5.75 | 49.84 | - |
| YUV | 54.48 | 205.04 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 191 | 0.88 | 0.77 | 0 | 0.25 | 232.5 | 0.79 | 0.42 |
| Hex | 17 | 2C | BF | 58 | 4D | 0 | 19 | E8 | 4F | 2A |
| Octal | 27 | 54 | 277 | 130 | 115 | 0 | 31 | 350 | 117 | 52 |
| Binary | 10111 | 101100 | 10111111 | 1011000 | 1001101 | 0 | 11001 | 11101000 | 1001111 | 101010 |
Color Harmonies of #172CBF
Complementary color
Monochromatic Colors of #172CBF
Black with #172CBF
Text Example
Text Example
White with #172CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CBF; }
p { color: rgb(23,44,191); }
H1.HeaderClassName
{
color: #172CBF;
}
.AnyTagClassName
{
color: #172CBF;
}
</style>
background-color css
<style>
a { background-color: #172CBF; }
a { background-color: rgb(23,44,191); }
div.DivClassName
{
background-color: #172CBF;
}
.BgClassName
{
background-color: #172CBF;
}
</style>
border-color css
<style>
span { border-color: #172CBF; }
span { border-color: rgb(23,44,191); }
td.TdClassName
{
border-color: #172CBF;
}
.TagClassName
{
border-color: #172CBF;
}
</style>