Shades of Polo Blue #73A0C9
Tints of Polo Blue #73A0C9
RGB
CMYK
RGB Variations
Color information
#73A0C9 (or 0x73A0C9) is known color: Polo Blue. HEX triplet: 73, A0 and C9. RGB value is (115,160,201). Sum of RGB (Red+Green+Blue) = 115+160+201=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #73A0C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0C9 is #8C5F36. Grayscale: #979797. Windows color (decimal): -9199415 or 13213811. OLE color: 13213811.
HSL color Cylindrical-coordinate representation of color #73A0C9: hue angle of 208.6º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73A0C9 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 160 | 201 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.21 |
| HSL | 208.6º | 0.44% | 0.62% | - |
| HSV(B) | 208.6º | 0.43% | 0.79% | - |
| XYZ | 30.18 | 33 | 60.04 | - |
| YUV | 151.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 201 | 0.43 | 0.20 | 0 | 0.21 | 208.6 | 0.44 | 0.62 |
| Hex | 73 | A0 | C9 | 2B | 14 | 0 | 15 | D1 | 2C | 3E |
| Octal | 163 | 240 | 311 | 53 | 24 | 0 | 25 | 321 | 54 | 76 |
| Binary | 1110011 | 10100000 | 11001001 | 101011 | 10100 | 0 | 10101 | 11010001 | 101100 | 111110 |
Color Harmonies of #73A0C9
Complementary color
Monochromatic Colors of #73A0C9
Black with #73A0C9
Text Example
Text Example
White with #73A0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0C9; }
p { color: rgb(115,160,201); }
H1.HeaderClassName
{
color: #73A0C9;
}
.AnyTagClassName
{
color: #73A0C9;
}
</style>
background-color css
<style>
a { background-color: #73A0C9; }
a { background-color: rgb(115,160,201); }
div.DivClassName
{
background-color: #73A0C9;
}
.BgClassName
{
background-color: #73A0C9;
}
</style>
border-color css
<style>
span { border-color: #73A0C9; }
span { border-color: rgb(115,160,201); }
td.TdClassName
{
border-color: #73A0C9;
}
.TagClassName
{
border-color: #73A0C9;
}
</style>