Html Css Color HEX #719BB6 Shakespeare

📋 copy color: '#719BB6'

red 113 ◦ green 155 ◦ blue 182

#719BB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #719BB6

Tints of Shakespeare #719BB6

RGB

 RED value IS 113 (44.53% from 255) = 25.11%

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 25.11%
G = 34.44%
B = 40.44%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#719BB6 (or 0x719BB6) is known color: Shakespeare. HEX triplet: 71, 9B and B6. RGB value is (113,155,182). Sum of RGB (Red+Green+Blue) = 113+155+182=450 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.11% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #719BB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #719BB6 is #8E6449. Grayscale: #919191. Windows color (decimal): -9331786 or 11967345. OLE color: 11967345.

HSL color Cylindrical-coordinate representation of color #719BB6: hue angle of 203.48º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #719BB6 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 113 155 182 -
CMYK 0.38 0.15 0 0.29
HSL 203.48º 0.32% 0.58% -
HSV(B) 203.48º 0.38% 0.71% -
XYZ 26.97 30.33 48.69 -
YUV 145.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 113 155 182 0.38 0.15 0 0.29 203.48 0.32 0.58
Hex 71 9B B6 26 F 0 1D CB 20 3A
Octal 161 233 266 46 17 0 35 313 40 72
Binary 1110001 10011011 10110110 100110 1111 0 11101 11001011 100000 111010

Color Harmonies of #719BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719BB6

Black with #719BB6

Text Example


Text Example

White with #719BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719BB6;
 }
 .AnyTagClassName
 {
   color: #719BB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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