#11616D

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

Shades of Blue Lagoon #11616D

Tints of Blue Lagoon #11616D

Color information

#11616D (or 0x11616D) is unknown color: approx Blue Lagoon. HEX triplet: 11, 61 and 6D. RGB value is (17,97,109). Sum of RGB (Red+Green+Blue) = 17+97+109=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #11616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11616D is #EE9E92. Grayscale: #4A4A4A. Windows color (decimal): -15638163 or 7168273. OLE color: 7168273.

HSL color Cylindrical-coordinate representation of color #11616D: hue angle of 187.83º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11616D is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1797109-
CMYK0.840.1100.57
HSL187.83º73.02%24.71%-
HSV(B)187.83º84.4%42.75%-
XYZ7.279.7715.97-
YUV74.45147.587.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 97 (38.28% from 255) = 43.50%
BLUE value IS 109 (42.97% from 255) = 48.88%
R=7.62%
G=43.50%
B=48.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17971090.840.1100.57187.8373.0224.71
Hex11616D54B039bc4919
Octal211411551241307127411131
Binary100011100001110110110101001011011100110111100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11616D; }

 p { color: rgb(17,97,109); }

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

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

 a { background-color: rgb(17,97,109); }

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

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

 span { border-color: rgb(17,97,109); }

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