Html Css Color HEX #115669 Blue Lagoon

📋 copy color: '#115669'

red 17 ◦ green 86 ◦ blue 105

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

Shades of Blue Lagoon #115669

Tints of Blue Lagoon #115669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.35%

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

R = 8.17%
G = 41.35%
B = 50.48%

CMYK

 C value IS 0.84

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#115669 (or 0x115669) is known color: Blue Lagoon. HEX triplet: 11, 56 and 69. RGB value is (17,86,105). Sum of RGB (Red+Green+Blue) = 17+86+105=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 86 (33.98% from 255 or 41.35% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #115669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115669 is #EEA996. Grayscale: #434343. Windows color (decimal): -15640983 or 6903313. OLE color: 6903313.

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

Color convert

RGB 17 86 105 -
CMYK 0.84 0.18 0 0.59
HSL 192.95º 0.72% 0.24% -
HSV(B) 192.95º 0.84% 0.41% -
XYZ 6.11 7.79 14.55 -
YUV 67.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 17 86 105 0.84 0.18 0 0.59 192.95 0.72 0.24
Hex 11 56 69 54 12 0 3B C1 48 18
Octal 21 126 151 124 22 0 73 301 110 30
Binary 10001 1010110 1101001 1010100 10010 0 111011 11000001 1001000 11000

Color Harmonies of #115669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115669

Black with #115669

Text Example


Text Example

White with #115669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115669; }

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

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

background-color css

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

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

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

border-color css

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

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

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