Html Css Color HEX #115C71 Blue Lagoon

📋 copy color: '#115C71'

red 17 ◦ green 92 ◦ blue 113

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

Shades of Blue Lagoon #115C71

Tints of Blue Lagoon #115C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 7.66%
G = 41.44%
B = 50.9%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115C71 (or 0x115C71) is known color: Blue Lagoon. HEX triplet: 11, 5C and 71. RGB value is (17,92,113). Sum of RGB (Red+Green+Blue) = 17+92+113=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 92 (36.33% from 255 or 41.44% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #115C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C71 is #EEA38E. Grayscale: #474747. Windows color (decimal): -15639439 or 7429137. OLE color: 7429137.

HSL color Cylindrical-coordinate representation of color #115C71: hue angle of 193.12º degrees, saturation: 0.74, 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 #115C71 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 92 113 -
CMYK 0.85 0.19 0 0.56
HSL 193.13º 0.74% 0.25% -
HSV(B) 193.13º 0.85% 0.44% -
XYZ 7.04 8.97 16.98 -
YUV 71.97 151.15 88.79 -
System Red Green Blue C M Y K H S L
Decimal 17 92 113 0.85 0.19 0 0.56 193.13 0.74 0.25
Hex 11 5C 71 55 13 0 38 C1 4A 19
Octal 21 134 161 125 23 0 70 301 112 31
Binary 10001 1011100 1110001 1010101 10011 0 111000 11000001 1001010 11001

Color Harmonies of #115C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C71

Black with #115C71

Text Example


Text Example

White with #115C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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