Shades of Persian Blue #173FBC
Tints of Persian Blue #173FBC
RGB
CMYK
RGB Variations
Color information
#173FBC (or 0x173FBC) is known color: Persian Blue. HEX triplet: 17, 3F and BC. RGB value is (23,63,188). Sum of RGB (Red+Green+Blue) = 23+63+188=274 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.39% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 188 (73.83% from 255 or 68.61% from 274); Max value from RGB is 188 - color contains mainly: blue. Hex color #173FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FBC is #E8C043. Grayscale: #404040. Windows color (decimal): -15253572 or 12336919. OLE color: 12336919.
HSL color Cylindrical-coordinate representation of color #173FBC: hue angle of 225.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173FBC is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 63 | 188 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.26 |
| HSL | 225.45º | 0.78% | 0.41% | - |
| HSV(B) | 225.45º | 0.88% | 0.74% | - |
| XYZ | 11.21 | 7.37 | 48.41 | - |
| YUV | 65.29 | 197.25 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 188 | 0.88 | 0.66 | 0 | 0.26 | 225.45 | 0.78 | 0.41 |
| Hex | 17 | 3F | BC | 58 | 42 | 0 | 1A | E1 | 4E | 29 |
| Octal | 27 | 77 | 274 | 130 | 102 | 0 | 32 | 341 | 116 | 51 |
| Binary | 10111 | 111111 | 10111100 | 1011000 | 1000010 | 0 | 11010 | 11100001 | 1001110 | 101001 |
Color Harmonies of #173FBC
Complementary color
Monochromatic Colors of #173FBC
Black with #173FBC
Text Example
Text Example
White with #173FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FBC; }
p { color: rgb(23,63,188); }
H1.HeaderClassName
{
color: #173FBC;
}
.AnyTagClassName
{
color: #173FBC;
}
</style>
background-color css
<style>
a { background-color: #173FBC; }
a { background-color: rgb(23,63,188); }
div.DivClassName
{
background-color: #173FBC;
}
.BgClassName
{
background-color: #173FBC;
}
</style>
border-color css
<style>
span { border-color: #173FBC; }
span { border-color: rgb(23,63,188); }
td.TdClassName
{
border-color: #173FBC;
}
.TagClassName
{
border-color: #173FBC;
}
</style>