Html Css Color HEX #819BCC Polo Blue

📋 copy color: '#819BCC'

red 129 ◦ green 155 ◦ blue 204

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

Shades of Polo Blue #819BCC

Tints of Polo Blue #819BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.76%

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 26.43%
G = 31.76%
B = 41.8%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#819BCC (or 0x819BCC) is known color: Polo Blue. HEX triplet: 81, 9B and CC. RGB value is (129,155,204). Sum of RGB (Red+Green+Blue) = 129+155+204=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #819BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BCC is #7E6433. Grayscale: #989898. Windows color (decimal): -8283188 or 13409153. OLE color: 13409153.

HSL color Cylindrical-coordinate representation of color #819BCC: hue angle of 219.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #819BCC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 129 155 204 -
CMYK 0.37 0.24 0 0.2
HSL 219.2º 0.42% 0.65% -
HSV(B) 219.2º 0.37% 0.8% -
XYZ 31.67 32.47 61.72 -
YUV 152.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 129 155 204 0.37 0.24 0 0.2 219.2 0.42 0.65
Hex 81 9B CC 25 18 0 14 DB 2A 41
Octal 201 233 314 45 30 0 24 333 52 101
Binary 10000001 10011011 11001100 100101 11000 0 10100 11011011 101010 1000001

Color Harmonies of #819BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BCC

Black with #819BCC

Text Example


Text Example

White with #819BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,155,204); }

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

background-color css

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

 a { background-color: rgb(129,155,204); }

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

border-color css

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

 span { border-color: rgb(129,155,204); }

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