Shades of Polo Blue #73A1C9
Tints of Polo Blue #73A1C9
RGB
CMYK
RGB Variations
Color information
#73A1C9 (or 0x73A1C9) is known color: Polo Blue. HEX triplet: 73, A1 and C9. RGB value is (115,161,201). Sum of RGB (Red+Green+Blue) = 115+161+201=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #73A1C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A1C9 is #8C5E36. Grayscale: #979797. Windows color (decimal): -9199159 or 13214067. OLE color: 13214067.
HSL color Cylindrical-coordinate representation of color #73A1C9: hue angle of 207.91º 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 #73A1C9 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 161 | 201 | - |
| CMYK | 0.43 | 0.20 | 0 | 0.21 |
| HSL | 207.91º | 0.44% | 0.62% | - |
| HSV(B) | 207.91º | 0.43% | 0.79% | - |
| XYZ | 30.36 | 33.35 | 60.1 | - |
| YUV | 151.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 161 | 201 | 0.43 | 0.20 | 0 | 0.21 | 207.91 | 0.44 | 0.62 |
| Hex | 73 | A1 | C9 | 2B | 14 | 0 | 15 | D0 | 2C | 3E |
| Octal | 163 | 241 | 311 | 53 | 24 | 0 | 25 | 320 | 54 | 76 |
| Binary | 1110011 | 10100001 | 11001001 | 101011 | 10100 | 0 | 10101 | 11010000 | 101100 | 111110 |
Color Harmonies of #73A1C9
Complementary color
Monochromatic Colors of #73A1C9
Black with #73A1C9
Text Example
Text Example
White with #73A1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A1C9; }
p { color: rgb(115,161,201); }
H1.HeaderClassName
{
color: #73A1C9;
}
.AnyTagClassName
{
color: #73A1C9;
}
</style>
background-color css
<style>
a { background-color: #73A1C9; }
a { background-color: rgb(115,161,201); }
div.DivClassName
{
background-color: #73A1C9;
}
.BgClassName
{
background-color: #73A1C9;
}
</style>
border-color css
<style>
span { border-color: #73A1C9; }
span { border-color: rgb(115,161,201); }
td.TdClassName
{
border-color: #73A1C9;
}
.TagClassName
{
border-color: #73A1C9;
}
</style>