Shades of Persian Blue #173FEC
Tints of Persian Blue #173FEC
RGB
CMYK
RGB Variations
Color information
#173FEC (or 0x173FEC) is known color: Persian Blue. HEX triplet: 17, 3F and EC. RGB value is (23,63,236). Sum of RGB (Red+Green+Blue) = 23+63+236=322 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.14% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 236 (92.58% from 255 or 73.29% from 322); Max value from RGB is 236 - color contains mainly: blue. Hex color #173FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173FEC is #E8C013. Grayscale: #464646. Windows color (decimal): -15253524 or 15482647. OLE color: 15482647.
HSL color Cylindrical-coordinate representation of color #173FEC: hue angle of 228.73º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173FEC is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 63 | 236 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.07 |
| HSL | 228.73º | 0.85% | 0.51% | - |
| HSV(B) | 228.73º | 0.9% | 0.93% | - |
| XYZ | 17.27 | 9.79 | 80.34 | - |
| YUV | 70.76 | 221.25 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 236 | 0.90 | 0.73 | 0 | 0.07 | 228.73 | 0.85 | 0.51 |
| Hex | 17 | 3F | EC | 5A | 49 | 0 | 7 | E5 | 55 | 33 |
| Octal | 27 | 77 | 354 | 132 | 111 | 0 | 7 | 345 | 125 | 63 |
| Binary | 10111 | 111111 | 11101100 | 1011010 | 1001001 | 0 | 111 | 11100101 | 1010101 | 110011 |
Color Harmonies of #173FEC
Complementary color
Monochromatic Colors of #173FEC
Black with #173FEC
Text Example
Text Example
White with #173FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FEC; }
p { color: rgb(23,63,236); }
H1.HeaderClassName
{
color: #173FEC;
}
.AnyTagClassName
{
color: #173FEC;
}
</style>
background-color css
<style>
a { background-color: #173FEC; }
a { background-color: rgb(23,63,236); }
div.DivClassName
{
background-color: #173FEC;
}
.BgClassName
{
background-color: #173FEC;
}
</style>
border-color css
<style>
span { border-color: #173FEC; }
span { border-color: rgb(23,63,236); }
td.TdClassName
{
border-color: #173FEC;
}
.TagClassName
{
border-color: #173FEC;
}
</style>