Html Css Color HEX #115A71 Blue Lagoon

📋 copy color: '#115A71'

red 17 ◦ green 90 ◦ blue 113

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

Shades of Blue Lagoon #115A71

Tints of Blue Lagoon #115A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.91%

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

R = 7.73%
G = 40.91%
B = 51.36%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115A71 (or 0x115A71) is known color: Blue Lagoon. HEX triplet: 11, 5A and 71. RGB value is (17,90,113). Sum of RGB (Red+Green+Blue) = 17+90+113=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #115A71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A71 is #EEA58E. Grayscale: #464646. Windows color (decimal): -15639951 or 7428625. OLE color: 7428625.

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

Color convert

RGB 17 90 113 -
CMYK 0.85 0.20 0 0.56
HSL 194.38º 0.74% 0.25% -
HSV(B) 194.38º 0.85% 0.44% -
XYZ 6.87 8.62 16.93 -
YUV 70.8 151.82 89.63 -
System Red Green Blue C M Y K H S L
Decimal 17 90 113 0.85 0.20 0 0.56 194.38 0.74 0.25
Hex 11 5A 71 55 14 0 38 C2 4A 19
Octal 21 132 161 125 24 0 70 302 112 31
Binary 10001 1011010 1110001 1010101 10100 0 111000 11000010 1001010 11001

Color Harmonies of #115A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A71

Black with #115A71

Text Example


Text Example

White with #115A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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