Shades of Persian Blue #173AD0
Tints of Persian Blue #173AD0
RGB
CMYK
RGB Variations
Color information
#173AD0 (or 0x173AD0) is known color: Persian Blue. HEX triplet: 17, 3A and D0. RGB value is (23,58,208). Sum of RGB (Red+Green+Blue) = 23+58+208=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 208 (81.64% from 255 or 71.97% from 289); Max value from RGB is 208 - color contains mainly: blue. Hex color #173AD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173AD0 is #E8C52F. Grayscale: #404040. Windows color (decimal): -15254832 or 13646359. OLE color: 13646359.
HSL color Cylindrical-coordinate representation of color #173AD0: hue angle of 228.65º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173AD0 is Cyan = 0.89, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 23 | 58 | 208 | - |
| CMYK | 0.89 | 0.72 | 0 | 0.18 |
| HSL | 228.65º | 0.8% | 0.45% | - |
| HSV(B) | 228.65º | 0.89% | 0.82% | - |
| XYZ | 13.25 | 7.76 | 60.47 | - |
| YUV | 64.64 | 208.9 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 208 | 0.89 | 0.72 | 0 | 0.18 | 228.65 | 0.8 | 0.45 |
| Hex | 17 | 3A | D0 | 59 | 48 | 0 | 12 | E5 | 50 | 2D |
| Octal | 27 | 72 | 320 | 131 | 110 | 0 | 22 | 345 | 120 | 55 |
| Binary | 10111 | 111010 | 11010000 | 1011001 | 1001000 | 0 | 10010 | 11100101 | 1010000 | 101101 |
Color Harmonies of #173AD0
Complementary color
Monochromatic Colors of #173AD0
Black with #173AD0
Text Example
Text Example
White with #173AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173AD0; }
p { color: rgb(23,58,208); }
H1.HeaderClassName
{
color: #173AD0;
}
.AnyTagClassName
{
color: #173AD0;
}
</style>
background-color css
<style>
a { background-color: #173AD0; }
a { background-color: rgb(23,58,208); }
div.DivClassName
{
background-color: #173AD0;
}
.BgClassName
{
background-color: #173AD0;
}
</style>
border-color css
<style>
span { border-color: #173AD0; }
span { border-color: rgb(23,58,208); }
td.TdClassName
{
border-color: #173AD0;
}
.TagClassName
{
border-color: #173AD0;
}
</style>