Shades of Persian Blue #173DD5
Tints of Persian Blue #173DD5
RGB
CMYK
RGB Variations
Color information
#173DD5 (or 0x173DD5) is known color: Persian Blue. HEX triplet: 17, 3D and D5. RGB value is (23,61,213). Sum of RGB (Red+Green+Blue) = 23+61+213=297 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.74% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #173DD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173DD5 is #E8C22A. Grayscale: #424242. Windows color (decimal): -15254059 or 13974807. OLE color: 13974807.
HSL color Cylindrical-coordinate representation of color #173DD5: hue angle of 228º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173DD5 is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 23 | 61 | 213 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.16 |
| HSL | 228º | 0.81% | 0.46% | - |
| HSV(B) | 228º | 0.89% | 0.84% | - |
| XYZ | 14.03 | 8.32 | 63.82 | - |
| YUV | 66.97 | 210.41 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 213 | 0.89 | 0.71 | 0 | 0.16 | 228 | 0.81 | 0.46 |
| Hex | 17 | 3D | D5 | 59 | 47 | 0 | 10 | E4 | 51 | 2E |
| Octal | 27 | 75 | 325 | 131 | 107 | 0 | 20 | 344 | 121 | 56 |
| Binary | 10111 | 111101 | 11010101 | 1011001 | 1000111 | 0 | 10000 | 11100100 | 1010001 | 101110 |
Color Harmonies of #173DD5
Complementary color
Monochromatic Colors of #173DD5
Black with #173DD5
Text Example
Text Example
White with #173DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DD5; }
p { color: rgb(23,61,213); }
H1.HeaderClassName
{
color: #173DD5;
}
.AnyTagClassName
{
color: #173DD5;
}
</style>
background-color css
<style>
a { background-color: #173DD5; }
a { background-color: rgb(23,61,213); }
div.DivClassName
{
background-color: #173DD5;
}
.BgClassName
{
background-color: #173DD5;
}
</style>
border-color css
<style>
span { border-color: #173DD5; }
span { border-color: rgb(23,61,213); }
td.TdClassName
{
border-color: #173DD5;
}
.TagClassName
{
border-color: #173DD5;
}
</style>