Shades of Persian Blue #173ABB
Tints of Persian Blue #173ABB
RGB
CMYK
RGB Variations
Color information
#173ABB (or 0x173ABB) is known color: Persian Blue. HEX triplet: 17, 3A and BB. RGB value is (23,58,187). Sum of RGB (Red+Green+Blue) = 23+58+187=268 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.58% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #173ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ABB is #E8C544. Grayscale: #3D3D3D. Windows color (decimal): -15254853 or 12270103. OLE color: 12270103.
HSL color Cylindrical-coordinate representation of color #173ABB: hue angle of 227.2º 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 #173ABB is Cyan = 0.88, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 58 | 187 | - |
| CMYK | 0.88 | 0.69 | 0 | 0.27 |
| HSL | 227.2º | 0.78% | 0.41% | - |
| HSV(B) | 227.2º | 0.88% | 0.73% | - |
| XYZ | 10.84 | 6.8 | 47.75 | - |
| YUV | 62.24 | 198.4 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 187 | 0.88 | 0.69 | 0 | 0.27 | 227.2 | 0.78 | 0.41 |
| Hex | 17 | 3A | BB | 58 | 45 | 0 | 1B | E3 | 4E | 29 |
| Octal | 27 | 72 | 273 | 130 | 105 | 0 | 33 | 343 | 116 | 51 |
| Binary | 10111 | 111010 | 10111011 | 1011000 | 1000101 | 0 | 11011 | 11100011 | 1001110 | 101001 |
Color Harmonies of #173ABB
Complementary color
Monochromatic Colors of #173ABB
Black with #173ABB
Text Example
Text Example
White with #173ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ABB; }
p { color: rgb(23,58,187); }
H1.HeaderClassName
{
color: #173ABB;
}
.AnyTagClassName
{
color: #173ABB;
}
</style>
background-color css
<style>
a { background-color: #173ABB; }
a { background-color: rgb(23,58,187); }
div.DivClassName
{
background-color: #173ABB;
}
.BgClassName
{
background-color: #173ABB;
}
</style>
border-color css
<style>
span { border-color: #173ABB; }
span { border-color: rgb(23,58,187); }
td.TdClassName
{
border-color: #173ABB;
}
.TagClassName
{
border-color: #173ABB;
}
</style>