Shades of Persian Blue #173FE7
Tints of Persian Blue #173FE7
RGB
CMYK
RGB Variations
Color information
#173FE7 (or 0x173FE7) is known color: Persian Blue. HEX triplet: 17, 3F and E7. RGB value is (23,63,231). Sum of RGB (Red+Green+Blue) = 23+63+231=317 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.26% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 231 (90.62% from 255 or 72.87% from 317); Max value from RGB is 231 - color contains mainly: blue. Hex color #173FE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #173FE7 is #E8C018. Grayscale: #454545. Windows color (decimal): -15253529 or 15154967. OLE color: 15154967.
HSL color Cylindrical-coordinate representation of color #173FE7: hue angle of 228.46º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #173FE7 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 63 | 231 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.09 |
| HSL | 228.46º | 0.82% | 0.5% | - |
| HSV(B) | 228.46º | 0.9% | 0.91% | - |
| XYZ | 16.55 | 9.51 | 76.56 | - |
| YUV | 70.19 | 218.75 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 231 | 0.90 | 0.73 | 0 | 0.09 | 228.46 | 0.82 | 0.5 |
| Hex | 17 | 3F | E7 | 5A | 49 | 0 | 9 | E4 | 52 | 32 |
| Octal | 27 | 77 | 347 | 132 | 111 | 0 | 11 | 344 | 122 | 62 |
| Binary | 10111 | 111111 | 11100111 | 1011010 | 1001001 | 0 | 1001 | 11100100 | 1010010 | 110010 |
Color Harmonies of #173FE7
Complementary color
Monochromatic Colors of #173FE7
Black with #173FE7
Text Example
Text Example
White with #173FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FE7; }
p { color: rgb(23,63,231); }
H1.HeaderClassName
{
color: #173FE7;
}
.AnyTagClassName
{
color: #173FE7;
}
</style>
background-color css
<style>
a { background-color: #173FE7; }
a { background-color: rgb(23,63,231); }
div.DivClassName
{
background-color: #173FE7;
}
.BgClassName
{
background-color: #173FE7;
}
</style>
border-color css
<style>
span { border-color: #173FE7; }
span { border-color: rgb(23,63,231); }
td.TdClassName
{
border-color: #173FE7;
}
.TagClassName
{
border-color: #173FE7;
}
</style>