Shades of Persian Blue #173ACB
Tints of Persian Blue #173ACB
RGB
CMYK
RGB Variations
Color information
#173ACB (or 0x173ACB) is known color: Persian Blue. HEX triplet: 17, 3A and CB. RGB value is (23,58,203). Sum of RGB (Red+Green+Blue) = 23+58+203=284 (37% of max value = 765). Red value is 23 (9.38% from 255 or 8.10% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #173ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173ACB is #E8C534. Grayscale: #3F3F3F. Windows color (decimal): -15254837 or 13318679. OLE color: 13318679.
HSL color Cylindrical-coordinate representation of color #173ACB: hue angle of 228.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173ACB is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 58 | 203 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.20 |
| HSL | 228.33º | 0.8% | 0.44% | - |
| HSV(B) | 228.33º | 0.89% | 0.8% | - |
| XYZ | 12.65 | 7.52 | 57.28 | - |
| YUV | 64.07 | 206.4 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 58 | 203 | 0.89 | 0.71 | 0 | 0.20 | 228.33 | 0.8 | 0.44 |
| Hex | 17 | 3A | CB | 59 | 47 | 0 | 14 | E4 | 50 | 2C |
| Octal | 27 | 72 | 313 | 131 | 107 | 0 | 24 | 344 | 120 | 54 |
| Binary | 10111 | 111010 | 11001011 | 1011001 | 1000111 | 0 | 10100 | 11100100 | 1010000 | 101100 |
Color Harmonies of #173ACB
Complementary color
Monochromatic Colors of #173ACB
Black with #173ACB
Text Example
Text Example
White with #173ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173ACB; }
p { color: rgb(23,58,203); }
H1.HeaderClassName
{
color: #173ACB;
}
.AnyTagClassName
{
color: #173ACB;
}
</style>
background-color css
<style>
a { background-color: #173ACB; }
a { background-color: rgb(23,58,203); }
div.DivClassName
{
background-color: #173ACB;
}
.BgClassName
{
background-color: #173ACB;
}
</style>
border-color css
<style>
span { border-color: #173ACB; }
span { border-color: rgb(23,58,203); }
td.TdClassName
{
border-color: #173ACB;
}
.TagClassName
{
border-color: #173ACB;
}
</style>