Shades of Persian Blue #173CEA
Tints of Persian Blue #173CEA
RGB
CMYK
RGB Variations
Color information
#173CEA (or 0x173CEA) is known color: Persian Blue. HEX triplet: 17, 3C and EA. RGB value is (23,60,234). Sum of RGB (Red+Green+Blue) = 23+60+234=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 234 (91.80% from 255 or 73.82% from 317); Max value from RGB is 234 - color contains mainly: blue. Hex color #173CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173CEA is #E8C315. Grayscale: #444444. Windows color (decimal): -15254294 or 15350807. OLE color: 15350807.
HSL color Cylindrical-coordinate representation of color #173CEA: hue angle of 229.48º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173CEA is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 60 | 234 | - |
| CMYK | 0.90 | 0.74 | 0 | 0.08 |
| HSL | 229.48º | 0.83% | 0.5% | - |
| HSV(B) | 229.48º | 0.9% | 0.92% | - |
| XYZ | 16.82 | 9.35 | 78.76 | - |
| YUV | 68.77 | 221.24 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 234 | 0.90 | 0.74 | 0 | 0.08 | 229.48 | 0.83 | 0.5 |
| Hex | 17 | 3C | EA | 5A | 4A | 0 | 8 | E5 | 53 | 32 |
| Octal | 27 | 74 | 352 | 132 | 112 | 0 | 10 | 345 | 123 | 62 |
| Binary | 10111 | 111100 | 11101010 | 1011010 | 1001010 | 0 | 1000 | 11100101 | 1010011 | 110010 |
Color Harmonies of #173CEA
Complementary color
Monochromatic Colors of #173CEA
Black with #173CEA
Text Example
Text Example
White with #173CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CEA; }
p { color: rgb(23,60,234); }
H1.HeaderClassName
{
color: #173CEA;
}
.AnyTagClassName
{
color: #173CEA;
}
</style>
background-color css
<style>
a { background-color: #173CEA; }
a { background-color: rgb(23,60,234); }
div.DivClassName
{
background-color: #173CEA;
}
.BgClassName
{
background-color: #173CEA;
}
</style>
border-color css
<style>
span { border-color: #173CEA; }
span { border-color: rgb(23,60,234); }
td.TdClassName
{
border-color: #173CEA;
}
.TagClassName
{
border-color: #173CEA;
}
</style>