Shades of Persian Blue #172BE5
Tints of Persian Blue #172BE5
RGB
CMYK
RGB Variations
Color information
#172BE5 (or 0x172BE5) is known color: Persian Blue. HEX triplet: 17, 2B and E5. RGB value is (23,43,229). Sum of RGB (Red+Green+Blue) = 23+43+229=295 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.80% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #172BE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BE5 is #E8D41A. Grayscale: #393939. Windows color (decimal): -15258651 or 15018775. OLE color: 15018775.
HSL color Cylindrical-coordinate representation of color #172BE5: hue angle of 234.17º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172BE5 is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 23 | 43 | 229 | - |
| CMYK | 0.90 | 0.81 | 0 | 0.10 |
| HSL | 234.17º | 0.82% | 0.49% | - |
| HSV(B) | 234.17º | 0.9% | 0.9% | - |
| XYZ | 15.36 | 7.57 | 74.78 | - |
| YUV | 58.22 | 224.37 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 229 | 0.90 | 0.81 | 0 | 0.10 | 234.17 | 0.82 | 0.49 |
| Hex | 17 | 2B | E5 | 5A | 51 | 0 | A | EA | 52 | 31 |
| Octal | 27 | 53 | 345 | 132 | 121 | 0 | 12 | 352 | 122 | 61 |
| Binary | 10111 | 101011 | 11100101 | 1011010 | 1010001 | 0 | 1010 | 11101010 | 1010010 | 110001 |
Color Harmonies of #172BE5
Complementary color
Monochromatic Colors of #172BE5
Black with #172BE5
Text Example
Text Example
White with #172BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BE5; }
p { color: rgb(23,43,229); }
H1.HeaderClassName
{
color: #172BE5;
}
.AnyTagClassName
{
color: #172BE5;
}
</style>
background-color css
<style>
a { background-color: #172BE5; }
a { background-color: rgb(23,43,229); }
div.DivClassName
{
background-color: #172BE5;
}
.BgClassName
{
background-color: #172BE5;
}
</style>
border-color css
<style>
span { border-color: #172BE5; }
span { border-color: rgb(23,43,229); }
td.TdClassName
{
border-color: #172BE5;
}
.TagClassName
{
border-color: #172BE5;
}
</style>