Html Css Color HEX #115F71 Blue Lagoon

📋 copy color: '#115F71'

red 17 ◦ green 95 ◦ blue 113

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

Shades of Blue Lagoon #115F71

Tints of Blue Lagoon #115F71

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.22%

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

R = 7.56%
G = 42.22%
B = 50.22%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115F71 (or 0x115F71) is known color: Blue Lagoon. HEX triplet: 11, 5F and 71. RGB value is (17,95,113). Sum of RGB (Red+Green+Blue) = 17+95+113=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #115F71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F71 is #EEA08E. Grayscale: #494949. Windows color (decimal): -15638671 or 7429905. OLE color: 7429905.

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

Color convert

RGB 17 95 113 -
CMYK 0.85 0.16 0 0.56
HSL 191.25º 0.74% 0.25% -
HSV(B) 191.25º 0.85% 0.44% -
XYZ 7.3 9.5 17.07 -
YUV 73.73 150.16 87.54 -
System Red Green Blue C M Y K H S L
Decimal 17 95 113 0.85 0.16 0 0.56 191.25 0.74 0.25
Hex 11 5F 71 55 10 0 38 BF 4A 19
Octal 21 137 161 125 20 0 70 277 112 31
Binary 10001 1011111 1110001 1010101 10000 0 111000 10111111 1001010 11001

Color Harmonies of #115F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F71

Black with #115F71

Text Example


Text Example

White with #115F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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