Shades of Persian Blue #172FBA
Tints of Persian Blue #172FBA
RGB
CMYK
RGB Variations
Color information
#172FBA (or 0x172FBA) is known color: Persian Blue. HEX triplet: 17, 2F and BA. RGB value is (23,47,186). Sum of RGB (Red+Green+Blue) = 23+47+186=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #172FBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FBA is #E8D045. Grayscale: #373737. Windows color (decimal): -15257670 or 12201751. OLE color: 12201751.
HSL color Cylindrical-coordinate representation of color #172FBA: hue angle of 231.17º 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 #172FBA is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 47 | 186 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.27 |
| HSL | 231.17º | 0.78% | 0.41% | - |
| HSV(B) | 231.17º | 0.88% | 0.73% | - |
| XYZ | 10.23 | 5.76 | 47.03 | - |
| YUV | 55.67 | 201.55 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 186 | 0.88 | 0.75 | 0 | 0.27 | 231.17 | 0.78 | 0.41 |
| Hex | 17 | 2F | BA | 58 | 4B | 0 | 1B | E7 | 4E | 29 |
| Octal | 27 | 57 | 272 | 130 | 113 | 0 | 33 | 347 | 116 | 51 |
| Binary | 10111 | 101111 | 10111010 | 1011000 | 1001011 | 0 | 11011 | 11100111 | 1001110 | 101001 |
Color Harmonies of #172FBA
Complementary color
Monochromatic Colors of #172FBA
Black with #172FBA
Text Example
Text Example
White with #172FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FBA; }
p { color: rgb(23,47,186); }
H1.HeaderClassName
{
color: #172FBA;
}
.AnyTagClassName
{
color: #172FBA;
}
</style>
background-color css
<style>
a { background-color: #172FBA; }
a { background-color: rgb(23,47,186); }
div.DivClassName
{
background-color: #172FBA;
}
.BgClassName
{
background-color: #172FBA;
}
</style>
border-color css
<style>
span { border-color: #172FBA; }
span { border-color: rgb(23,47,186); }
td.TdClassName
{
border-color: #172FBA;
}
.TagClassName
{
border-color: #172FBA;
}
</style>