Html Css Color HEX #819BCB Polo Blue

📋 copy color: '#819BCB'

red 129 ◦ green 155 ◦ blue 203

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

Shades of Polo Blue #819BCB

Tints of Polo Blue #819BCB

RGB

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

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

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

R = 26.49%
G = 31.83%
B = 41.68%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819BCB (or 0x819BCB) is known color: Polo Blue. HEX triplet: 81, 9B and CB. RGB value is (129,155,203). Sum of RGB (Red+Green+Blue) = 129+155+203=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 155 (60.94% from 255 or 31.83% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #819BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BCB is #7E6434. Grayscale: #989898. Windows color (decimal): -8283189 or 13343617. OLE color: 13343617.

HSL color Cylindrical-coordinate representation of color #819BCB: hue angle of 218.92º 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 #819BCB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 129 155 203 -
CMYK 0.36 0.24 0 0.20
HSL 218.92º 0.42% 0.65% -
HSV(B) 218.92º 0.36% 0.8% -
XYZ 31.55 32.42 61.09 -
YUV 152.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 129 155 203 0.36 0.24 0 0.20 218.92 0.42 0.65
Hex 81 9B CB 24 18 0 14 DB 2A 41
Octal 201 233 313 44 30 0 24 333 52 101
Binary 10000001 10011011 11001011 100100 11000 0 10100 11011011 101010 1000001

Color Harmonies of #819BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819BCB

Black with #819BCB

Text Example


Text Example

White with #819BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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