Shades of Persian Blue #173DCE
Tints of Persian Blue #173DCE
RGB
CMYK
RGB Variations
Color information
#173DCE (or 0x173DCE) is known color: Persian Blue. HEX triplet: 17, 3D and CE. RGB value is (23,61,206). Sum of RGB (Red+Green+Blue) = 23+61+206=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #173DCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DCE is #E8C231. Grayscale: #414141. Windows color (decimal): -15254066 or 13516055. OLE color: 13516055.
HSL color Cylindrical-coordinate representation of color #173DCE: hue angle of 227.54º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173DCE is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 61 | 206 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.19 |
| HSL | 227.54º | 0.8% | 0.45% | - |
| HSV(B) | 227.54º | 0.89% | 0.81% | - |
| XYZ | 13.16 | 7.98 | 59.24 | - |
| YUV | 66.17 | 206.91 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 206 | 0.89 | 0.70 | 0 | 0.19 | 227.54 | 0.8 | 0.45 |
| Hex | 17 | 3D | CE | 59 | 46 | 0 | 13 | E4 | 50 | 2D |
| Octal | 27 | 75 | 316 | 131 | 106 | 0 | 23 | 344 | 120 | 55 |
| Binary | 10111 | 111101 | 11001110 | 1011001 | 1000110 | 0 | 10011 | 11100100 | 1010000 | 101101 |
Color Harmonies of #173DCE
Complementary color
Monochromatic Colors of #173DCE
Black with #173DCE
Text Example
Text Example
White with #173DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DCE; }
p { color: rgb(23,61,206); }
H1.HeaderClassName
{
color: #173DCE;
}
.AnyTagClassName
{
color: #173DCE;
}
</style>
background-color css
<style>
a { background-color: #173DCE; }
a { background-color: rgb(23,61,206); }
div.DivClassName
{
background-color: #173DCE;
}
.BgClassName
{
background-color: #173DCE;
}
</style>
border-color css
<style>
span { border-color: #173DCE; }
span { border-color: rgb(23,61,206); }
td.TdClassName
{
border-color: #173DCE;
}
.TagClassName
{
border-color: #173DCE;
}
</style>