Html Css Color HEX #819ECB Polo Blue

📋 copy color: '#819ECB'

red 129 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #819ECB

Tints of Polo Blue #819ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.43%

R = 26.33%
G = 32.24%
B = 41.43%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819ECB (or 0x819ECB) is known color: Polo Blue. HEX triplet: 81, 9E and CB. RGB value is (129,158,203). Sum of RGB (Red+Green+Blue) = 129+158+203=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #819ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECB is #7E6134. Grayscale: #9A9A9A. Windows color (decimal): -8282421 or 13344385. OLE color: 13344385.

HSL color Cylindrical-coordinate representation of color #819ECB: hue angle of 216.49º 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 #819ECB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 158 203 -
CMYK 0.36 0.22 0 0.20
HSL 216.49º 0.42% 0.65% -
HSV(B) 216.49º 0.36% 0.8% -
XYZ 32.06 33.43 61.26 -
YUV 154.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 129 158 203 0.36 0.22 0 0.20 216.49 0.42 0.65
Hex 81 9E CB 24 16 0 14 D8 2A 41
Octal 201 236 313 44 26 0 24 330 52 101
Binary 10000001 10011110 11001011 100100 10110 0 10100 11011000 101010 1000001

Color Harmonies of #819ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819ECB

Black with #819ECB

Text Example


Text Example

White with #819ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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