Html Css Color HEX #819FC0 Polo Blue

📋 copy color: '#819FC0'

red 129 ◦ green 159 ◦ blue 192

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

Shades of Polo Blue #819FC0

Tints of Polo Blue #819FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

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

R = 26.88%
G = 33.13%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#819FC0 (or 0x819FC0) is known color: Polo Blue. HEX triplet: 81, 9F and C0. RGB value is (129,159,192). Sum of RGB (Red+Green+Blue) = 129+159+192=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #819FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FC0 is #7E603F. Grayscale: #999999. Windows color (decimal): -8282176 or 12623745. OLE color: 12623745.

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

Color convert

RGB 129 159 192 -
CMYK 0.33 0.17 0 0.25
HSL 211.43º 0.33% 0.63% -
HSV(B) 211.43º 0.33% 0.75% -
XYZ 30.97 33.27 54.66 -
YUV 153.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 129 159 192 0.33 0.17 0 0.25 211.43 0.33 0.63
Hex 81 9F C0 21 11 0 19 D3 21 3F
Octal 201 237 300 41 21 0 31 323 41 77
Binary 10000001 10011111 11000000 100001 10001 0 11001 11010011 100001 111111

Color Harmonies of #819FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FC0

Black with #819FC0

Text Example


Text Example

White with #819FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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