#115766

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

Shades of Blue Lagoon #115766

Tints of Blue Lagoon #115766

Color information

#115766 (or 0x115766) is unknown color: approx Blue Lagoon. HEX triplet: 11, 57 and 66. RGB value is (17,87,102). Sum of RGB (Red+Green+Blue) = 17+87+102=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 87 (34.38% from 255 or 42.23% from 206); Blue value is 102 (40.23% from 255 or 49.51% from 206); Max value from RGB is 102 - color contains mainly: blue. Hex color #115766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115766 is #EEA899. Grayscale: #434343. Windows color (decimal): -15640730 or 6706961. OLE color: 6706961.

HSL color Cylindrical-coordinate representation of color #115766: hue angle of 190.59º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115766 is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1787102-
CMYK0.830.1500.6
HSL190.59º71.43%23.33%-
HSV(B)190.59º83.33%40%-
XYZ6.047.8913.78-
YUV67.78147.3191.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 87 (34.38% from 255) = 42.23%
BLUE value IS 102 (40.23% from 255) = 49.51%
R=8.25%
G=42.23%
B=49.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17871020.830.1500.6190.5971.4323.33
Hex11576653F03Cbf4717
Octal211271461231707427710727
Binary100011010111110011010100111111011110010111111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115766; }

 p { color: rgb(17,87,102); }

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

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

 a { background-color: rgb(17,87,102); }

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

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

 span { border-color: rgb(17,87,102); }

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