Html Css Color HEX #115C72 Blue Lagoon

📋 copy color: '#115C72'

red 17 ◦ green 92 ◦ blue 114

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

Shades of Blue Lagoon #115C72

Tints of Blue Lagoon #115C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 7.62%
G = 41.26%
B = 51.12%

CMYK

 C value IS 0.85

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115C72 (or 0x115C72) is known color: Blue Lagoon. HEX triplet: 11, 5C and 72. RGB value is (17,92,114). Sum of RGB (Red+Green+Blue) = 17+92+114=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #115C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C72 is #EEA38D. Grayscale: #474747. Windows color (decimal): -15639438 or 7494673. OLE color: 7494673.

HSL color Cylindrical-coordinate representation of color #115C72: hue angle of 193.61º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115C72 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 92 114 -
CMYK 0.85 0.19 0 0.55
HSL 193.61º 0.74% 0.26% -
HSV(B) 193.61º 0.85% 0.45% -
XYZ 7.1 8.99 17.28 -
YUV 72.08 151.65 88.71 -
System Red Green Blue C M Y K H S L
Decimal 17 92 114 0.85 0.19 0 0.55 193.61 0.74 0.26
Hex 11 5C 72 55 13 0 37 C2 4A 1A
Octal 21 134 162 125 23 0 67 302 112 32
Binary 10001 1011100 1110010 1010101 10011 0 110111 11000010 1001010 11010

Color Harmonies of #115C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C72

Black with #115C72

Text Example


Text Example

White with #115C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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