#819DBF

Color #819DBF Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #819DBF

Tints of Polo Blue #819DBF

Color information

#819DBF (or 0x819DBF) is unknown color: approx Polo Blue. HEX triplet: 81, 9D and BF. RGB value is (129,157,191). Sum of RGB (Red+Green+Blue) = 129+157+191=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #819DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBF is #7E6240. Grayscale: #989898. Windows color (decimal): -8282689 or 12557697. OLE color: 12557697.

HSL color Cylindrical-coordinate representation of color #819DBF: hue angle of 212.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819DBF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129157191-
CMYK0.320.1800.25
HSL212.9º32.63%62.75%-
HSV(B)212.9º32.46%74.9%-
XYZ30.5132.5453.96-
YUV152.5149.72111.24-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 27.04%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 191 (75% from 255) = 40.04%
R=27.04%
G=32.91%
B=40.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291571910.320.1800.25212.932.6362.75
Hex819DBF2012019d5213f
Octal20123527740220313254177
Binary1000000110011101101111111000001001001100111010101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819DBF; }

 p { color: rgb(129,157,191); }

 H1.HeaderClassName
 {
   color: #819DBF;
 }
 .AnyTagClassName
 {
   color: #819DBF;
 }
</style>
background-color css

<style>
 a { background-color: #819DBF; }

 a { background-color: rgb(129,157,191); }

 div.DivClassName
 {
   background-color: #819DBF;
 }
 .BgClassName
 {
   background-color: #819DBF;
 }
</style>
border-color css

<style>
 span { border-color: #819DBF; }

 span { border-color: rgb(129,157,191); }

 td.TdClassName
 {
   border-color: #819DBF;
 }
 .TagClassName
 {
   border-color: #819DBF;
 }
</style>