Html Css Color HEX #115A69 Blue Lagoon

📋 copy color: '#115A69'

red 17 ◦ green 90 ◦ blue 105

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

Shades of Blue Lagoon #115A69

Tints of Blue Lagoon #115A69

RGB

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

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

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

R = 8.02%
G = 42.45%
B = 49.53%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115A69 (or 0x115A69) is known color: Blue Lagoon. HEX triplet: 11, 5A and 69. RGB value is (17,90,105). Sum of RGB (Red+Green+Blue) = 17+90+105=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #115A69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A69 is #EEA596. Grayscale: #454545. Windows color (decimal): -15639959 or 6904337. OLE color: 6904337.

HSL color Cylindrical-coordinate representation of color #115A69: hue angle of 190.23º 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 #115A69 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 90 105 -
CMYK 0.84 0.14 0 0.59
HSL 190.23º 0.72% 0.24% -
HSV(B) 190.23º 0.84% 0.41% -
XYZ 6.44 8.45 14.66 -
YUV 69.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 17 90 105 0.84 0.14 0 0.59 190.23 0.72 0.24
Hex 11 5A 69 54 E 0 3B BE 48 18
Octal 21 132 151 124 16 0 73 276 110 30
Binary 10001 1011010 1101001 1010100 1110 0 111011 10111110 1001000 11000

Color Harmonies of #115A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A69

Black with #115A69

Text Example


Text Example

White with #115A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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