Shades of Persian Blue #171CBE
Tints of Persian Blue #171CBE
RGB
CMYK
RGB Variations
Color information
#171CBE (or 0x171CBE) is known color: Persian Blue. HEX triplet: 17, 1C and BE. RGB value is (23,28,190). Sum of RGB (Red+Green+Blue) = 23+28+190=241 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.54% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #171CBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CBE is #E8E341. Grayscale: #2C2C2C. Windows color (decimal): -15262530 or 12459031. OLE color: 12459031.
HSL color Cylindrical-coordinate representation of color #171CBE: hue angle of 238.2º degrees, saturation: 0.78, 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 #171CBE is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 23 | 28 | 190 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.25 |
| HSL | 238.2º | 0.78% | 0.42% | - |
| HSV(B) | 238.2º | 0.88% | 0.75% | - |
| XYZ | 10.06 | 4.73 | 49.1 | - |
| YUV | 44.97 | 209.84 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 190 | 0.88 | 0.85 | 0 | 0.25 | 238.2 | 0.78 | 0.42 |
| Hex | 17 | 1C | BE | 58 | 55 | 0 | 19 | EE | 4E | 2A |
| Octal | 27 | 34 | 276 | 130 | 125 | 0 | 31 | 356 | 116 | 52 |
| Binary | 10111 | 11100 | 10111110 | 1011000 | 1010101 | 0 | 11001 | 11101110 | 1001110 | 101010 |
Color Harmonies of #171CBE
Complementary color
Monochromatic Colors of #171CBE
Black with #171CBE
Text Example
Text Example
White with #171CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CBE; }
p { color: rgb(23,28,190); }
H1.HeaderClassName
{
color: #171CBE;
}
.AnyTagClassName
{
color: #171CBE;
}
</style>
background-color css
<style>
a { background-color: #171CBE; }
a { background-color: rgb(23,28,190); }
div.DivClassName
{
background-color: #171CBE;
}
.BgClassName
{
background-color: #171CBE;
}
</style>
border-color css
<style>
span { border-color: #171CBE; }
span { border-color: rgb(23,28,190); }
td.TdClassName
{
border-color: #171CBE;
}
.TagClassName
{
border-color: #171CBE;
}
</style>