Shades of Persian Blue #171FCE
Tints of Persian Blue #171FCE
RGB
CMYK
RGB Variations
Color information
#171FCE (or 0x171FCE) is known color: Persian Blue. HEX triplet: 17, 1F and CE. RGB value is (23,31,206). Sum of RGB (Red+Green+Blue) = 23+31+206=260 (34% of max value = 765). Red value is 23 (9.38% from 255 or 8.85% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #171FCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171FCE is #E8E031. Grayscale: #2F2F2F. Windows color (decimal): -15261746 or 13508375. OLE color: 13508375.
HSL color Cylindrical-coordinate representation of color #171FCE: hue angle of 237.38º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171FCE is Cyan = 0.89, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 31 | 206 | - |
| CMYK | 0.89 | 0.85 | 0 | 0.19 |
| HSL | 237.38º | 0.8% | 0.45% | - |
| HSV(B) | 237.38º | 0.89% | 0.81% | - |
| XYZ | 11.98 | 5.62 | 58.85 | - |
| YUV | 48.56 | 216.85 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 206 | 0.89 | 0.85 | 0 | 0.19 | 237.38 | 0.8 | 0.45 |
| Hex | 17 | 1F | CE | 59 | 55 | 0 | 13 | ED | 50 | 2D |
| Octal | 27 | 37 | 316 | 131 | 125 | 0 | 23 | 355 | 120 | 55 |
| Binary | 10111 | 11111 | 11001110 | 1011001 | 1010101 | 0 | 10011 | 11101101 | 1010000 | 101101 |
Color Harmonies of #171FCE
Complementary color
Monochromatic Colors of #171FCE
Black with #171FCE
Text Example
Text Example
White with #171FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171FCE; }
p { color: rgb(23,31,206); }
H1.HeaderClassName
{
color: #171FCE;
}
.AnyTagClassName
{
color: #171FCE;
}
</style>
background-color css
<style>
a { background-color: #171FCE; }
a { background-color: rgb(23,31,206); }
div.DivClassName
{
background-color: #171FCE;
}
.BgClassName
{
background-color: #171FCE;
}
</style>
border-color css
<style>
span { border-color: #171FCE; }
span { border-color: rgb(23,31,206); }
td.TdClassName
{
border-color: #171FCE;
}
.TagClassName
{
border-color: #171FCE;
}
</style>