Html Css Color HEX #819FBE Polo Blue

📋 copy color: '#819FBE'

red 129 ◦ green 159 ◦ blue 190

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

Shades of Polo Blue #819FBE

Tints of Polo Blue #819FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 26.99%
G = 33.26%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#819FBE (or 0x819FBE) is known color: Polo Blue. HEX triplet: 81, 9F and BE. RGB value is (129,159,190). Sum of RGB (Red+Green+Blue) = 129+159+190=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #819FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FBE is #7E6041. Grayscale: #999999. Windows color (decimal): -8282178 or 12492673. OLE color: 12492673.

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

Color convert

RGB 129 159 190 -
CMYK 0.32 0.16 0 0.25
HSL 210.49º 0.32% 0.63% -
HSV(B) 210.49º 0.32% 0.75% -
XYZ 30.75 33.18 53.5 -
YUV 153.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 129 159 190 0.32 0.16 0 0.25 210.49 0.32 0.63
Hex 81 9F BE 20 10 0 19 D2 20 3F
Octal 201 237 276 40 20 0 31 322 40 77
Binary 10000001 10011111 10111110 100000 10000 0 11001 11010010 100000 111111

Color Harmonies of #819FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FBE

Black with #819FBE

Text Example


Text Example

White with #819FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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