Html Css Color HEX #115C69 Blue Lagoon

📋 copy color: '#115C69'

red 17 ◦ green 92 ◦ blue 105

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

Shades of Blue Lagoon #115C69

Tints of Blue Lagoon #115C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 7.94%
G = 42.99%
B = 49.07%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115C69 (or 0x115C69) is known color: Blue Lagoon. HEX triplet: 11, 5C and 69. RGB value is (17,92,105). Sum of RGB (Red+Green+Blue) = 17+92+105=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 92 (36.33% from 255 or 42.99% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: blue. Hex color #115C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C69 is #EEA396. Grayscale: #464646. Windows color (decimal): -15639447 or 6904849. OLE color: 6904849.

HSL color Cylindrical-coordinate representation of color #115C69: hue angle of 188.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #115C69 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 92 105 -
CMYK 0.84 0.12 0 0.59
HSL 188.86º 0.72% 0.24% -
HSV(B) 188.86º 0.84% 0.41% -
XYZ 6.61 8.79 14.71 -
YUV 71.06 147.15 89.44 -
System Red Green Blue C M Y K H S L
Decimal 17 92 105 0.84 0.12 0 0.59 188.86 0.72 0.24
Hex 11 5C 69 54 C 0 3B BD 48 18
Octal 21 134 151 124 14 0 73 275 110 30
Binary 10001 1011100 1101001 1010100 1100 0 111011 10111101 1001000 11000

Color Harmonies of #115C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C69

Black with #115C69

Text Example


Text Example

White with #115C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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