Html Css Color HEX #11606B Blue Lagoon

📋 copy color: '#11606B'

red 17 ◦ green 96 ◦ blue 107

#11606B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #11606B

Tints of Blue Lagoon #11606B

RGB

 RED value IS 17 (7.03% from 255) = 7.73%

 GREEN value IS 96 (37.89% from 255) = 43.64%

 BLUE value IS 107 (42.19% from 255) = 48.64%

R = 7.73%
G = 43.64%
B = 48.64%

CMYK

 C value IS 0.84

 M value IS 0.10

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11606B (or 0x11606B) is known color: Blue Lagoon. HEX triplet: 11, 60 and 6B. RGB value is (17,96,107). Sum of RGB (Red+Green+Blue) = 17+96+107=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #11606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11606B is #EE9F94. Grayscale: #494949. Windows color (decimal): -15638421 or 7036945. OLE color: 7036945.

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

Color convert

RGB 17 96 107 -
CMYK 0.84 0.10 0 0.58
HSL 187.33º 0.73% 0.24% -
HSV(B) 187.33º 0.84% 0.42% -
XYZ 7.07 9.55 15.38 -
YUV 73.63 146.83 87.61 -
System Red Green Blue C M Y K H S L
Decimal 17 96 107 0.84 0.10 0 0.58 187.33 0.73 0.24
Hex 11 60 6B 54 A 0 3A BB 49 18
Octal 21 140 153 124 12 0 72 273 111 30
Binary 10001 1100000 1101011 1010100 1010 0 111010 10111011 1001001 11000

Color Harmonies of #11606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11606B

Black with #11606B

Text Example


Text Example

White with #11606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11606B; }

 p { color: rgb(17,96,107); }

 H1.HeaderClassName
 {
   color: #11606B;
 }
 .AnyTagClassName
 {
   color: #11606B;
 }
</style>

background-color css

<style>
 a { background-color: #11606B; }

 a { background-color: rgb(17,96,107); }

 div.DivClassName
 {
   background-color: #11606B;
 }
 .BgClassName
 {
   background-color: #11606B;
 }
</style>

border-color css

<style>
 span { border-color: #11606B; }

 span { border-color: rgb(17,96,107); }

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