Html Css Color HEX #819DCB Polo Blue

📋 copy color: '#819DCB'

red 129 ◦ green 157 ◦ blue 203

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

Shades of Polo Blue #819DCB

Tints of Polo Blue #819DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 26.38%
G = 32.11%
B = 41.51%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819DCB (or 0x819DCB) is known color: Polo Blue. HEX triplet: 81, 9D and CB. RGB value is (129,157,203). Sum of RGB (Red+Green+Blue) = 129+157+203=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #819DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DCB is #7E6234. Grayscale: #999999. Windows color (decimal): -8282677 or 13344129. OLE color: 13344129.

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

Color convert

RGB 129 157 203 -
CMYK 0.36 0.23 0 0.20
HSL 217.3º 0.42% 0.65% -
HSV(B) 217.3º 0.36% 0.8% -
XYZ 31.89 33.09 61.21 -
YUV 153.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 129 157 203 0.36 0.23 0 0.20 217.3 0.42 0.65
Hex 81 9D CB 24 17 0 14 D9 2A 41
Octal 201 235 313 44 27 0 24 331 52 101
Binary 10000001 10011101 11001011 100100 10111 0 10100 11011001 101010 1000001

Color Harmonies of #819DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819DCB

Black with #819DCB

Text Example


Text Example

White with #819DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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