Shades of Persian Blue #173BBB
Tints of Persian Blue #173BBB
RGB
CMYK
RGB Variations
Color information
#173BBB (or 0x173BBB) is known color: Persian Blue. HEX triplet: 17, 3B and BB. RGB value is (23,59,187). Sum of RGB (Red+Green+Blue) = 23+59+187=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #173BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BBB is #E8C444. Grayscale: #3E3E3E. Windows color (decimal): -15254597 or 12270359. OLE color: 12270359.
HSL color Cylindrical-coordinate representation of color #173BBB: hue angle of 226.83º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173BBB is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 59 | 187 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.27 |
| HSL | 226.83º | 0.78% | 0.41% | - |
| HSV(B) | 226.83º | 0.88% | 0.73% | - |
| XYZ | 10.89 | 6.9 | 47.77 | - |
| YUV | 62.83 | 198.07 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 187 | 0.88 | 0.68 | 0 | 0.27 | 226.83 | 0.78 | 0.41 |
| Hex | 17 | 3B | BB | 58 | 44 | 0 | 1B | E3 | 4E | 29 |
| Octal | 27 | 73 | 273 | 130 | 104 | 0 | 33 | 343 | 116 | 51 |
| Binary | 10111 | 111011 | 10111011 | 1011000 | 1000100 | 0 | 11011 | 11100011 | 1001110 | 101001 |
Color Harmonies of #173BBB
Complementary color
Monochromatic Colors of #173BBB
Black with #173BBB
Text Example
Text Example
White with #173BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BBB; }
p { color: rgb(23,59,187); }
H1.HeaderClassName
{
color: #173BBB;
}
.AnyTagClassName
{
color: #173BBB;
}
</style>
background-color css
<style>
a { background-color: #173BBB; }
a { background-color: rgb(23,59,187); }
div.DivClassName
{
background-color: #173BBB;
}
.BgClassName
{
background-color: #173BBB;
}
</style>
border-color css
<style>
span { border-color: #173BBB; }
span { border-color: rgb(23,59,187); }
td.TdClassName
{
border-color: #173BBB;
}
.TagClassName
{
border-color: #173BBB;
}
</style>