Html Css Color HEX #11596C Blue Lagoon

📋 copy color: '#11596C'

red 17 ◦ green 89 ◦ blue 108

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

Shades of Blue Lagoon #11596C

Tints of Blue Lagoon #11596C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.59%

 BLUE value IS 108 (42.58% from 255) = 50.47%

R = 7.94%
G = 41.59%
B = 50.47%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11596C (or 0x11596C) is known color: Blue Lagoon. HEX triplet: 11, 59 and 6C. RGB value is (17,89,108). Sum of RGB (Red+Green+Blue) = 17+89+108=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #11596C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11596C is #EEA693. Grayscale: #454545. Windows color (decimal): -15640212 or 7100689. OLE color: 7100689.

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

Color convert

RGB 17 89 108 -
CMYK 0.84 0.18 0 0.58
HSL 192.53º 0.73% 0.25% -
HSV(B) 192.53º 0.84% 0.42% -
XYZ 6.51 8.35 15.46 -
YUV 69.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 17 89 108 0.84 0.18 0 0.58 192.53 0.73 0.25
Hex 11 59 6C 54 12 0 3A C1 49 19
Octal 21 131 154 124 22 0 72 301 111 31
Binary 10001 1011001 1101100 1010100 10010 0 111010 11000001 1001001 11001

Color Harmonies of #11596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11596C

Black with #11596C

Text Example


Text Example

White with #11596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11596C;
 }
 .AnyTagClassName
 {
   color: #11596C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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