Html Css Color HEX #115B69 Blue Lagoon

📋 copy color: '#115B69'

red 17 ◦ green 91 ◦ blue 105

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

Shades of Blue Lagoon #115B69

Tints of Blue Lagoon #115B69

RGB

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

 GREEN value IS 91 (35.94% from 255) = 42.72%

 BLUE value IS 105 (41.41% from 255) = 49.3%

R = 7.98%
G = 42.72%
B = 49.3%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115B69 (or 0x115B69) is known color: Blue Lagoon. HEX triplet: 11, 5B and 69. RGB value is (17,91,105). Sum of RGB (Red+Green+Blue) = 17+91+105=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 105 (41.41% from 255 or 49.30% from 213); Max value from RGB is 105 - color contains mainly: blue. Hex color #115B69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B69 is #EEA496. Grayscale: #464646. Windows color (decimal): -15639703 or 6904593. OLE color: 6904593.

HSL color Cylindrical-coordinate representation of color #115B69: hue angle of 189.55º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115B69 is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 91 105 -
CMYK 0.84 0.13 0 0.59
HSL 189.55º 0.72% 0.24% -
HSV(B) 189.55º 0.84% 0.41% -
XYZ 6.52 8.62 14.68 -
YUV 70.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 17 91 105 0.84 0.13 0 0.59 189.55 0.72 0.24
Hex 11 5B 69 54 D 0 3B BE 48 18
Octal 21 133 151 124 15 0 73 276 110 30
Binary 10001 1011011 1101001 1010100 1101 0 111011 10111110 1001000 11000

Color Harmonies of #115B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B69

Black with #115B69

Text Example


Text Example

White with #115B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115B69; }

 p { color: rgb(17,91,105); }

 H1.HeaderClassName
 {
   color: #115B69;
 }
 .AnyTagClassName
 {
   color: #115B69;
 }
</style>

background-color css

<style>
 a { background-color: #115B69; }

 a { background-color: rgb(17,91,105); }

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

border-color css

<style>
 span { border-color: #115B69; }

 span { border-color: rgb(17,91,105); }

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