#719BBE

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

Shades of Shakespeare #719BBE

Tints of Shakespeare #719BBE

Color information

#719BBE (or 0x719BBE) is unknown color: approx Shakespeare. HEX triplet: 71, 9B and BE. RGB value is (113,155,190). Sum of RGB (Red+Green+Blue) = 113+155+190=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 190 (74.61% from 255 or 41.48% from 458); Max value from RGB is 190 - color contains mainly: blue. Hex color #719BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BBE is #8E6441. Grayscale: #929292. Windows color (decimal): -9331778 or 12491633. OLE color: 12491633.

HSL color Cylindrical-coordinate representation of color #719BBE: hue angle of 207.27º 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 #719BBE is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB113155190-
CMYK0.410.1800.25
HSL207.27º37.2%59.41%-
HSV(B)207.27º40.53%74.51%-
XYZ27.8330.6753.17-
YUV146.43152.59104.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 155 (60.94% from 255) = 33.84%
BLUE value IS 190 (74.61% from 255) = 41.48%
R=24.67%
G=33.84%
B=41.48%

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
Decimal1131551900.410.1800.25207.2737.259.41
Hex719BBE2912019cf253b
Octal16123327651220313174573
Binary111000110011011101111101010011001001100111001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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