Shades of Persian Blue #171CCB
Tints of Persian Blue #171CCB
RGB
CMYK
RGB Variations
Color information
#171CCB (or 0x171CCB) is known color: Persian Blue. HEX triplet: 17, 1C and CB. RGB value is (23,28,203). Sum of RGB (Red+Green+Blue) = 23+28+203=254 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.06% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #171CCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #171CCB is #E8E334. Grayscale: #2D2D2D. Windows color (decimal): -15262517 or 13310999. OLE color: 13310999.
HSL color Cylindrical-coordinate representation of color #171CCB: hue angle of 238.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #171CCB is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 28 | 203 | - |
| CMYK | 0.89 | 0.86 | 0 | 0.20 |
| HSL | 238.33º | 0.8% | 0.44% | - |
| HSV(B) | 238.33º | 0.89% | 0.8% | - |
| XYZ | 11.55 | 5.32 | 56.92 | - |
| YUV | 46.46 | 216.34 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 28 | 203 | 0.89 | 0.86 | 0 | 0.20 | 238.33 | 0.8 | 0.44 |
| Hex | 17 | 1C | CB | 59 | 56 | 0 | 14 | EE | 50 | 2C |
| Octal | 27 | 34 | 313 | 131 | 126 | 0 | 24 | 356 | 120 | 54 |
| Binary | 10111 | 11100 | 11001011 | 1011001 | 1010110 | 0 | 10100 | 11101110 | 1010000 | 101100 |
Color Harmonies of #171CCB
Complementary color
Monochromatic Colors of #171CCB
Black with #171CCB
Text Example
Text Example
White with #171CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171CCB; }
p { color: rgb(23,28,203); }
H1.HeaderClassName
{
color: #171CCB;
}
.AnyTagClassName
{
color: #171CCB;
}
</style>
background-color css
<style>
a { background-color: #171CCB; }
a { background-color: rgb(23,28,203); }
div.DivClassName
{
background-color: #171CCB;
}
.BgClassName
{
background-color: #171CCB;
}
</style>
border-color css
<style>
span { border-color: #171CCB; }
span { border-color: rgb(23,28,203); }
td.TdClassName
{
border-color: #171CCB;
}
.TagClassName
{
border-color: #171CCB;
}
</style>