Html Css Color HEX #11656F Blue Lagoon

📋 copy color: '#11656F'

red 17 ◦ green 101 ◦ blue 111

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

Shades of Blue Lagoon #11656F

Tints of Blue Lagoon #11656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 44.1%

 BLUE value IS 111 (43.75% from 255) = 48.47%

R = 7.42%
G = 44.1%
B = 48.47%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#11656F (or 0x11656F) is known color: Blue Lagoon. HEX triplet: 11, 65 and 6F. RGB value is (17,101,111). Sum of RGB (Red+Green+Blue) = 17+101+111=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 101 (39.84% from 255 or 44.10% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #11656F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11656F is #EE9A90. Grayscale: #4C4C4C. Windows color (decimal): -15637137 or 7300369. OLE color: 7300369.

HSL color Cylindrical-coordinate representation of color #11656F: hue angle of 186.38º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11656F is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 101 111 -
CMYK 0.85 0.09 0 0.56
HSL 186.38º 0.73% 0.25% -
HSV(B) 186.38º 0.85% 0.44% -
XYZ 7.75 10.57 16.67 -
YUV 77.02 147.17 85.19 -
System Red Green Blue C M Y K H S L
Decimal 17 101 111 0.85 0.09 0 0.56 186.38 0.73 0.25
Hex 11 65 6F 55 9 0 38 BA 49 19
Octal 21 145 157 125 11 0 70 272 111 31
Binary 10001 1100101 1101111 1010101 1001 0 111000 10111010 1001001 11001

Color Harmonies of #11656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11656F

Black with #11656F

Text Example


Text Example

White with #11656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11656F; }

 p { color: rgb(17,101,111); }

 H1.HeaderClassName
 {
   color: #11656F;
 }
 .AnyTagClassName
 {
   color: #11656F;
 }
</style>

background-color css

<style>
 a { background-color: #11656F; }

 a { background-color: rgb(17,101,111); }

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

border-color css

<style>
 span { border-color: #11656F; }

 span { border-color: rgb(17,101,111); }

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