Shades of Persian Blue #173CE6
Tints of Persian Blue #173CE6
RGB
CMYK
RGB Variations
Color information
#173CE6 (or 0x173CE6) is known color: Persian Blue. HEX triplet: 17, 3C and E6. RGB value is (23,60,230). Sum of RGB (Red+Green+Blue) = 23+60+230=313 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.35% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 230 (90.23% from 255 or 73.48% from 313); Max value from RGB is 230 - color contains mainly: blue. Hex color #173CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CE6 is #E8C319. Grayscale: #434343. Windows color (decimal): -15254298 or 15088663. OLE color: 15088663.
HSL color Cylindrical-coordinate representation of color #173CE6: hue angle of 229.28º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CE6 is Cyan = 0.9, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 60 | 230 | - |
| CMYK | 0.9 | 0.74 | 0 | 0.10 |
| HSL | 229.28º | 0.82% | 0.5% | - |
| HSV(B) | 229.28º | 0.9% | 0.9% | - |
| XYZ | 16.25 | 9.13 | 75.77 | - |
| YUV | 68.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 230 | 0.9 | 0.74 | 0 | 0.10 | 229.28 | 0.82 | 0.5 |
| Hex | 17 | 3C | E6 | 5A | 4A | 0 | A | E5 | 52 | 32 |
| Octal | 27 | 74 | 346 | 132 | 112 | 0 | 12 | 345 | 122 | 62 |
| Binary | 10111 | 111100 | 11100110 | 1011010 | 1001010 | 0 | 1010 | 11100101 | 1010010 | 110010 |
Color Harmonies of #173CE6
Complementary color
Monochromatic Colors of #173CE6
Black with #173CE6
Text Example
Text Example
White with #173CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CE6; }
p { color: rgb(23,60,230); }
H1.HeaderClassName
{
color: #173CE6;
}
.AnyTagClassName
{
color: #173CE6;
}
</style>
background-color css
<style>
a { background-color: #173CE6; }
a { background-color: rgb(23,60,230); }
div.DivClassName
{
background-color: #173CE6;
}
.BgClassName
{
background-color: #173CE6;
}
</style>
border-color css
<style>
span { border-color: #173CE6; }
span { border-color: rgb(23,60,230); }
td.TdClassName
{
border-color: #173CE6;
}
.TagClassName
{
border-color: #173CE6;
}
</style>