Shades of Persian Blue #173BDD
Tints of Persian Blue #173BDD
RGB
CMYK
RGB Variations
Color information
#173BDD (or 0x173BDD) is known color: Persian Blue. HEX triplet: 17, 3B and DD. RGB value is (23,59,221). Sum of RGB (Red+Green+Blue) = 23+59+221=303 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.59% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #173BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BDD is #E8C422. Grayscale: #424242. Windows color (decimal): -15254563 or 14498583. OLE color: 14498583.
HSL color Cylindrical-coordinate representation of color #173BDD: hue angle of 229.09º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173BDD is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 59 | 221 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.13 |
| HSL | 229.09º | 0.81% | 0.48% | - |
| HSV(B) | 229.09º | 0.9% | 0.87% | - |
| XYZ | 14.97 | 8.53 | 69.26 | - |
| YUV | 66.7 | 215.07 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 221 | 0.90 | 0.73 | 0 | 0.13 | 229.09 | 0.81 | 0.48 |
| Hex | 17 | 3B | DD | 5A | 49 | 0 | D | E5 | 51 | 30 |
| Octal | 27 | 73 | 335 | 132 | 111 | 0 | 15 | 345 | 121 | 60 |
| Binary | 10111 | 111011 | 11011101 | 1011010 | 1001001 | 0 | 1101 | 11100101 | 1010001 | 110000 |
Color Harmonies of #173BDD
Complementary color
Monochromatic Colors of #173BDD
Black with #173BDD
Text Example
Text Example
White with #173BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BDD; }
p { color: rgb(23,59,221); }
H1.HeaderClassName
{
color: #173BDD;
}
.AnyTagClassName
{
color: #173BDD;
}
</style>
background-color css
<style>
a { background-color: #173BDD; }
a { background-color: rgb(23,59,221); }
div.DivClassName
{
background-color: #173BDD;
}
.BgClassName
{
background-color: #173BDD;
}
</style>
border-color css
<style>
span { border-color: #173BDD; }
span { border-color: rgb(23,59,221); }
td.TdClassName
{
border-color: #173BDD;
}
.TagClassName
{
border-color: #173BDD;
}
</style>