Shades of Persian Blue #172CCA
Tints of Persian Blue #172CCA
RGB
CMYK
RGB Variations
Color information
#172CCA (or 0x172CCA) is known color: Persian Blue. HEX triplet: 17, 2C and CA. RGB value is (23,44,202). Sum of RGB (Red+Green+Blue) = 23+44+202=269 (35% of max value = 765). Red value is 23 (9.38% from 255 or 8.55% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #172CCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #172CCA is #E8D335. Grayscale: #373737. Windows color (decimal): -15258422 or 13249559. OLE color: 13249559.
HSL color Cylindrical-coordinate representation of color #172CCA: hue angle of 232.96º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #172CCA is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 44 | 202 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.21 |
| HSL | 232.96º | 0.8% | 0.44% | - |
| HSV(B) | 232.96º | 0.89% | 0.79% | - |
| XYZ | 11.91 | 6.25 | 56.46 | - |
| YUV | 55.73 | 210.54 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 44 | 202 | 0.89 | 0.78 | 0 | 0.21 | 232.96 | 0.8 | 0.44 |
| Hex | 17 | 2C | CA | 59 | 4E | 0 | 15 | E9 | 50 | 2C |
| Octal | 27 | 54 | 312 | 131 | 116 | 0 | 25 | 351 | 120 | 54 |
| Binary | 10111 | 101100 | 11001010 | 1011001 | 1001110 | 0 | 10101 | 11101001 | 1010000 | 101100 |
Color Harmonies of #172CCA
Complementary color
Monochromatic Colors of #172CCA
Black with #172CCA
Text Example
Text Example
White with #172CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172CCA; }
p { color: rgb(23,44,202); }
H1.HeaderClassName
{
color: #172CCA;
}
.AnyTagClassName
{
color: #172CCA;
}
</style>
background-color css
<style>
a { background-color: #172CCA; }
a { background-color: rgb(23,44,202); }
div.DivClassName
{
background-color: #172CCA;
}
.BgClassName
{
background-color: #172CCA;
}
</style>
border-color css
<style>
span { border-color: #172CCA; }
span { border-color: rgb(23,44,202); }
td.TdClassName
{
border-color: #172CCA;
}
.TagClassName
{
border-color: #172CCA;
}
</style>