Html Css Color HEX #819DBF Polo Blue

📋 copy color: '#819DBF'

red 129 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #819DBF

Tints of Polo Blue #819DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 191 (75% from 255) = 40.04%

R = 27.04%
G = 32.91%
B = 40.04%

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

#819DBF (or 0x819DBF) is known color: Polo Blue. HEX triplet: 81, 9D and BF. RGB value is (129,157,191). Sum of RGB (Red+Green+Blue) = 129+157+191=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 191 (75% from 255 or 40.04% from 477); Max value from RGB is 191 - color contains mainly: blue. Hex color #819DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBF is #7E6240. Grayscale: #989898. Windows color (decimal): -8282689 or 12557697. OLE color: 12557697.

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

Color convert

RGB 129 157 191 -
CMYK 0.32 0.18 0 0.25
HSL 212.9º 0.33% 0.63% -
HSV(B) 212.9º 0.32% 0.75% -
XYZ 30.51 32.54 53.96 -
YUV 152.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 129 157 191 0.32 0.18 0 0.25 212.9 0.33 0.63
Hex 81 9D BF 20 12 0 19 D5 21 3F
Octal 201 235 277 40 22 0 31 325 41 77
Binary 10000001 10011101 10111111 100000 10010 0 11001 11010101 100001 111111

Color Harmonies of #819DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DBF

Black with #819DBF

Text Example


Text Example

White with #819DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,157,191); }

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

background-color css

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

 a { background-color: rgb(129,157,191); }

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

border-color css

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

 span { border-color: rgb(129,157,191); }

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