Shades of Persian Blue #173CB9
Tints of Persian Blue #173CB9
RGB
CMYK
RGB Variations
Color information
#173CB9 (or 0x173CB9) is known color: Persian Blue. HEX triplet: 17, 3C and B9. RGB value is (23,60,185). Sum of RGB (Red+Green+Blue) = 23+60+185=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 185 (72.66% from 255 or 69.03% from 268); Max value from RGB is 185 - color contains mainly: blue. Hex color #173CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CB9 is #E8C346. Grayscale: #3E3E3E. Windows color (decimal): -15254343 or 12139543. OLE color: 12139543.
HSL color Cylindrical-coordinate representation of color #173CB9: hue angle of 226.3º 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 #173CB9 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 60 | 185 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.27 |
| HSL | 226.3º | 0.78% | 0.41% | - |
| HSV(B) | 226.3º | 0.88% | 0.73% | - |
| XYZ | 10.73 | 6.92 | 46.67 | - |
| YUV | 63.19 | 196.74 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 185 | 0.88 | 0.68 | 0 | 0.27 | 226.3 | 0.78 | 0.41 |
| Hex | 17 | 3C | B9 | 58 | 44 | 0 | 1B | E2 | 4E | 29 |
| Octal | 27 | 74 | 271 | 130 | 104 | 0 | 33 | 342 | 116 | 51 |
| Binary | 10111 | 111100 | 10111001 | 1011000 | 1000100 | 0 | 11011 | 11100010 | 1001110 | 101001 |
Color Harmonies of #173CB9
Complementary color
Monochromatic Colors of #173CB9
Black with #173CB9
Text Example
Text Example
White with #173CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CB9; }
p { color: rgb(23,60,185); }
H1.HeaderClassName
{
color: #173CB9;
}
.AnyTagClassName
{
color: #173CB9;
}
</style>
background-color css
<style>
a { background-color: #173CB9; }
a { background-color: rgb(23,60,185); }
div.DivClassName
{
background-color: #173CB9;
}
.BgClassName
{
background-color: #173CB9;
}
</style>
border-color css
<style>
span { border-color: #173CB9; }
span { border-color: rgb(23,60,185); }
td.TdClassName
{
border-color: #173CB9;
}
.TagClassName
{
border-color: #173CB9;
}
</style>