Shades of Persian Blue #173BCF
Tints of Persian Blue #173BCF
RGB
CMYK
RGB Variations
Color information
#173BCF (or 0x173BCF) is known color: Persian Blue. HEX triplet: 17, 3B and CF. RGB value is (23,59,207). Sum of RGB (Red+Green+Blue) = 23+59+207=289 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.96% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #173BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173BCF is #E8C430. Grayscale: #404040. Windows color (decimal): -15254577 or 13581079. OLE color: 13581079.
HSL color Cylindrical-coordinate representation of color #173BCF: hue angle of 228.26º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #173BCF is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 59 | 207 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.19 |
| HSL | 228.26º | 0.8% | 0.45% | - |
| HSV(B) | 228.26º | 0.89% | 0.81% | - |
| XYZ | 13.18 | 7.82 | 59.85 | - |
| YUV | 65.11 | 208.07 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 59 | 207 | 0.89 | 0.71 | 0 | 0.19 | 228.26 | 0.8 | 0.45 |
| Hex | 17 | 3B | CF | 59 | 47 | 0 | 13 | E4 | 50 | 2D |
| Octal | 27 | 73 | 317 | 131 | 107 | 0 | 23 | 344 | 120 | 55 |
| Binary | 10111 | 111011 | 11001111 | 1011001 | 1000111 | 0 | 10011 | 11100100 | 1010000 | 101101 |
Color Harmonies of #173BCF
Complementary color
Monochromatic Colors of #173BCF
Black with #173BCF
Text Example
Text Example
White with #173BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173BCF; }
p { color: rgb(23,59,207); }
H1.HeaderClassName
{
color: #173BCF;
}
.AnyTagClassName
{
color: #173BCF;
}
</style>
background-color css
<style>
a { background-color: #173BCF; }
a { background-color: rgb(23,59,207); }
div.DivClassName
{
background-color: #173BCF;
}
.BgClassName
{
background-color: #173BCF;
}
</style>
border-color css
<style>
span { border-color: #173BCF; }
span { border-color: rgb(23,59,207); }
td.TdClassName
{
border-color: #173BCF;
}
.TagClassName
{
border-color: #173BCF;
}
</style>