Html Css Color HEX #819EC0 Polo Blue

📋 copy color: '#819EC0'

red 129 ◦ green 158 ◦ blue 192

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

Shades of Polo Blue #819EC0

Tints of Polo Blue #819EC0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.99%

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 26.93%
G = 32.99%
B = 40.08%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#819EC0 (or 0x819EC0) is known color: Polo Blue. HEX triplet: 81, 9E and C0. RGB value is (129,158,192). Sum of RGB (Red+Green+Blue) = 129+158+192=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 192 - color contains mainly: blue. Hex color #819EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EC0 is #7E613F. Grayscale: #999999. Windows color (decimal): -8282432 or 12623489. OLE color: 12623489.

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

Color convert

RGB 129 158 192 -
CMYK 0.33 0.18 0 0.25
HSL 212.38º 0.33% 0.63% -
HSV(B) 212.38º 0.33% 0.75% -
XYZ 30.79 32.93 54.6 -
YUV 153.21 149.89 110.74 -
System Red Green Blue C M Y K H S L
Decimal 129 158 192 0.33 0.18 0 0.25 212.38 0.33 0.63
Hex 81 9E C0 21 12 0 19 D4 21 3F
Octal 201 236 300 41 22 0 31 324 41 77
Binary 10000001 10011110 11000000 100001 10010 0 11001 11010100 100001 111111

Color Harmonies of #819EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819EC0

Black with #819EC0

Text Example


Text Example

White with #819EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,158,192); }

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

background-color css

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

 a { background-color: rgb(129,158,192); }

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

border-color css

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

 span { border-color: rgb(129,158,192); }

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