Shades of Persian Blue #172FEB
Tints of Persian Blue #172FEB
RGB
CMYK
RGB Variations
Color information
#172FEB (or 0x172FEB) is known color: Persian Blue. HEX triplet: 17, 2F and EB. RGB value is (23,47,235). Sum of RGB (Red+Green+Blue) = 23+47+235=305 (40% of max value = 765). Red value is 23 (9.38% from 255 or 7.54% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 235 (92.19% from 255 or 77.05% from 305); Max value from RGB is 235 - color contains mainly: blue. Hex color #172FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #172FEB is #E8D014. Grayscale: #3C3C3C. Windows color (decimal): -15257621 or 15413015. OLE color: 15413015.
HSL color Cylindrical-coordinate representation of color #172FEB: hue angle of 233.21º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #172FEB is Cyan = 0.90, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 47 | 235 | - |
| CMYK | 0.90 | 0.8 | 0 | 0.08 |
| HSL | 233.21º | 0.84% | 0.51% | - |
| HSV(B) | 233.21º | 0.9% | 0.92% | - |
| XYZ | 16.37 | 8.21 | 79.32 | - |
| YUV | 61.26 | 226.05 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 235 | 0.90 | 0.8 | 0 | 0.08 | 233.21 | 0.84 | 0.51 |
| Hex | 17 | 2F | EB | 5A | 50 | 0 | 8 | E9 | 54 | 33 |
| Octal | 27 | 57 | 353 | 132 | 120 | 0 | 10 | 351 | 124 | 63 |
| Binary | 10111 | 101111 | 11101011 | 1011010 | 1010000 | 0 | 1000 | 11101001 | 1010100 | 110011 |
Color Harmonies of #172FEB
Complementary color
Monochromatic Colors of #172FEB
Black with #172FEB
Text Example
Text Example
White with #172FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172FEB; }
p { color: rgb(23,47,235); }
H1.HeaderClassName
{
color: #172FEB;
}
.AnyTagClassName
{
color: #172FEB;
}
</style>
background-color css
<style>
a { background-color: #172FEB; }
a { background-color: rgb(23,47,235); }
div.DivClassName
{
background-color: #172FEB;
}
.BgClassName
{
background-color: #172FEB;
}
</style>
border-color css
<style>
span { border-color: #172FEB; }
span { border-color: rgb(23,47,235); }
td.TdClassName
{
border-color: #172FEB;
}
.TagClassName
{
border-color: #172FEB;
}
</style>