#11556C

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

Shades of Blue Lagoon #11556C

Tints of Blue Lagoon #11556C

Color information

#11556C (or 0x11556C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 55 and 6C. RGB value is (17,85,108). Sum of RGB (Red+Green+Blue) = 17+85+108=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #11556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11556C is #EEAA93. Grayscale: #434343. Windows color (decimal): -15641236 or 7099665. OLE color: 7099665.

HSL color Cylindrical-coordinate representation of color #11556C: hue angle of 195.16º 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 #11556C is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1785108-
CMYK0.840.2100.58
HSL195.16º72.8%24.51%-
HSV(B)195.16º84.26%42.35%-
XYZ6.197.715.35-
YUV67.29150.9792.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 85 (33.59% from 255) = 40.48%
BLUE value IS 108 (42.58% from 255) = 51.43%
R=8.10%
G=40.48%
B=51.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17851080.840.2100.58195.1672.824.51
Hex11556C541503Ac34919
Octal211251541242507230311131
Binary1000110101011101100101010010101011101011000011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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