Shades of Persian Blue #173DF5
Tints of Persian Blue #173DF5
RGB
CMYK
RGB Variations
Color information
#173DF5 (or 0x173DF5) is known color: Persian Blue. HEX triplet: 17, 3D and F5. RGB value is (23,61,245). Sum of RGB (Red+Green+Blue) = 23+61+245=329 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.99% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 245 (96.09% from 255 or 74.47% from 329); Max value from RGB is 245 - color contains mainly: blue. Hex color #173DF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173DF5 is #E8C20A. Grayscale: #454545. Windows color (decimal): -15254027 or 16071959. OLE color: 16071959.
HSL color Cylindrical-coordinate representation of color #173DF5: hue angle of 229.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #173DF5 is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 61 | 245 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.04 |
| HSL | 229.73º | 0.92% | 0.53% | - |
| HSV(B) | 229.73º | 0.91% | 0.96% | - |
| XYZ | 18.5 | 10.11 | 87.36 | - |
| YUV | 70.61 | 226.41 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 61 | 245 | 0.91 | 0.75 | 0 | 0.04 | 229.73 | 0.92 | 0.53 |
| Hex | 17 | 3D | F5 | 5B | 4B | 0 | 4 | E6 | 5C | 35 |
| Octal | 27 | 75 | 365 | 133 | 113 | 0 | 4 | 346 | 134 | 65 |
| Binary | 10111 | 111101 | 11110101 | 1011011 | 1001011 | 0 | 100 | 11100110 | 1011100 | 110101 |
Color Harmonies of #173DF5
Complementary color
Monochromatic Colors of #173DF5
Black with #173DF5
Text Example
Text Example
White with #173DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173DF5; }
p { color: rgb(23,61,245); }
H1.HeaderClassName
{
color: #173DF5;
}
.AnyTagClassName
{
color: #173DF5;
}
</style>
background-color css
<style>
a { background-color: #173DF5; }
a { background-color: rgb(23,61,245); }
div.DivClassName
{
background-color: #173DF5;
}
.BgClassName
{
background-color: #173DF5;
}
</style>
border-color css
<style>
span { border-color: #173DF5; }
span { border-color: rgb(23,61,245); }
td.TdClassName
{
border-color: #173DF5;
}
.TagClassName
{
border-color: #173DF5;
}
</style>