#719EBA

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

Shades of Shakespeare #719EBA

Tints of Shakespeare #719EBA

Color information

#719EBA (or 0x719EBA) is unknown color: approx Shakespeare. HEX triplet: 71, 9E and BA. RGB value is (113,158,186). Sum of RGB (Red+Green+Blue) = 113+158+186=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #719EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719EBA is #8E6145. Grayscale: #939393. Windows color (decimal): -9331014 or 12230257. OLE color: 12230257.

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

Color convert

RGB113158186-
CMYK0.390.1500.27
HSL203.01º34.6%58.63%-
HSV(B)203.01º39.25%72.94%-
XYZ27.931.5151.07-
YUV147.74149.59103.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.73%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 40.70%
R=24.73%
G=34.57%
B=40.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131581860.390.1500.27203.0134.658.63
Hex719EBA27F01Bcb233b
Octal16123627247170333134373
Binary11100011001111010111010100111111101101111001011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,186); }

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

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

 a { background-color: rgb(113,158,186); }

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

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

 span { border-color: rgb(113,158,186); }

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