Shades of Persian Blue #173ECC
Tints of Persian Blue #173ECC
RGB
CMYK
RGB Variations
Color information
#173ECC (or 0x173ECC) is known color: Persian Blue. HEX triplet: 17, 3E and CC. RGB value is (23,62,204). Sum of RGB (Red+Green+Blue) = 23+62+204=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 204 (80.08% from 255 or 70.59% from 289); Max value from RGB is 204 - color contains mainly: blue. Hex color #173ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ECC is #E8C133. Grayscale: #414141. Windows color (decimal): -15253812 or 13385239. OLE color: 13385239.
HSL color Cylindrical-coordinate representation of color #173ECC: hue angle of 227.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173ECC is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 62 | 204 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.2 |
| HSL | 227.07º | 0.8% | 0.45% | - |
| HSV(B) | 227.07º | 0.89% | 0.8% | - |
| XYZ | 12.98 | 7.99 | 57.98 | - |
| YUV | 66.53 | 205.58 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 62 | 204 | 0.89 | 0.70 | 0 | 0.2 | 227.07 | 0.8 | 0.45 |
| Hex | 17 | 3E | CC | 59 | 46 | 0 | 14 | E3 | 50 | 2D |
| Octal | 27 | 76 | 314 | 131 | 106 | 0 | 24 | 343 | 120 | 55 |
| Binary | 10111 | 111110 | 11001100 | 1011001 | 1000110 | 0 | 10100 | 11100011 | 1010000 | 101101 |
Color Harmonies of #173ECC
Complementary color
Monochromatic Colors of #173ECC
Black with #173ECC
Text Example
Text Example
White with #173ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ECC; }
p { color: rgb(23,62,204); }
H1.HeaderClassName
{
color: #173ECC;
}
.AnyTagClassName
{
color: #173ECC;
}
</style>
background-color css
<style>
a { background-color: #173ECC; }
a { background-color: rgb(23,62,204); }
div.DivClassName
{
background-color: #173ECC;
}
.BgClassName
{
background-color: #173ECC;
}
</style>
border-color css
<style>
span { border-color: #173ECC; }
span { border-color: rgb(23,62,204); }
td.TdClassName
{
border-color: #173ECC;
}
.TagClassName
{
border-color: #173ECC;
}
</style>