#11626C

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

Shades of Blue Lagoon #11626C

Tints of Blue Lagoon #11626C

Color information

#11626C (or 0x11626C) is unknown color: approx Blue Lagoon. HEX triplet: 11, 62 and 6C. RGB value is (17,98,108). Sum of RGB (Red+Green+Blue) = 17+98+108=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #11626C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11626C is #EE9D93. Grayscale: #4A4A4A. Windows color (decimal): -15637908 or 7102993. OLE color: 7102993.

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

Color convert

RGB1798108-
CMYK0.840.0900.58
HSL186.59º72.8%24.51%-
HSV(B)186.59º84.26%42.35%-
XYZ7.319.9415.72-
YUV74.92146.6686.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 108 (42.58% from 255) = 48.43%
R=7.62%
G=43.95%
B=48.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17981080.840.0900.58186.5972.824.51
Hex11626C54903Abb4919
Octal211421541241107227311131
Binary100011100010110110010101001001011101010111011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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