Shades of Persian Blue #173ABC
Tints of Persian Blue #173ABC
RGB
CMYK
RGB Variations
Color information
#173ABC (or 0x173ABC) is known color: Persian Blue. HEX triplet: 17, 3A and BC. RGB value is (23,58,188). Sum of RGB (Red+Green+Blue) = 23+58+188=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #173ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ABC is #E8C543. Grayscale: #3D3D3D. Windows color (decimal): -15254852 or 12335639. OLE color: 12335639.
HSL color Cylindrical-coordinate representation of color #173ABC: hue angle of 227.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173ABC is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 58 | 188 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.26 |
| HSL | 227.27º | 0.78% | 0.41% | - |
| HSV(B) | 227.27º | 0.88% | 0.74% | - |
| XYZ | 10.94 | 6.84 | 48.32 | - |
| YUV | 62.36 | 198.9 | 99.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 188 | 0.88 | 0.69 | 0 | 0.26 | 227.27 | 0.78 | 0.41 |
| Hex | 17 | 3A | BC | 58 | 45 | 0 | 1A | E3 | 4E | 29 |
| Octal | 27 | 72 | 274 | 130 | 105 | 0 | 32 | 343 | 116 | 51 |
| Binary | 10111 | 111010 | 10111100 | 1011000 | 1000101 | 0 | 11010 | 11100011 | 1001110 | 101001 |
Color Harmonies of #173ABC
Complementary color
Monochromatic Colors of #173ABC
Black with #173ABC
Text Example
Text Example
White with #173ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ABC; }
p { color: rgb(23,58,188); }
H1.HeaderClassName
{
color: #173ABC;
}
.AnyTagClassName
{
color: #173ABC;
}
</style>
background-color css
<style>
a { background-color: #173ABC; }
a { background-color: rgb(23,58,188); }
div.DivClassName
{
background-color: #173ABC;
}
.BgClassName
{
background-color: #173ABC;
}
</style>
border-color css
<style>
span { border-color: #173ABC; }
span { border-color: rgb(23,58,188); }
td.TdClassName
{
border-color: #173ABC;
}
.TagClassName
{
border-color: #173ABC;
}
</style>