Shades of Persian Blue #173FCD
Tints of Persian Blue #173FCD
RGB
CMYK
RGB Variations
Color information
#173FCD (or 0x173FCD) is known color: Persian Blue. HEX triplet: 17, 3F and CD. RGB value is (23,63,205). Sum of RGB (Red+Green+Blue) = 23+63+205=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #173FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FCD is #E8C032. Grayscale: #424242. Windows color (decimal): -15253555 or 13451031. OLE color: 13451031.
HSL color Cylindrical-coordinate representation of color #173FCD: hue angle of 226.81º 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 #173FCD is Cyan = 0.89, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 63 | 205 | - |
| CMYK | 0.89 | 0.69 | 0 | 0.20 |
| HSL | 226.81º | 0.8% | 0.45% | - |
| HSV(B) | 226.81º | 0.89% | 0.8% | - |
| XYZ | 13.15 | 8.14 | 58.64 | - |
| YUV | 67.23 | 205.75 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 205 | 0.89 | 0.69 | 0 | 0.20 | 226.81 | 0.8 | 0.45 |
| Hex | 17 | 3F | CD | 59 | 45 | 0 | 14 | E3 | 50 | 2D |
| Octal | 27 | 77 | 315 | 131 | 105 | 0 | 24 | 343 | 120 | 55 |
| Binary | 10111 | 111111 | 11001101 | 1011001 | 1000101 | 0 | 10100 | 11100011 | 1010000 | 101101 |
Color Harmonies of #173FCD
Complementary color
Monochromatic Colors of #173FCD
Black with #173FCD
Text Example
Text Example
White with #173FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FCD; }
p { color: rgb(23,63,205); }
H1.HeaderClassName
{
color: #173FCD;
}
.AnyTagClassName
{
color: #173FCD;
}
</style>
background-color css
<style>
a { background-color: #173FCD; }
a { background-color: rgb(23,63,205); }
div.DivClassName
{
background-color: #173FCD;
}
.BgClassName
{
background-color: #173FCD;
}
</style>
border-color css
<style>
span { border-color: #173FCD; }
span { border-color: rgb(23,63,205); }
td.TdClassName
{
border-color: #173FCD;
}
.TagClassName
{
border-color: #173FCD;
}
</style>