#719ABE

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

Shades of Shakespeare #719ABE

Tints of Shakespeare #719ABE

Color information

#719ABE (or 0x719ABE) is unknown color: approx Shakespeare. HEX triplet: 71, 9A and BE. RGB value is (113,154,190). Sum of RGB (Red+Green+Blue) = 113+154+190=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #719ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719ABE is #8E6541. Grayscale: #919191. Windows color (decimal): -9332034 or 12491377. OLE color: 12491377.

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

Color convert

RGB113154190-
CMYK0.410.1900.25
HSL208.05º37.2%59.41%-
HSV(B)208.05º40.53%74.51%-
XYZ27.6630.3453.11-
YUV145.84152.92104.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 154 (60.55% from 255) = 33.70%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=24.73%
G=33.70%
B=41.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1131541900.410.1900.25208.0537.259.41
Hex719ABE2913019d0253b
Octal16123227651230313204573
Binary111000110011010101111101010011001101100111010000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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