Shades of Persian Blue #173DC1
Tints of Persian Blue #173DC1
RGB
CMYK
RGB Variations
Color information
#173DC1 (or 0x173DC1) is known color: Persian Blue. HEX triplet: 17, 3D and C1. RGB value is (23,61,193). Sum of RGB (Red+Green+Blue) = 23+61+193=277 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.30% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 193 (75.78% from 255 or 69.68% from 277); Max value from RGB is 193 - color contains mainly: blue. Hex color #173DC1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DC1 is #E8C23E. Grayscale: #404040. Windows color (decimal): -15254079 or 12664087. OLE color: 12664087.
HSL color Cylindrical-coordinate representation of color #173DC1: hue angle of 226.59º 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 #173DC1 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 23 | 61 | 193 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.24 |
| HSL | 226.59º | 0.79% | 0.42% | - |
| HSV(B) | 226.59º | 0.88% | 0.76% | - |
| XYZ | 11.65 | 7.37 | 51.26 | - |
| YUV | 64.69 | 200.41 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 193 | 0.88 | 0.68 | 0 | 0.24 | 226.59 | 0.79 | 0.42 |
| Hex | 17 | 3D | C1 | 58 | 44 | 0 | 18 | E3 | 4F | 2A |
| Octal | 27 | 75 | 301 | 130 | 104 | 0 | 30 | 343 | 117 | 52 |
| Binary | 10111 | 111101 | 11000001 | 1011000 | 1000100 | 0 | 11000 | 11100011 | 1001111 | 101010 |
Color Harmonies of #173DC1
Complementary color
Monochromatic Colors of #173DC1
Black with #173DC1
Text Example
Text Example
White with #173DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DC1; }
p { color: rgb(23,61,193); }
H1.HeaderClassName
{
color: #173DC1;
}
.AnyTagClassName
{
color: #173DC1;
}
</style>
background-color css
<style>
a { background-color: #173DC1; }
a { background-color: rgb(23,61,193); }
div.DivClassName
{
background-color: #173DC1;
}
.BgClassName
{
background-color: #173DC1;
}
</style>
border-color css
<style>
span { border-color: #173DC1; }
span { border-color: rgb(23,61,193); }
td.TdClassName
{
border-color: #173DC1;
}
.TagClassName
{
border-color: #173DC1;
}
</style>