Shades of Persian Blue #171AB9
Tints of Persian Blue #171AB9
RGB
CMYK
RGB Variations
Color information
#171AB9 (or 0x171AB9) is known color: Persian Blue. HEX triplet: 17, 1A and B9. RGB value is (23,26,185). Sum of RGB (Red+Green+Blue) = 23+26+185=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 185 (72.66% from 255 or 79.06% from 234); Max value from RGB is 185 - color contains mainly: blue. Hex color #171AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171AB9 is #E8E546. Grayscale: #2A2A2A. Windows color (decimal): -15263047 or 12130839. OLE color: 12130839.
HSL color Cylindrical-coordinate representation of color #171AB9: hue angle of 238.89º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171AB9 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 26 | 185 | - |
| CMYK | 0.88 | 0.86 | 0 | 0.27 |
| HSL | 238.89º | 0.78% | 0.41% | - |
| HSV(B) | 238.89º | 0.88% | 0.73% | - |
| XYZ | 9.48 | 4.42 | 46.25 | - |
| YUV | 43.23 | 208.01 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 26 | 185 | 0.88 | 0.86 | 0 | 0.27 | 238.89 | 0.78 | 0.41 |
| Hex | 17 | 1A | B9 | 58 | 56 | 0 | 1B | EF | 4E | 29 |
| Octal | 27 | 32 | 271 | 130 | 126 | 0 | 33 | 357 | 116 | 51 |
| Binary | 10111 | 11010 | 10111001 | 1011000 | 1010110 | 0 | 11011 | 11101111 | 1001110 | 101001 |
Color Harmonies of #171AB9
Complementary color
Monochromatic Colors of #171AB9
Black with #171AB9
Text Example
Text Example
White with #171AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171AB9; }
p { color: rgb(23,26,185); }
H1.HeaderClassName
{
color: #171AB9;
}
.AnyTagClassName
{
color: #171AB9;
}
</style>
background-color css
<style>
a { background-color: #171AB9; }
a { background-color: rgb(23,26,185); }
div.DivClassName
{
background-color: #171AB9;
}
.BgClassName
{
background-color: #171AB9;
}
</style>
border-color css
<style>
span { border-color: #171AB9; }
span { border-color: rgb(23,26,185); }
td.TdClassName
{
border-color: #171AB9;
}
.TagClassName
{
border-color: #171AB9;
}
</style>