Shades of Persian Blue #171AC0
Tints of Persian Blue #171AC0
RGB
CMYK
RGB Variations
Color information
#171AC0 (or 0x171AC0) is known color: Persian Blue. HEX triplet: 17, 1A and C0. RGB value is (23,26,192). Sum of RGB (Red+Green+Blue) = 23+26+192=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 192 (75.39% from 255 or 79.67% from 241); Max value from RGB is 192 - color contains mainly: blue. Hex color #171AC0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171AC0 is #E8E53F. Grayscale: #2B2B2B. Windows color (decimal): -15263040 or 12589591. OLE color: 12589591.
HSL color Cylindrical-coordinate representation of color #171AC0: hue angle of 238.93º 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 #171AC0 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 26 | 192 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.25 |
| HSL | 238.93º | 0.79% | 0.42% | - |
| HSV(B) | 238.93º | 0.88% | 0.75% | - |
| XYZ | 10.24 | 4.73 | 50.24 | - |
| YUV | 44.03 | 211.51 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 192 | 0.88 | 0.86 | 0 | 0.25 | 238.93 | 0.79 | 0.42 |
| Hex | 17 | 1A | C0 | 58 | 56 | 0 | 19 | EF | 4F | 2A |
| Octal | 27 | 32 | 300 | 130 | 126 | 0 | 31 | 357 | 117 | 52 |
| Binary | 10111 | 11010 | 11000000 | 1011000 | 1010110 | 0 | 11001 | 11101111 | 1001111 | 101010 |
Color Harmonies of #171AC0
Complementary color
Monochromatic Colors of #171AC0
Black with #171AC0
Text Example
Text Example
White with #171AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AC0; }
p { color: rgb(23,26,192); }
H1.HeaderClassName
{
color: #171AC0;
}
.AnyTagClassName
{
color: #171AC0;
}
</style>
background-color css
<style>
a { background-color: #171AC0; }
a { background-color: rgb(23,26,192); }
div.DivClassName
{
background-color: #171AC0;
}
.BgClassName
{
background-color: #171AC0;
}
</style>
border-color css
<style>
span { border-color: #171AC0; }
span { border-color: rgb(23,26,192); }
td.TdClassName
{
border-color: #171AC0;
}
.TagClassName
{
border-color: #171AC0;
}
</style>