#11566C

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

Shades of Blue Lagoon #11566C

Tints of Blue Lagoon #11566C

Color information

#11566C (or 0x11566C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 56 and 6C. RGB value is (17,86,108). Sum of RGB (Red+Green+Blue) = 17+86+108=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #11566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11566C is #EEA993. Grayscale: #434343. Windows color (decimal): -15640980 or 7099921. OLE color: 7099921.

HSL color Cylindrical-coordinate representation of color #11566C: hue angle of 194.51º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11566C is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1786108-
CMYK0.840.2000.58
HSL194.51º72.8%24.51%-
HSV(B)194.51º84.26%42.35%-
XYZ6.277.8615.37-
YUV67.88150.6491.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 86 (33.98% from 255) = 40.76%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=8.06%
G=40.76%
B=51.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17861080.840.2000.58194.5172.824.51
Hex11566C541403Ac34919
Octal211261541242407230311131
Binary1000110101101101100101010010100011101011000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11566C; }

 p { color: rgb(17,86,108); }

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

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

 a { background-color: rgb(17,86,108); }

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

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

 span { border-color: rgb(17,86,108); }

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