Shades of Persian Blue #173CBD
Tints of Persian Blue #173CBD
RGB
CMYK
RGB Variations
Color information
#173CBD (or 0x173CBD) is known color: Persian Blue. HEX triplet: 17, 3C and BD. RGB value is (23,60,189). Sum of RGB (Red+Green+Blue) = 23+60+189=272 (36% of max value = 765). Red value is 23 (9.38% from 255 or 8.46% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #173CBD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #173CBD is #E8C342. Grayscale: #3F3F3F. Windows color (decimal): -15254339 or 12401687. OLE color: 12401687.
HSL color Cylindrical-coordinate representation of color #173CBD: hue angle of 226.63º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #173CBD is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 23 | 60 | 189 | - |
| CMYK | 0.88 | 0.68 | 0 | 0.26 |
| HSL | 226.63º | 0.78% | 0.42% | - |
| HSV(B) | 226.63º | 0.88% | 0.74% | - |
| XYZ | 11.15 | 7.09 | 48.92 | - |
| YUV | 63.64 | 198.74 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 60 | 189 | 0.88 | 0.68 | 0 | 0.26 | 226.63 | 0.78 | 0.42 |
| Hex | 17 | 3C | BD | 58 | 44 | 0 | 1A | E3 | 4E | 2A |
| Octal | 27 | 74 | 275 | 130 | 104 | 0 | 32 | 343 | 116 | 52 |
| Binary | 10111 | 111100 | 10111101 | 1011000 | 1000100 | 0 | 11010 | 11100011 | 1001110 | 101010 |
Color Harmonies of #173CBD
Complementary color
Monochromatic Colors of #173CBD
Black with #173CBD
Text Example
Text Example
White with #173CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173CBD; }
p { color: rgb(23,60,189); }
H1.HeaderClassName
{
color: #173CBD;
}
.AnyTagClassName
{
color: #173CBD;
}
</style>
background-color css
<style>
a { background-color: #173CBD; }
a { background-color: rgb(23,60,189); }
div.DivClassName
{
background-color: #173CBD;
}
.BgClassName
{
background-color: #173CBD;
}
</style>
border-color css
<style>
span { border-color: #173CBD; }
span { border-color: rgb(23,60,189); }
td.TdClassName
{
border-color: #173CBD;
}
.TagClassName
{
border-color: #173CBD;
}
</style>