Shades of Persian Blue #172FC5
Tints of Persian Blue #172FC5
RGB
CMYK
RGB Variations
Color information
#172FC5 (or 0x172FC5) is known color: Persian Blue. HEX triplet: 17, 2F and C5. RGB value is (23,47,197). Sum of RGB (Red+Green+Blue) = 23+47+197=267 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.61% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 197 (77.34% from 255 or 73.78% from 267); Max value from RGB is 197 - color contains mainly: blue. Hex color #172FC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FC5 is #E8D03A. Grayscale: #383838. Windows color (decimal): -15257659 or 12922647. OLE color: 12922647.
HSL color Cylindrical-coordinate representation of color #172FC5: hue angle of 231.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172FC5 is Cyan = 0.88, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 47 | 197 | - |
| CMYK | 0.88 | 0.76 | 0 | 0.23 |
| HSL | 231.72º | 0.79% | 0.43% | - |
| HSV(B) | 231.72º | 0.88% | 0.77% | - |
| XYZ | 11.45 | 6.25 | 53.43 | - |
| YUV | 56.92 | 207.05 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 197 | 0.88 | 0.76 | 0 | 0.23 | 231.72 | 0.79 | 0.43 |
| Hex | 17 | 2F | C5 | 58 | 4C | 0 | 17 | E8 | 4F | 2B |
| Octal | 27 | 57 | 305 | 130 | 114 | 0 | 27 | 350 | 117 | 53 |
| Binary | 10111 | 101111 | 11000101 | 1011000 | 1001100 | 0 | 10111 | 11101000 | 1001111 | 101011 |
Color Harmonies of #172FC5
Complementary color
Monochromatic Colors of #172FC5
Black with #172FC5
Text Example
Text Example
White with #172FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FC5; }
p { color: rgb(23,47,197); }
H1.HeaderClassName
{
color: #172FC5;
}
.AnyTagClassName
{
color: #172FC5;
}
</style>
background-color css
<style>
a { background-color: #172FC5; }
a { background-color: rgb(23,47,197); }
div.DivClassName
{
background-color: #172FC5;
}
.BgClassName
{
background-color: #172FC5;
}
</style>
border-color css
<style>
span { border-color: #172FC5; }
span { border-color: rgb(23,47,197); }
td.TdClassName
{
border-color: #172FC5;
}
.TagClassName
{
border-color: #172FC5;
}
</style>