Shades of Persian Blue #172BBA
Tints of Persian Blue #172BBA
RGB
CMYK
RGB Variations
Color information
#172BBA (or 0x172BBA) is known color: Persian Blue. HEX triplet: 17, 2B and BA. RGB value is (23,43,186). Sum of RGB (Red+Green+Blue) = 23+43+186=252 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.13% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 186 (73.05% from 255 or 73.81% from 252); Max value from RGB is 186 - color contains mainly: blue. Hex color #172BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172BBA is #E8D445. Grayscale: #343434. Windows color (decimal): -15258694 or 12200727. OLE color: 12200727.
HSL color Cylindrical-coordinate representation of color #172BBA: hue angle of 232.64º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172BBA is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 43 | 186 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.27 |
| HSL | 232.64º | 0.78% | 0.41% | - |
| HSV(B) | 232.64º | 0.88% | 0.73% | - |
| XYZ | 10.08 | 5.46 | 46.98 | - |
| YUV | 53.32 | 202.87 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 43 | 186 | 0.88 | 0.77 | 0 | 0.27 | 232.64 | 0.78 | 0.41 |
| Hex | 17 | 2B | BA | 58 | 4D | 0 | 1B | E9 | 4E | 29 |
| Octal | 27 | 53 | 272 | 130 | 115 | 0 | 33 | 351 | 116 | 51 |
| Binary | 10111 | 101011 | 10111010 | 1011000 | 1001101 | 0 | 11011 | 11101001 | 1001110 | 101001 |
Color Harmonies of #172BBA
Complementary color
Monochromatic Colors of #172BBA
Black with #172BBA
Text Example
Text Example
White with #172BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172BBA; }
p { color: rgb(23,43,186); }
H1.HeaderClassName
{
color: #172BBA;
}
.AnyTagClassName
{
color: #172BBA;
}
</style>
background-color css
<style>
a { background-color: #172BBA; }
a { background-color: rgb(23,43,186); }
div.DivClassName
{
background-color: #172BBA;
}
.BgClassName
{
background-color: #172BBA;
}
</style>
border-color css
<style>
span { border-color: #172BBA; }
span { border-color: rgb(23,43,186); }
td.TdClassName
{
border-color: #172BBA;
}
.TagClassName
{
border-color: #172BBA;
}
</style>