#115A71

Color #115A71 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #115A71

Tints of Blue Lagoon #115A71

Color information

#115A71 (or 0x115A71) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5A and 71. RGB value is (17,90,113). Sum of RGB (Red+Green+Blue) = 17+90+113=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #115A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A71 is #EEA58E. Grayscale: #464646. Windows color (decimal): -15639951 or 7428625. OLE color: 7428625.

HSL color Cylindrical-coordinate representation of color #115A71: hue angle of 194.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115A71 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1790113-
CMYK0.850.2000.56
HSL194.38º73.85%25.49%-
HSV(B)194.38º84.96%44.31%-
XYZ6.878.6216.93-
YUV70.8151.8289.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.73%
GREEN value IS 90 (35.55% from 255) = 40.91%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=7.73%
G=40.91%
B=51.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17901130.850.2000.56194.3873.8525.49
Hex115A715514038c24a19
Octal211321611252407030211231
Binary1000110110101110001101010110100011100011000010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A71; }

 p { color: rgb(17,90,113); }

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

<style>
 a { background-color: #115A71; }

 a { background-color: rgb(17,90,113); }

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

<style>
 span { border-color: #115A71; }

 span { border-color: rgb(17,90,113); }

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