Shades of Persian Blue #173FBB
Tints of Persian Blue #173FBB
RGB
CMYK
RGB Variations
Color information
#173FBB (or 0x173FBB) is known color: Persian Blue. HEX triplet: 17, 3F and BB. RGB value is (23,63,187). Sum of RGB (Red+Green+Blue) = 23+63+187=273 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.42% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #173FBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173FBB is #E8C044. Grayscale: #404040. Windows color (decimal): -15253573 or 12271383. OLE color: 12271383.
HSL color Cylindrical-coordinate representation of color #173FBB: hue angle of 225.37º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173FBB is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 23 | 63 | 187 | - |
| CMYK | 0.88 | 0.66 | 0 | 0.27 |
| HSL | 225.37º | 0.78% | 0.41% | - |
| HSV(B) | 225.37º | 0.88% | 0.73% | - |
| XYZ | 11.1 | 7.33 | 47.84 | - |
| YUV | 65.18 | 196.75 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 63 | 187 | 0.88 | 0.66 | 0 | 0.27 | 225.37 | 0.78 | 0.41 |
| Hex | 17 | 3F | BB | 58 | 42 | 0 | 1B | E1 | 4E | 29 |
| Octal | 27 | 77 | 273 | 130 | 102 | 0 | 33 | 341 | 116 | 51 |
| Binary | 10111 | 111111 | 10111011 | 1011000 | 1000010 | 0 | 11011 | 11100001 | 1001110 | 101001 |
Color Harmonies of #173FBB
Complementary color
Monochromatic Colors of #173FBB
Black with #173FBB
Text Example
Text Example
White with #173FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173FBB; }
p { color: rgb(23,63,187); }
H1.HeaderClassName
{
color: #173FBB;
}
.AnyTagClassName
{
color: #173FBB;
}
</style>
background-color css
<style>
a { background-color: #173FBB; }
a { background-color: rgb(23,63,187); }
div.DivClassName
{
background-color: #173FBB;
}
.BgClassName
{
background-color: #173FBB;
}
</style>
border-color css
<style>
span { border-color: #173FBB; }
span { border-color: rgb(23,63,187); }
td.TdClassName
{
border-color: #173FBB;
}
.TagClassName
{
border-color: #173FBB;
}
</style>