#819FBE

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

Shades of Polo Blue #819FBE

Tints of Polo Blue #819FBE

Color information

#819FBE (or 0x819FBE) is unknown color: approx Polo Blue. HEX triplet: 81, 9F and BE. RGB value is (129,159,190). Sum of RGB (Red+Green+Blue) = 129+159+190=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #819FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBE is #7E6041. Grayscale: #999999. Windows color (decimal): -8282178 or 12492673. OLE color: 12492673.

HSL color Cylindrical-coordinate representation of color #819FBE: hue angle of 210.49º degrees, saturation: 0.32, 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 #819FBE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB129159190-
CMYK0.320.1600.25
HSL210.49º31.94%62.55%-
HSV(B)210.49º32.11%74.51%-
XYZ30.7533.1853.5-
YUV153.56148.56110.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.99%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=26.99%
G=33.26%
B=39.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1291591900.320.1600.25210.4931.9462.55
Hex819FBE2010019d2203f
Octal20123727640200313224077
Binary1000000110011111101111101000001000001100111010010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,159,190); }

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

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

 a { background-color: rgb(129,159,190); }

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

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

 span { border-color: rgb(129,159,190); }

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