Shades of Persian Blue #171BC5
Tints of Persian Blue #171BC5
RGB
CMYK
RGB Variations
Color information
#171BC5 (or 0x171BC5) is known color: Persian Blue. HEX triplet: 17, 1B and C5. RGB value is (23,27,197). Sum of RGB (Red+Green+Blue) = 23+27+197=247 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.31% from 247); Green value is 27 (10.94% from 255 or 10.93% from 247); Blue value is 197 (77.34% from 255 or 79.76% from 247); Max value from RGB is 197 - color contains mainly: blue. Hex color #171BC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171BC5 is #E8E43A. Grayscale: #2C2C2C. Windows color (decimal): -15262779 or 12917527. OLE color: 12917527.
HSL color Cylindrical-coordinate representation of color #171BC5: hue angle of 238.62º 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 #171BC5 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 27 | 197 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.23 |
| HSL | 238.62º | 0.79% | 0.43% | - |
| HSV(B) | 238.62º | 0.88% | 0.77% | - |
| XYZ | 10.82 | 5 | 53.22 | - |
| YUV | 45.18 | 213.67 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 197 | 0.88 | 0.86 | 0 | 0.23 | 238.62 | 0.79 | 0.43 |
| Hex | 17 | 1B | C5 | 58 | 56 | 0 | 17 | EF | 4F | 2B |
| Octal | 27 | 33 | 305 | 130 | 126 | 0 | 27 | 357 | 117 | 53 |
| Binary | 10111 | 11011 | 11000101 | 1011000 | 1010110 | 0 | 10111 | 11101111 | 1001111 | 101011 |
Color Harmonies of #171BC5
Complementary color
Monochromatic Colors of #171BC5
Black with #171BC5
Text Example
Text Example
White with #171BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171BC5; }
p { color: rgb(23,27,197); }
H1.HeaderClassName
{
color: #171BC5;
}
.AnyTagClassName
{
color: #171BC5;
}
</style>
background-color css
<style>
a { background-color: #171BC5; }
a { background-color: rgb(23,27,197); }
div.DivClassName
{
background-color: #171BC5;
}
.BgClassName
{
background-color: #171BC5;
}
</style>
border-color css
<style>
span { border-color: #171BC5; }
span { border-color: rgb(23,27,197); }
td.TdClassName
{
border-color: #171BC5;
}
.TagClassName
{
border-color: #171BC5;
}
</style>