#11646d

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

Shades of Blue Lagoon #11646D

Tints of Blue Lagoon #11646D

Color information

#11646D (or 0x11646D) is unknown color: approx Blue Lagoon. HEX triplet: 11, 64 and 6D. RGB value is (17,100,109). Sum of RGB (Red+Green+Blue) = 17+100+109=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 100 (39.45% from 255 or 44.25% from 226); Blue value is 109 (42.97% from 255 or 48.23% from 226); Max value from RGB is 109 - color contains mainly: blue. Hex color #11646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11646D is #EE9B92. Grayscale: #4C4C4C. Windows color (decimal): -15637395 or 7169041. OLE color: 7169041.

HSL color Cylindrical-coordinate representation of color #11646D: hue angle of 185.87º 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 #11646D is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB17100109-
CMYK0.840.0800.57
HSL185.87º73.02%24.71%-
HSV(B)185.87º84.4%42.75%-
XYZ7.5510.3416.07-
YUV76.21146.585.77-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 100 (39.45% from 255) = 44.25%
BLUE value IS 109 (42.97% from 255) = 48.23%
R=7.52%
G=44.25%
B=48.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal171001090.840.0800.57185.8773.0224.71
Hex11646D548039ba4919
Octal211441551241007127211131
Binary100011100100110110110101001000011100110111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11646d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11646d; }

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

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

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

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

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

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

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

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