#719BAF

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

Shades of Shakespeare #719BAF

Tints of Shakespeare #719BAF

Color information

#719BAF (or 0x719BAF) is unknown color: approx Shakespeare. HEX triplet: 71, 9B and AF. RGB value is (113,155,175). Sum of RGB (Red+Green+Blue) = 113+155+175=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 175 - color contains mainly: blue. Hex color #719BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BAF is #8E6450. Grayscale: #909090. Windows color (decimal): -9331793 or 11508593. OLE color: 11508593.

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

Color convert

RGB113155175-
CMYK0.350.1100.31
HSL199.35º27.93%56.47%-
HSV(B)199.35º35.43%68.63%-
XYZ26.2730.0544.97-
YUV144.72145.09105.37-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.51%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 175 (68.75% from 255) = 39.50%
R=25.51%
G=34.99%
B=39.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131551750.350.1100.31199.3527.9356.47
Hex719BAF23B01Fc71c38
Octal16123325743130373073470
Binary1110001100110111010111110001110110111111100011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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