Html Css Color HEX #115C6B Blue Lagoon

📋 copy color: '#115C6B'

red 17 ◦ green 92 ◦ blue 107

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

Shades of Blue Lagoon #115C6B

Tints of Blue Lagoon #115C6B

RGB

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

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

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

R = 7.87%
G = 42.59%
B = 49.54%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#115C6B (or 0x115C6B) is known color: Blue Lagoon. HEX triplet: 11, 5C and 6B. RGB value is (17,92,107). Sum of RGB (Red+Green+Blue) = 17+92+107=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 107 (42.19% from 255 or 49.54% from 216); Max value from RGB is 107 - color contains mainly: blue. Hex color #115C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C6B is #EEA394. Grayscale: #474747. Windows color (decimal): -15639445 or 7035921. OLE color: 7035921.

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

Color convert

RGB 17 92 107 -
CMYK 0.84 0.14 0 0.58
HSL 190º 0.73% 0.24% -
HSV(B) 190º 0.84% 0.42% -
XYZ 6.71 8.84 15.26 -
YUV 71.29 148.15 89.28 -
System Red Green Blue C M Y K H S L
Decimal 17 92 107 0.84 0.14 0 0.58 190 0.73 0.24
Hex 11 5C 6B 54 E 0 3A BE 49 18
Octal 21 134 153 124 16 0 72 276 111 30
Binary 10001 1011100 1101011 1010100 1110 0 111010 10111110 1001001 11000

Color Harmonies of #115C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C6B

Black with #115C6B

Text Example


Text Example

White with #115C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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