Shades of Persian Blue #172FCB
Tints of Persian Blue #172FCB
RGB
CMYK
RGB Variations
Color information
#172FCB (or 0x172FCB) is known color: Persian Blue. HEX triplet: 17, 2F and CB. RGB value is (23,47,203). Sum of RGB (Red+Green+Blue) = 23+47+203=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #172FCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172FCB is #E8D034. Grayscale: #383838. Windows color (decimal): -15257653 or 13315863. OLE color: 13315863.
HSL color Cylindrical-coordinate representation of color #172FCB: hue angle of 232º 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 #172FCB is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 47 | 203 | - |
| CMYK | 0.89 | 0.77 | 0 | 0.20 |
| HSL | 232º | 0.8% | 0.44% | - |
| HSV(B) | 232º | 0.89% | 0.8% | - |
| XYZ | 12.15 | 6.53 | 57.12 | - |
| YUV | 57.61 | 210.05 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 203 | 0.89 | 0.77 | 0 | 0.20 | 232 | 0.8 | 0.44 |
| Hex | 17 | 2F | CB | 59 | 4D | 0 | 14 | E8 | 50 | 2C |
| Octal | 27 | 57 | 313 | 131 | 115 | 0 | 24 | 350 | 120 | 54 |
| Binary | 10111 | 101111 | 11001011 | 1011001 | 1001101 | 0 | 10100 | 11101000 | 1010000 | 101100 |
Color Harmonies of #172FCB
Complementary color
Monochromatic Colors of #172FCB
Black with #172FCB
Text Example
Text Example
White with #172FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FCB; }
p { color: rgb(23,47,203); }
H1.HeaderClassName
{
color: #172FCB;
}
.AnyTagClassName
{
color: #172FCB;
}
</style>
background-color css
<style>
a { background-color: #172FCB; }
a { background-color: rgb(23,47,203); }
div.DivClassName
{
background-color: #172FCB;
}
.BgClassName
{
background-color: #172FCB;
}
</style>
border-color css
<style>
span { border-color: #172FCB; }
span { border-color: rgb(23,47,203); }
td.TdClassName
{
border-color: #172FCB;
}
.TagClassName
{
border-color: #172FCB;
}
</style>