Html Css Color HEX #819CBE Polo Blue

📋 copy color: '#819CBE'

red 129 ◦ green 156 ◦ blue 190

#819CBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #819CBE

Tints of Polo Blue #819CBE

RGB

 RED value IS 129 (50.78% from 255) = 27.16%

 GREEN value IS 156 (61.33% from 255) = 32.84%

 BLUE value IS 190 (74.61% from 255) = 40%

R = 27.16%
G = 32.84%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#819CBE (or 0x819CBE) is known color: Polo Blue. HEX triplet: 81, 9C and BE. RGB value is (129,156,190). Sum of RGB (Red+Green+Blue) = 129+156+190=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #819CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBE is #7E6341. Grayscale: #979797. Windows color (decimal): -8282946 or 12491905. OLE color: 12491905.

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

Color convert

RGB 129 156 190 -
CMYK 0.32 0.18 0 0.25
HSL 213.44º 0.32% 0.63% -
HSV(B) 213.44º 0.32% 0.75% -
XYZ 30.24 32.16 53.33 -
YUV 151.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 129 156 190 0.32 0.18 0 0.25 213.44 0.32 0.63
Hex 81 9C BE 20 12 0 19 D5 20 3F
Octal 201 234 276 40 22 0 31 325 40 77
Binary 10000001 10011100 10111110 100000 10010 0 11001 11010101 100000 111111

Color Harmonies of #819CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CBE

Black with #819CBE

Text Example


Text Example

White with #819CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #819CBE;
 }
 .AnyTagClassName
 {
   color: #819CBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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