Shades of Persian Blue #173CEB
Tints of Persian Blue #173CEB
RGB
CMYK
RGB Variations
Color information
#173CEB (or 0x173CEB) is known color: Persian Blue. HEX triplet: 17, 3C and EB. RGB value is (23,60,235). Sum of RGB (Red+Green+Blue) = 23+60+235=318 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.23% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 235 (92.19% from 255 or 73.90% from 318); Max value from RGB is 235 - color contains mainly: blue. Hex color #173CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CEB is #E8C314. Grayscale: #444444. Windows color (decimal): -15254293 or 15416343. OLE color: 15416343.
HSL color Cylindrical-coordinate representation of color #173CEB: hue angle of 229.53º 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 #173CEB is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 60 | 235 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.08 |
| HSL | 229.53º | 0.84% | 0.51% | - |
| HSV(B) | 229.53º | 0.9% | 0.92% | - |
| XYZ | 16.96 | 9.41 | 79.52 | - |
| YUV | 68.89 | 221.74 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 235 | 0.90 | 0.74 | 0 | 0.08 | 229.53 | 0.84 | 0.51 |
| Hex | 17 | 3C | EB | 5A | 4A | 0 | 8 | E6 | 54 | 33 |
| Octal | 27 | 74 | 353 | 132 | 112 | 0 | 10 | 346 | 124 | 63 |
| Binary | 10111 | 111100 | 11101011 | 1011010 | 1001010 | 0 | 1000 | 11100110 | 1010100 | 110011 |
Color Harmonies of #173CEB
Complementary color
Monochromatic Colors of #173CEB
Black with #173CEB
Text Example
Text Example
White with #173CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CEB; }
p { color: rgb(23,60,235); }
H1.HeaderClassName
{
color: #173CEB;
}
.AnyTagClassName
{
color: #173CEB;
}
</style>
background-color css
<style>
a { background-color: #173CEB; }
a { background-color: rgb(23,60,235); }
div.DivClassName
{
background-color: #173CEB;
}
.BgClassName
{
background-color: #173CEB;
}
</style>
border-color css
<style>
span { border-color: #173CEB; }
span { border-color: rgb(23,60,235); }
td.TdClassName
{
border-color: #173CEB;
}
.TagClassName
{
border-color: #173CEB;
}
</style>