Html Css Color HEX #819BC1 Polo Blue

📋 copy color: '#819BC1'

red 129 ◦ green 155 ◦ blue 193

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

Shades of Polo Blue #819BC1

Tints of Polo Blue #819BC1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 193 (75.78% from 255) = 40.46%

R = 27.04%
G = 32.49%
B = 40.46%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#819BC1 (or 0x819BC1) is known color: Polo Blue. HEX triplet: 81, 9B and C1. RGB value is (129,155,193). Sum of RGB (Red+Green+Blue) = 129+155+193=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #819BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BC1 is #7E643E. Grayscale: #979797. Windows color (decimal): -8283199 or 12688257. OLE color: 12688257.

HSL color Cylindrical-coordinate representation of color #819BC1: hue angle of 215.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #819BC1 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 129 155 193 -
CMYK 0.33 0.20 0 0.24
HSL 215.63º 0.34% 0.63% -
HSV(B) 215.63º 0.33% 0.76% -
XYZ 30.4 31.96 55.02 -
YUV 151.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 129 155 193 0.33 0.20 0 0.24 215.63 0.34 0.63
Hex 81 9B C1 21 14 0 18 D8 22 3F
Octal 201 233 301 41 24 0 30 330 42 77
Binary 10000001 10011011 11000001 100001 10100 0 11000 11011000 100010 111111

Color Harmonies of #819BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BC1

Black with #819BC1

Text Example


Text Example

White with #819BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,193); }

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

background-color css

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

 a { background-color: rgb(129,155,193); }

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

border-color css

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

 span { border-color: rgb(129,155,193); }

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