#115D69

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

Shades of Blue Lagoon #115D69

Tints of Blue Lagoon #115D69

Color information

#115D69 (or 0x115D69) is unknown color: approx Blue Lagoon. HEX triplet: 11, 5D and 69. RGB value is (17,93,105). Sum of RGB (Red+Green+Blue) = 17+93+105=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #115D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115D69 is #EEA296. Grayscale: #474747. Windows color (decimal): -15639191 or 6905105. OLE color: 6905105.

HSL color Cylindrical-coordinate representation of color #115D69: hue angle of 188.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115D69 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1793105-
CMYK0.840.1100.59
HSL188.18º72.13%23.92%-
HSV(B)188.18º83.81%41.18%-
XYZ6.78.9714.74-
YUV71.64146.8289.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.91%
GREEN value IS 93 (36.72% from 255) = 43.26%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=7.91%
G=43.26%
B=48.84%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal17931050.840.1100.59188.1872.1323.92
Hex115D6954B03Bbc4818
Octal211351511241307327411030
Binary100011011101110100110101001011011101110111100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,93,105); }

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

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

 a { background-color: rgb(17,93,105); }

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

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

 span { border-color: rgb(17,93,105); }

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