Html Css Color HEX #115B70 Blue Lagoon

📋 copy color: '#115B70'

red 17 ◦ green 91 ◦ blue 112

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

Shades of Blue Lagoon #115B70

Tints of Blue Lagoon #115B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 7.73%
G = 41.36%
B = 50.91%

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

#115B70 (or 0x115B70) is known color: Blue Lagoon. HEX triplet: 11, 5B and 70. RGB value is (17,91,112). Sum of RGB (Red+Green+Blue) = 17+91+112=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #115B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B70 is #EEA48F. Grayscale: #474747. Windows color (decimal): -15639696 or 7363345. OLE color: 7363345.

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

Color convert

RGB 17 91 112 -
CMYK 0.85 0.19 0 0.56
HSL 193.26º 0.74% 0.25% -
HSV(B) 193.26º 0.85% 0.44% -
XYZ 6.9 8.77 16.66 -
YUV 71.27 150.98 89.29 -
System Red Green Blue C M Y K H S L
Decimal 17 91 112 0.85 0.19 0 0.56 193.26 0.74 0.25
Hex 11 5B 70 55 13 0 38 C1 4A 19
Octal 21 133 160 125 23 0 70 301 112 31
Binary 10001 1011011 1110000 1010101 10011 0 111000 11000001 1001010 11001

Color Harmonies of #115B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B70

Black with #115B70

Text Example


Text Example

White with #115B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,112); }

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

background-color css

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

 a { background-color: rgb(17,91,112); }

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

border-color css

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

 span { border-color: rgb(17,91,112); }

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