Shades of Persian Blue #172DB5
Tints of Persian Blue #172DB5
RGB
CMYK
RGB Variations
Color information
#172DB5 (or 0x172DB5) is known color: Persian Blue. HEX triplet: 17, 2D and B5. RGB value is (23,45,181). Sum of RGB (Red+Green+Blue) = 23+45+181=249 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.24% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 181 (71.09% from 255 or 72.69% from 249); Max value from RGB is 181 - color contains mainly: blue. Hex color #172DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172DB5 is #E8D24A. Grayscale: #353535. Windows color (decimal): -15258187 or 11873559. OLE color: 11873559.
HSL color Cylindrical-coordinate representation of color #172DB5: hue angle of 231.65º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #172DB5 is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 23 | 45 | 181 | - |
| CMYK | 0.87 | 0.75 | 0 | 0.29 |
| HSL | 231.65º | 0.77% | 0.4% | - |
| HSV(B) | 231.65º | 0.87% | 0.71% | - |
| XYZ | 9.63 | 5.4 | 44.25 | - |
| YUV | 53.93 | 199.71 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 181 | 0.87 | 0.75 | 0 | 0.29 | 231.65 | 0.77 | 0.4 |
| Hex | 17 | 2D | B5 | 57 | 4B | 0 | 1D | E8 | 4D | 28 |
| Octal | 27 | 55 | 265 | 127 | 113 | 0 | 35 | 350 | 115 | 50 |
| Binary | 10111 | 101101 | 10110101 | 1010111 | 1001011 | 0 | 11101 | 11101000 | 1001101 | 101000 |
Color Harmonies of #172DB5
Complementary color
Monochromatic Colors of #172DB5
Black with #172DB5
Text Example
Text Example
White with #172DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172DB5; }
p { color: rgb(23,45,181); }
H1.HeaderClassName
{
color: #172DB5;
}
.AnyTagClassName
{
color: #172DB5;
}
</style>
background-color css
<style>
a { background-color: #172DB5; }
a { background-color: rgb(23,45,181); }
div.DivClassName
{
background-color: #172DB5;
}
.BgClassName
{
background-color: #172DB5;
}
</style>
border-color css
<style>
span { border-color: #172DB5; }
span { border-color: rgb(23,45,181); }
td.TdClassName
{
border-color: #172DB5;
}
.TagClassName
{
border-color: #172DB5;
}
</style>