Shades of Persian Blue #173BF0
Tints of Persian Blue #173BF0
RGB
CMYK
RGB Variations
Color information
#173BF0 (or 0x173BF0) is known color: Persian Blue. HEX triplet: 17, 3B and F0. RGB value is (23,59,240). Sum of RGB (Red+Green+Blue) = 23+59+240=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 240 (94.14% from 255 or 74.53% from 322); Max value from RGB is 240 - color contains mainly: blue. Hex color #173BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173BF0 is #E8C40F. Grayscale: #444444. Windows color (decimal): -15254544 or 15743767. OLE color: 15743767.
HSL color Cylindrical-coordinate representation of color #173BF0: hue angle of 230.05º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173BF0 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 59 | 240 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.06 |
| HSL | 230.05º | 0.88% | 0.52% | - |
| HSV(B) | 230.05º | 0.9% | 0.94% | - |
| XYZ | 17.65 | 9.6 | 83.36 | - |
| YUV | 68.87 | 224.57 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 240 | 0.90 | 0.75 | 0 | 0.06 | 230.05 | 0.88 | 0.52 |
| Hex | 17 | 3B | F0 | 5A | 4B | 0 | 6 | E6 | 58 | 34 |
| Octal | 27 | 73 | 360 | 132 | 113 | 0 | 6 | 346 | 130 | 64 |
| Binary | 10111 | 111011 | 11110000 | 1011010 | 1001011 | 0 | 110 | 11100110 | 1011000 | 110100 |
Color Harmonies of #173BF0
Complementary color
Monochromatic Colors of #173BF0
Black with #173BF0
Text Example
Text Example
White with #173BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BF0; }
p { color: rgb(23,59,240); }
H1.HeaderClassName
{
color: #173BF0;
}
.AnyTagClassName
{
color: #173BF0;
}
</style>
background-color css
<style>
a { background-color: #173BF0; }
a { background-color: rgb(23,59,240); }
div.DivClassName
{
background-color: #173BF0;
}
.BgClassName
{
background-color: #173BF0;
}
</style>
border-color css
<style>
span { border-color: #173BF0; }
span { border-color: rgb(23,59,240); }
td.TdClassName
{
border-color: #173BF0;
}
.TagClassName
{
border-color: #173BF0;
}
</style>