#719CBE

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

Shades of Shakespeare #719CBE

Tints of Shakespeare #719CBE

Color information

#719CBE (or 0x719CBE) is unknown color: approx Shakespeare. HEX triplet: 71, 9C and BE. RGB value is (113,156,190). Sum of RGB (Red+Green+Blue) = 113+156+190=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #719CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719CBE is #8E6341. Grayscale: #929292. Windows color (decimal): -9331522 or 12491889. OLE color: 12491889.

HSL color Cylindrical-coordinate representation of color #719CBE: hue angle of 206.49º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #719CBE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113156190-
CMYK0.410.1800.25
HSL206.49º37.2%59.41%-
HSV(B)206.49º40.53%74.51%-
XYZ27.9931.0153.22-
YUV147.02152.25103.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.62%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=24.62%
G=33.99%
B=41.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131561900.410.1800.25206.4937.259.41
Hex719CBE2912019ce253b
Octal16123427651220313164573
Binary111000110011100101111101010011001001100111001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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