#719CB0

Color #719CB0 Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #719CB0

Tints of Shakespeare #719CB0

Color information

#719CB0 (or 0x719CB0) is unknown color: approx Shakespeare. HEX triplet: 71, 9C and B0. RGB value is (113,156,176). Sum of RGB (Red+Green+Blue) = 113+156+176=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #719CB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CB0 is #8E634F. Grayscale: #919191. Windows color (decimal): -9331536 or 11574385. OLE color: 11574385.

HSL color Cylindrical-coordinate representation of color #719CB0: hue angle of 199.05º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #719CB0 is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113156176-
CMYK0.360.1100.31
HSL199.05º28.51%56.67%-
HSV(B)199.05º35.8%69.02%-
XYZ26.5330.4245.55-
YUV145.42145.25104.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.39%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 176 (69.14% from 255) = 39.55%
R=25.39%
G=35.06%
B=39.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131561760.360.1100.31199.0528.5156.67
Hex719CB024B01Fc71d39
Octal16123426044130373073571
Binary1110001100111001011000010010010110111111100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719CB0; }

 p { color: rgb(113,156,176); }

 H1.HeaderClassName
 {
   color: #719CB0;
 }
 .AnyTagClassName
 {
   color: #719CB0;
 }
</style>
background-color css

<style>
 a { background-color: #719CB0; }

 a { background-color: rgb(113,156,176); }

 div.DivClassName
 {
   background-color: #719CB0;
 }
 .BgClassName
 {
   background-color: #719CB0;
 }
</style>
border-color css

<style>
 span { border-color: #719CB0; }

 span { border-color: rgb(113,156,176); }

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