Html Css Color HEX #819FCB Polo Blue

📋 copy color: '#819FCB'

red 129 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #819FCB

Tints of Polo Blue #819FCB

RGB

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

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

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

R = 26.27%
G = 32.38%
B = 41.34%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#819FCB (or 0x819FCB) is known color: Polo Blue. HEX triplet: 81, 9F and CB. RGB value is (129,159,203). Sum of RGB (Red+Green+Blue) = 129+159+203=491 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.27% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #819FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819FCB is #7E6034. Grayscale: #9A9A9A. Windows color (decimal): -8282165 or 13344641. OLE color: 13344641.

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

Color convert

RGB 129 159 203 -
CMYK 0.36 0.22 0 0.20
HSL 215.68º 0.42% 0.65% -
HSV(B) 215.68º 0.36% 0.8% -
XYZ 32.23 33.78 61.32 -
YUV 155.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 129 159 203 0.36 0.22 0 0.20 215.68 0.42 0.65
Hex 81 9F CB 24 16 0 14 D8 2A 41
Octal 201 237 313 44 26 0 24 330 52 101
Binary 10000001 10011111 11001011 100100 10110 0 10100 11011000 101010 1000001

Color Harmonies of #819FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819FCB

Black with #819FCB

Text Example


Text Example

White with #819FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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