Shades of Persian Blue #173CCF
Tints of Persian Blue #173CCF
RGB
CMYK
RGB Variations
Color information
#173CCF (or 0x173CCF) is known color: Persian Blue. HEX triplet: 17, 3C and CF. RGB value is (23,60,207). Sum of RGB (Red+Green+Blue) = 23+60+207=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #173CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CCF is #E8C330. Grayscale: #414141. Windows color (decimal): -15254321 or 13581335. OLE color: 13581335.
HSL color Cylindrical-coordinate representation of color #173CCF: hue angle of 227.93º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173CCF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 60 | 207 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.19 |
| HSL | 227.93º | 0.8% | 0.45% | - |
| HSV(B) | 227.93º | 0.89% | 0.81% | - |
| XYZ | 13.23 | 7.92 | 59.86 | - |
| YUV | 65.7 | 207.74 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 207 | 0.89 | 0.71 | 0 | 0.19 | 227.93 | 0.8 | 0.45 |
| Hex | 17 | 3C | CF | 59 | 47 | 0 | 13 | E4 | 50 | 2D |
| Octal | 27 | 74 | 317 | 131 | 107 | 0 | 23 | 344 | 120 | 55 |
| Binary | 10111 | 111100 | 11001111 | 1011001 | 1000111 | 0 | 10011 | 11100100 | 1010000 | 101101 |
Color Harmonies of #173CCF
Complementary color
Monochromatic Colors of #173CCF
Black with #173CCF
Text Example
Text Example
White with #173CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CCF; }
p { color: rgb(23,60,207); }
H1.HeaderClassName
{
color: #173CCF;
}
.AnyTagClassName
{
color: #173CCF;
}
</style>
background-color css
<style>
a { background-color: #173CCF; }
a { background-color: rgb(23,60,207); }
div.DivClassName
{
background-color: #173CCF;
}
.BgClassName
{
background-color: #173CCF;
}
</style>
border-color css
<style>
span { border-color: #173CCF; }
span { border-color: rgb(23,60,207); }
td.TdClassName
{
border-color: #173CCF;
}
.TagClassName
{
border-color: #173CCF;
}
</style>