Html Css Color HEX #115C6D Blue Lagoon

📋 copy color: '#115C6D'

red 17 ◦ green 92 ◦ blue 109

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

Shades of Blue Lagoon #115C6D

Tints of Blue Lagoon #115C6D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

 BLUE value IS 109 (42.97% from 255) = 50%

R = 7.8%
G = 42.2%
B = 50%

CMYK

 C value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#115C6D (or 0x115C6D) is known color: Blue Lagoon. HEX triplet: 11, 5C and 6D. RGB value is (17,92,109). Sum of RGB (Red+Green+Blue) = 17+92+109=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #115C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C6D is #EEA392. Grayscale: #474747. Windows color (decimal): -15639443 or 7166993. OLE color: 7166993.

HSL color Cylindrical-coordinate representation of color #115C6D: hue angle of 191.09º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115C6D is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 92 109 -
CMYK 0.84 0.16 0 0.57
HSL 191.09º 0.73% 0.25% -
HSV(B) 191.09º 0.84% 0.43% -
XYZ 6.82 8.88 15.82 -
YUV 71.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 17 92 109 0.84 0.16 0 0.57 191.09 0.73 0.25
Hex 11 5C 6D 54 10 0 39 BF 49 19
Octal 21 134 155 124 20 0 71 277 111 31
Binary 10001 1011100 1101101 1010100 10000 0 111001 10111111 1001001 11001

Color Harmonies of #115C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C6D

Black with #115C6D

Text Example


Text Example

White with #115C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,109); }

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

background-color css

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

 a { background-color: rgb(17,92,109); }

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

border-color css

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

 span { border-color: rgb(17,92,109); }

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