Shades of Persian Blue #172BEB
Tints of Persian Blue #172BEB
RGB
CMYK
RGB Variations
Color information
#172BEB (or 0x172BEB) is known color: Persian Blue. HEX triplet: 17, 2B and EB. RGB value is (23,43,235). Sum of RGB (Red+Green+Blue) = 23+43+235=301 (39% of max value = 765). Red value is 23 (9.38% from 255 or 7.64% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #172BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172BEB is #E8D414. Grayscale: #3A3A3A. Windows color (decimal): -15258645 or 15411991. OLE color: 15411991.
HSL color Cylindrical-coordinate representation of color #172BEB: hue angle of 234.34º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172BEB is Cyan = 0.90, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 43 | 235 | - |
| CMYK | 0.90 | 0.82 | 0 | 0.08 |
| HSL | 234.34º | 0.84% | 0.51% | - |
| HSV(B) | 234.34º | 0.9% | 0.92% | - |
| XYZ | 16.21 | 7.91 | 79.27 | - |
| YUV | 58.91 | 227.37 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 235 | 0.90 | 0.82 | 0 | 0.08 | 234.34 | 0.84 | 0.51 |
| Hex | 17 | 2B | EB | 5A | 52 | 0 | 8 | EA | 54 | 33 |
| Octal | 27 | 53 | 353 | 132 | 122 | 0 | 10 | 352 | 124 | 63 |
| Binary | 10111 | 101011 | 11101011 | 1011010 | 1010010 | 0 | 1000 | 11101010 | 1010100 | 110011 |
Color Harmonies of #172BEB
Complementary color
Monochromatic Colors of #172BEB
Black with #172BEB
Text Example
Text Example
White with #172BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BEB; }
p { color: rgb(23,43,235); }
H1.HeaderClassName
{
color: #172BEB;
}
.AnyTagClassName
{
color: #172BEB;
}
</style>
background-color css
<style>
a { background-color: #172BEB; }
a { background-color: rgb(23,43,235); }
div.DivClassName
{
background-color: #172BEB;
}
.BgClassName
{
background-color: #172BEB;
}
</style>
border-color css
<style>
span { border-color: #172BEB; }
span { border-color: rgb(23,43,235); }
td.TdClassName
{
border-color: #172BEB;
}
.TagClassName
{
border-color: #172BEB;
}
</style>