Shades of Persian Blue #173AB8
Tints of Persian Blue #173AB8
RGB
CMYK
RGB Variations
Color information
#173AB8 (or 0x173AB8) is known color: Persian Blue. HEX triplet: 17, 3A and B8. RGB value is (23,58,184). Sum of RGB (Red+Green+Blue) = 23+58+184=265 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.68% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 184 (72.27% from 255 or 69.43% from 265); Max value from RGB is 184 - color contains mainly: blue. Hex color #173AB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173AB8 is #E8C547. Grayscale: #3D3D3D. Windows color (decimal): -15254856 or 12073495. OLE color: 12073495.
HSL color Cylindrical-coordinate representation of color #173AB8: hue angle of 226.96º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173AB8 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 23 | 58 | 184 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.28 |
| HSL | 226.96º | 0.78% | 0.41% | - |
| HSV(B) | 226.96º | 0.88% | 0.72% | - |
| XYZ | 10.52 | 6.67 | 46.08 | - |
| YUV | 61.9 | 196.9 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 184 | 0.88 | 0.68 | 0 | 0.28 | 226.96 | 0.78 | 0.41 |
| Hex | 17 | 3A | B8 | 58 | 44 | 0 | 1C | E3 | 4E | 29 |
| Octal | 27 | 72 | 270 | 130 | 104 | 0 | 34 | 343 | 116 | 51 |
| Binary | 10111 | 111010 | 10111000 | 1011000 | 1000100 | 0 | 11100 | 11100011 | 1001110 | 101001 |
Color Harmonies of #173AB8
Complementary color
Monochromatic Colors of #173AB8
Black with #173AB8
Text Example
Text Example
White with #173AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173AB8; }
p { color: rgb(23,58,184); }
H1.HeaderClassName
{
color: #173AB8;
}
.AnyTagClassName
{
color: #173AB8;
}
</style>
background-color css
<style>
a { background-color: #173AB8; }
a { background-color: rgb(23,58,184); }
div.DivClassName
{
background-color: #173AB8;
}
.BgClassName
{
background-color: #173AB8;
}
</style>
border-color css
<style>
span { border-color: #173AB8; }
span { border-color: rgb(23,58,184); }
td.TdClassName
{
border-color: #173AB8;
}
.TagClassName
{
border-color: #173AB8;
}
</style>