Shades of Polo Blue #73A0C6
Tints of Polo Blue #73A0C6
RGB
CMYK
RGB Variations
Color information
#73A0C6 (or 0x73A0C6) is known color: Polo Blue. HEX triplet: 73, A0 and C6. RGB value is (115,160,198). Sum of RGB (Red+Green+Blue) = 115+160+198=473 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.31% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #73A0C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A0C6 is #8C5F39. Grayscale: #969696. Windows color (decimal): -9199418 or 13017203. OLE color: 13017203.
HSL color Cylindrical-coordinate representation of color #73A0C6: hue angle of 207.47º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73A0C6 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 160 | 198 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.22 |
| HSL | 207.47º | 0.42% | 0.61% | - |
| HSV(B) | 207.47º | 0.42% | 0.78% | - |
| XYZ | 29.83 | 32.86 | 58.2 | - |
| YUV | 150.88 | 154.59 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 198 | 0.42 | 0.19 | 0 | 0.22 | 207.47 | 0.42 | 0.61 |
| Hex | 73 | A0 | C6 | 2A | 13 | 0 | 16 | CF | 2A | 3D |
| Octal | 163 | 240 | 306 | 52 | 23 | 0 | 26 | 317 | 52 | 75 |
| Binary | 1110011 | 10100000 | 11000110 | 101010 | 10011 | 0 | 10110 | 11001111 | 101010 | 111101 |
Color Harmonies of #73A0C6
Complementary color
Monochromatic Colors of #73A0C6
Black with #73A0C6
Text Example
Text Example
White with #73A0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0C6; }
p { color: rgb(115,160,198); }
H1.HeaderClassName
{
color: #73A0C6;
}
.AnyTagClassName
{
color: #73A0C6;
}
</style>
background-color css
<style>
a { background-color: #73A0C6; }
a { background-color: rgb(115,160,198); }
div.DivClassName
{
background-color: #73A0C6;
}
.BgClassName
{
background-color: #73A0C6;
}
</style>
border-color css
<style>
span { border-color: #73A0C6; }
span { border-color: rgb(115,160,198); }
td.TdClassName
{
border-color: #73A0C6;
}
.TagClassName
{
border-color: #73A0C6;
}
</style>