#819FCB

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

Shades of Polo Blue #819FCB

Tints of Polo Blue #819FCB

Color information

#819FCB (or 0x819FCB) is unknown color: approx Polo Blue. HEX triplet: 81, 9F and CB. RGB value is (129,159,203). Sum of RGB (Red+Green+Blue) = 129+159+203=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #819FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCB is #7E6034. Grayscale: #9A9A9A. Windows color (decimal): -8282165 or 13344641. OLE color: 13344641.

HSL color Cylindrical-coordinate representation of color #819FCB: hue angle of 215.68º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819FCB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129159203-
CMYK0.360.2200.20
HSL215.68º41.57%65.1%-
HSV(B)215.68º36.45%79.61%-
XYZ32.2333.7861.32-
YUV155.05155.06109.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.27%
GREEN value IS 159 (62.5% from 255) = 32.38%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=26.27%
G=32.38%
B=41.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291592030.360.2200.20215.6841.5765.1
Hex819FCB2416014d82a41
Octal201237313442602433052101
Binary10000001100111111100101110010010110010100110110001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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