#115F71

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

Shades of Blue Lagoon #115F71

Tints of Blue Lagoon #115F71

Color information

#115F71 (or 0x115F71) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5F and 71. RGB value is (17,95,113). Sum of RGB (Red+Green+Blue) = 17+95+113=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #115F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F71 is #EEA08E. Grayscale: #494949. Windows color (decimal): -15638671 or 7429905. OLE color: 7429905.

HSL color Cylindrical-coordinate representation of color #115F71: hue angle of 191.25º 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 #115F71 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1795113-
CMYK0.850.1600.56
HSL191.25º73.85%25.49%-
HSV(B)191.25º84.96%44.31%-
XYZ7.39.517.07-
YUV73.73150.1687.54-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.56%
GREEN value IS 95 (37.5% from 255) = 42.22%
BLUE value IS 113 (44.53% from 255) = 50.22%
R=7.56%
G=42.22%
B=50.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17951130.850.1600.56191.2573.8525.49
Hex115F715510038bf4a19
Octal211371611252007027711231
Binary1000110111111110001101010110000011100010111111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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