Shades of Persian Blue #173CEC
Tints of Persian Blue #173CEC
RGB
CMYK
RGB Variations
Color information
#173CEC (or 0x173CEC) is known color: Persian Blue. HEX triplet: 17, 3C and EC. RGB value is (23,60,236). Sum of RGB (Red+Green+Blue) = 23+60+236=319 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.21% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #173CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CEC is #E8C313. Grayscale: #444444. Windows color (decimal): -15254292 or 15481879. OLE color: 15481879.
HSL color Cylindrical-coordinate representation of color #173CEC: hue angle of 229.58º 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 #173CEC is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 60 | 236 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.07 |
| HSL | 229.58º | 0.85% | 0.51% | - |
| HSV(B) | 229.58º | 0.9% | 0.93% | - |
| XYZ | 17.11 | 9.47 | 80.28 | - |
| YUV | 69 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 236 | 0.90 | 0.75 | 0 | 0.07 | 229.58 | 0.85 | 0.51 |
| Hex | 17 | 3C | EC | 5A | 4B | 0 | 7 | E6 | 55 | 33 |
| Octal | 27 | 74 | 354 | 132 | 113 | 0 | 7 | 346 | 125 | 63 |
| Binary | 10111 | 111100 | 11101100 | 1011010 | 1001011 | 0 | 111 | 11100110 | 1010101 | 110011 |
Color Harmonies of #173CEC
Complementary color
Monochromatic Colors of #173CEC
Black with #173CEC
Text Example
Text Example
White with #173CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CEC; }
p { color: rgb(23,60,236); }
H1.HeaderClassName
{
color: #173CEC;
}
.AnyTagClassName
{
color: #173CEC;
}
</style>
background-color css
<style>
a { background-color: #173CEC; }
a { background-color: rgb(23,60,236); }
div.DivClassName
{
background-color: #173CEC;
}
.BgClassName
{
background-color: #173CEC;
}
</style>
border-color css
<style>
span { border-color: #173CEC; }
span { border-color: rgb(23,60,236); }
td.TdClassName
{
border-color: #173CEC;
}
.TagClassName
{
border-color: #173CEC;
}
</style>