Shades of Persian Blue #172FC6
Tints of Persian Blue #172FC6
RGB
CMYK
RGB Variations
Color information
#172FC6 (or 0x172FC6) is known color: Persian Blue. HEX triplet: 17, 2F and C6. RGB value is (23,47,198). Sum of RGB (Red+Green+Blue) = 23+47+198=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 198 (77.73% from 255 or 73.88% from 268); Max value from RGB is 198 - color contains mainly: blue. Hex color #172FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FC6 is #E8D039. Grayscale: #383838. Windows color (decimal): -15257658 or 12988183. OLE color: 12988183.
HSL color Cylindrical-coordinate representation of color #172FC6: hue angle of 231.77º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172FC6 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 47 | 198 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.22 |
| HSL | 231.77º | 0.79% | 0.43% | - |
| HSV(B) | 231.77º | 0.88% | 0.78% | - |
| XYZ | 11.56 | 6.29 | 54.03 | - |
| YUV | 57.04 | 207.55 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 198 | 0.88 | 0.76 | 0 | 0.22 | 231.77 | 0.79 | 0.43 |
| Hex | 17 | 2F | C6 | 58 | 4C | 0 | 16 | E8 | 4F | 2B |
| Octal | 27 | 57 | 306 | 130 | 114 | 0 | 26 | 350 | 117 | 53 |
| Binary | 10111 | 101111 | 11000110 | 1011000 | 1001100 | 0 | 10110 | 11101000 | 1001111 | 101011 |
Color Harmonies of #172FC6
Complementary color
Monochromatic Colors of #172FC6
Black with #172FC6
Text Example
Text Example
White with #172FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FC6; }
p { color: rgb(23,47,198); }
H1.HeaderClassName
{
color: #172FC6;
}
.AnyTagClassName
{
color: #172FC6;
}
</style>
background-color css
<style>
a { background-color: #172FC6; }
a { background-color: rgb(23,47,198); }
div.DivClassName
{
background-color: #172FC6;
}
.BgClassName
{
background-color: #172FC6;
}
</style>
border-color css
<style>
span { border-color: #172FC6; }
span { border-color: rgb(23,47,198); }
td.TdClassName
{
border-color: #172FC6;
}
.TagClassName
{
border-color: #172FC6;
}
</style>