Shades of Persian Blue #171FBC
Tints of Persian Blue #171FBC
RGB
CMYK
RGB Variations
Color information
#171FBC (or 0x171FBC) is known color: Persian Blue. HEX triplet: 17, 1F and BC. RGB value is (23,31,188). Sum of RGB (Red+Green+Blue) = 23+31+188=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 188 (73.83% from 255 or 77.69% from 242); Max value from RGB is 188 - color contains mainly: blue. Hex color #171FBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FBC is #E8E043. Grayscale: #2D2D2D. Windows color (decimal): -15261764 or 12328727. OLE color: 12328727.
HSL color Cylindrical-coordinate representation of color #171FBC: hue angle of 237.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #171FBC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 31 | 188 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.26 |
| HSL | 237.09º | 0.78% | 0.41% | - |
| HSV(B) | 237.09º | 0.88% | 0.74% | - |
| XYZ | 9.92 | 4.79 | 47.98 | - |
| YUV | 46.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 188 | 0.88 | 0.84 | 0 | 0.26 | 237.09 | 0.78 | 0.41 |
| Hex | 17 | 1F | BC | 58 | 54 | 0 | 1A | ED | 4E | 29 |
| Octal | 27 | 37 | 274 | 130 | 124 | 0 | 32 | 355 | 116 | 51 |
| Binary | 10111 | 11111 | 10111100 | 1011000 | 1010100 | 0 | 11010 | 11101101 | 1001110 | 101001 |
Color Harmonies of #171FBC
Complementary color
Monochromatic Colors of #171FBC
Black with #171FBC
Text Example
Text Example
White with #171FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FBC; }
p { color: rgb(23,31,188); }
H1.HeaderClassName
{
color: #171FBC;
}
.AnyTagClassName
{
color: #171FBC;
}
</style>
background-color css
<style>
a { background-color: #171FBC; }
a { background-color: rgb(23,31,188); }
div.DivClassName
{
background-color: #171FBC;
}
.BgClassName
{
background-color: #171FBC;
}
</style>
border-color css
<style>
span { border-color: #171FBC; }
span { border-color: rgb(23,31,188); }
td.TdClassName
{
border-color: #171FBC;
}
.TagClassName
{
border-color: #171FBC;
}
</style>