Shades of Persian Blue #173ED5
Tints of Persian Blue #173ED5
RGB
CMYK
RGB Variations
Color information
#173ED5 (or 0x173ED5) is known color: Persian Blue. HEX triplet: 17, 3E and D5. RGB value is (23,62,213). Sum of RGB (Red+Green+Blue) = 23+62+213=298 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.72% from 298); Green value is 62 (24.61% from 255 or 20.81% from 298); Blue value is 213 (83.59% from 255 or 71.48% from 298); Max value from RGB is 213 - color contains mainly: blue. Hex color #173ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ED5 is #E8C12A. Grayscale: #424242. Windows color (decimal): -15253803 or 13975063. OLE color: 13975063.
HSL color Cylindrical-coordinate representation of color #173ED5: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173ED5 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 62 | 213 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.16 |
| HSL | 227.68º | 0.81% | 0.46% | - |
| HSV(B) | 227.68º | 0.89% | 0.84% | - |
| XYZ | 14.09 | 8.43 | 63.84 | - |
| YUV | 67.55 | 210.08 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 213 | 0.89 | 0.71 | 0 | 0.16 | 227.68 | 0.81 | 0.46 |
| Hex | 17 | 3E | D5 | 59 | 47 | 0 | 10 | E4 | 51 | 2E |
| Octal | 27 | 76 | 325 | 131 | 107 | 0 | 20 | 344 | 121 | 56 |
| Binary | 10111 | 111110 | 11010101 | 1011001 | 1000111 | 0 | 10000 | 11100100 | 1010001 | 101110 |
Color Harmonies of #173ED5
Complementary color
Monochromatic Colors of #173ED5
Black with #173ED5
Text Example
Text Example
White with #173ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ED5; }
p { color: rgb(23,62,213); }
H1.HeaderClassName
{
color: #173ED5;
}
.AnyTagClassName
{
color: #173ED5;
}
</style>
background-color css
<style>
a { background-color: #173ED5; }
a { background-color: rgb(23,62,213); }
div.DivClassName
{
background-color: #173ED5;
}
.BgClassName
{
background-color: #173ED5;
}
</style>
border-color css
<style>
span { border-color: #173ED5; }
span { border-color: rgb(23,62,213); }
td.TdClassName
{
border-color: #173ED5;
}
.TagClassName
{
border-color: #173ED5;
}
</style>