Shades of Persian Blue #171EBC
Tints of Persian Blue #171EBC
RGB
CMYK
RGB Variations
Color information
#171EBC (or 0x171EBC) is known color: Persian Blue. HEX triplet: 17, 1E and BC. RGB value is (23,30,188). Sum of RGB (Red+Green+Blue) = 23+30+188=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 188 (73.83% from 255 or 78.01% from 241); Max value from RGB is 188 - color contains mainly: blue. Hex color #171EBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171EBC is #E8E143. Grayscale: #2D2D2D. Windows color (decimal): -15262020 or 12328471. OLE color: 12328471.
HSL color Cylindrical-coordinate representation of color #171EBC: hue angle of 237.45º 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 #171EBC is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 30 | 188 | - |
| CMYK | 0.88 | 0.84 | 0 | 0.26 |
| HSL | 237.45º | 0.78% | 0.41% | - |
| HSV(B) | 237.45º | 0.88% | 0.74% | - |
| XYZ | 9.89 | 4.74 | 47.97 | - |
| YUV | 45.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 188 | 0.88 | 0.84 | 0 | 0.26 | 237.45 | 0.78 | 0.41 |
| Hex | 17 | 1E | BC | 58 | 54 | 0 | 1A | ED | 4E | 29 |
| Octal | 27 | 36 | 274 | 130 | 124 | 0 | 32 | 355 | 116 | 51 |
| Binary | 10111 | 11110 | 10111100 | 1011000 | 1010100 | 0 | 11010 | 11101101 | 1001110 | 101001 |
Color Harmonies of #171EBC
Complementary color
Monochromatic Colors of #171EBC
Black with #171EBC
Text Example
Text Example
White with #171EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171EBC; }
p { color: rgb(23,30,188); }
H1.HeaderClassName
{
color: #171EBC;
}
.AnyTagClassName
{
color: #171EBC;
}
</style>
background-color css
<style>
a { background-color: #171EBC; }
a { background-color: rgb(23,30,188); }
div.DivClassName
{
background-color: #171EBC;
}
.BgClassName
{
background-color: #171EBC;
}
</style>
border-color css
<style>
span { border-color: #171EBC; }
span { border-color: rgb(23,30,188); }
td.TdClassName
{
border-color: #171EBC;
}
.TagClassName
{
border-color: #171EBC;
}
</style>