Shades of Persian Blue #172ABF
Tints of Persian Blue #172ABF
RGB
CMYK
RGB Variations
Color information
#172ABF (or 0x172ABF) is known color: Persian Blue. HEX triplet: 17, 2A and BF. RGB value is (23,42,191). Sum of RGB (Red+Green+Blue) = 23+42+191=256 (33% of max value = 765). Red value is 23 (9.38% from 255 or 8.98% from 256); Green value is 42 (16.80% from 255 or 16.41% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #172ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172ABF is #E8D540. Grayscale: #343434. Windows color (decimal): -15258945 or 12528151. OLE color: 12528151.
HSL color Cylindrical-coordinate representation of color #172ABF: hue angle of 233.21º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #172ABF is Cyan = 0.88, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 42 | 191 | - |
| CMYK | 0.88 | 0.78 | 0 | 0.25 |
| HSL | 233.21º | 0.79% | 0.42% | - |
| HSV(B) | 233.21º | 0.88% | 0.75% | - |
| XYZ | 10.59 | 5.6 | 49.81 | - |
| YUV | 53.31 | 205.71 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 191 | 0.88 | 0.78 | 0 | 0.25 | 233.21 | 0.79 | 0.42 |
| Hex | 17 | 2A | BF | 58 | 4E | 0 | 19 | E9 | 4F | 2A |
| Octal | 27 | 52 | 277 | 130 | 116 | 0 | 31 | 351 | 117 | 52 |
| Binary | 10111 | 101010 | 10111111 | 1011000 | 1001110 | 0 | 11001 | 11101001 | 1001111 | 101010 |
Color Harmonies of #172ABF
Complementary color
Monochromatic Colors of #172ABF
Black with #172ABF
Text Example
Text Example
White with #172ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172ABF; }
p { color: rgb(23,42,191); }
H1.HeaderClassName
{
color: #172ABF;
}
.AnyTagClassName
{
color: #172ABF;
}
</style>
background-color css
<style>
a { background-color: #172ABF; }
a { background-color: rgb(23,42,191); }
div.DivClassName
{
background-color: #172ABF;
}
.BgClassName
{
background-color: #172ABF;
}
</style>
border-color css
<style>
span { border-color: #172ABF; }
span { border-color: rgb(23,42,191); }
td.TdClassName
{
border-color: #172ABF;
}
.TagClassName
{
border-color: #172ABF;
}
</style>