Shades of Persian Blue #173FC1
Tints of Persian Blue #173FC1
RGB
CMYK
RGB Variations
Color information
#173FC1 (or 0x173FC1) is known color: Persian Blue. HEX triplet: 17, 3F and C1. RGB value is (23,63,193). Sum of RGB (Red+Green+Blue) = 23+63+193=279 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.24% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #173FC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FC1 is #E8C03E. Grayscale: #414141. Windows color (decimal): -15253567 or 12664599. OLE color: 12664599.
HSL color Cylindrical-coordinate representation of color #173FC1: hue angle of 225.88º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173FC1 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 63 | 193 | - |
| CMYK | 0.88 | 0.67 | 0 | 0.24 |
| HSL | 225.88º | 0.79% | 0.42% | - |
| HSV(B) | 225.88º | 0.88% | 0.76% | - |
| XYZ | 11.76 | 7.59 | 51.3 | - |
| YUV | 65.86 | 199.75 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 193 | 0.88 | 0.67 | 0 | 0.24 | 225.88 | 0.79 | 0.42 |
| Hex | 17 | 3F | C1 | 58 | 43 | 0 | 18 | E2 | 4F | 2A |
| Octal | 27 | 77 | 301 | 130 | 103 | 0 | 30 | 342 | 117 | 52 |
| Binary | 10111 | 111111 | 11000001 | 1011000 | 1000011 | 0 | 11000 | 11100010 | 1001111 | 101010 |
Color Harmonies of #173FC1
Complementary color
Monochromatic Colors of #173FC1
Black with #173FC1
Text Example
Text Example
White with #173FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FC1; }
p { color: rgb(23,63,193); }
H1.HeaderClassName
{
color: #173FC1;
}
.AnyTagClassName
{
color: #173FC1;
}
</style>
background-color css
<style>
a { background-color: #173FC1; }
a { background-color: rgb(23,63,193); }
div.DivClassName
{
background-color: #173FC1;
}
.BgClassName
{
background-color: #173FC1;
}
</style>
border-color css
<style>
span { border-color: #173FC1; }
span { border-color: rgb(23,63,193); }
td.TdClassName
{
border-color: #173FC1;
}
.TagClassName
{
border-color: #173FC1;
}
</style>