Html Css Color HEX #819FCA Polo Blue

📋 copy color: '#819FCA'

red 129 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #819FCA

Tints of Polo Blue #819FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 26.33%
G = 32.45%
B = 41.22%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#819FCA (or 0x819FCA) is known color: Polo Blue. HEX triplet: 81, 9F and CA. RGB value is (129,159,202). Sum of RGB (Red+Green+Blue) = 129+159+202=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #819FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCA is #7E6035. Grayscale: #9A9A9A. Windows color (decimal): -8282166 or 13279105. OLE color: 13279105.

HSL color Cylindrical-coordinate representation of color #819FCA: hue angle of 215.34º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #819FCA is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 159 202 -
CMYK 0.36 0.21 0 0.21
HSL 215.34º 0.41% 0.65% -
HSV(B) 215.34º 0.36% 0.79% -
XYZ 32.11 33.73 60.69 -
YUV 154.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 129 159 202 0.36 0.21 0 0.21 215.34 0.41 0.65
Hex 81 9F CA 24 15 0 15 D7 29 41
Octal 201 237 312 44 25 0 25 327 51 101
Binary 10000001 10011111 11001010 100100 10101 0 10101 11010111 101001 1000001

Color Harmonies of #819FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FCA

Black with #819FCA

Text Example


Text Example

White with #819FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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