#719DBB

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

Shades of Shakespeare #719DBB

Tints of Shakespeare #719DBB

Color information

#719DBB (or 0x719DBB) is unknown color: approx Shakespeare. HEX triplet: 71, 9D and BB. RGB value is (113,157,187). Sum of RGB (Red+Green+Blue) = 113+157+187=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #719DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719DBB is #8E6244. Grayscale: #939393. Windows color (decimal): -9331269 or 12295537. OLE color: 12295537.

HSL color Cylindrical-coordinate representation of color #719DBB: hue angle of 204.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #719DBB is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113157187-
CMYK0.400.1600.27
HSL204.32º35.24%58.82%-
HSV(B)204.32º39.57%73.33%-
XYZ27.8431.2151.57-
YUV147.26150.42103.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 157 (61.72% from 255) = 34.35%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=24.73%
G=34.35%
B=40.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131571870.400.1600.27204.3235.2458.82
Hex719DBB281001Bcc233b
Octal16123527350200333144373
Binary111000110011101101110111010001000001101111001100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,157,187); }

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

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

 a { background-color: rgb(113,157,187); }

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

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

 span { border-color: rgb(113,157,187); }

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