Shades of Persian Blue #172BC1
Tints of Persian Blue #172BC1
RGB
CMYK
RGB Variations
Color information
#172BC1 (or 0x172BC1) is known color: Persian Blue. HEX triplet: 17, 2B and C1. RGB value is (23,43,193). Sum of RGB (Red+Green+Blue) = 23+43+193=259 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.88% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 193 (75.78% from 255 or 74.52% from 259); Max value from RGB is 193 - color contains mainly: blue. Hex color #172BC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BC1 is #E8D43E. Grayscale: #353535. Windows color (decimal): -15258687 or 12659479. OLE color: 12659479.
HSL color Cylindrical-coordinate representation of color #172BC1: hue angle of 232.94º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172BC1 is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 43 | 193 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.24 |
| HSL | 232.94º | 0.79% | 0.42% | - |
| HSV(B) | 232.94º | 0.88% | 0.76% | - |
| XYZ | 10.84 | 5.76 | 50.99 | - |
| YUV | 54.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 193 | 0.88 | 0.78 | 0 | 0.24 | 232.94 | 0.79 | 0.42 |
| Hex | 17 | 2B | C1 | 58 | 4E | 0 | 18 | E9 | 4F | 2A |
| Octal | 27 | 53 | 301 | 130 | 116 | 0 | 30 | 351 | 117 | 52 |
| Binary | 10111 | 101011 | 11000001 | 1011000 | 1001110 | 0 | 11000 | 11101001 | 1001111 | 101010 |
Color Harmonies of #172BC1
Complementary color
Monochromatic Colors of #172BC1
Black with #172BC1
Text Example
Text Example
White with #172BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BC1; }
p { color: rgb(23,43,193); }
H1.HeaderClassName
{
color: #172BC1;
}
.AnyTagClassName
{
color: #172BC1;
}
</style>
background-color css
<style>
a { background-color: #172BC1; }
a { background-color: rgb(23,43,193); }
div.DivClassName
{
background-color: #172BC1;
}
.BgClassName
{
background-color: #172BC1;
}
</style>
border-color css
<style>
span { border-color: #172BC1; }
span { border-color: rgb(23,43,193); }
td.TdClassName
{
border-color: #172BC1;
}
.TagClassName
{
border-color: #172BC1;
}
</style>