Html Css Color HEX #819CBF Polo Blue

📋 copy color: '#819CBF'

red 129 ◦ green 156 ◦ blue 191

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

Shades of Polo Blue #819CBF

Tints of Polo Blue #819CBF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.77%

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

R = 27.1%
G = 32.77%
B = 40.13%

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

#819CBF (or 0x819CBF) is known color: Polo Blue. HEX triplet: 81, 9C and BF. RGB value is (129,156,191). Sum of RGB (Red+Green+Blue) = 129+156+191=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #819CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBF is #7E6340. Grayscale: #979797. Windows color (decimal): -8282945 or 12557441. OLE color: 12557441.

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

Color convert

RGB 129 156 191 -
CMYK 0.32 0.18 0 0.25
HSL 213.87º 0.33% 0.63% -
HSV(B) 213.87º 0.32% 0.75% -
XYZ 30.35 32.21 53.91 -
YUV 151.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 129 156 191 0.32 0.18 0 0.25 213.87 0.33 0.63
Hex 81 9C BF 20 12 0 19 D6 21 3F
Octal 201 234 277 40 22 0 31 326 41 77
Binary 10000001 10011100 10111111 100000 10010 0 11001 11010110 100001 111111

Color Harmonies of #819CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819CBF

Black with #819CBF

Text Example


Text Example

White with #819CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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