Html Css Color HEX #116959 Blue Stone

📋 copy color: '#116959'

red 17 ◦ green 105 ◦ blue 89

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

Shades of Blue Stone #116959

Tints of Blue Stone #116959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 49.76%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 8.06%
G = 49.76%
B = 42.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#116959 (or 0x116959) is known color: Blue Stone. HEX triplet: 11, 69 and 59. RGB value is (17,105,89). Sum of RGB (Red+Green+Blue) = 17+105+89=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #116959 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116959 is #EE96A6. Grayscale: #4C4C4C. Windows color (decimal): -15636135 or 5859601. OLE color: 5859601.

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

Color convert

RGB 17 105 89 -
CMYK 0.84 0 0.15 0.59
HSL 169.09º 0.72% 0.24% -
HSV(B) 169.09º 0.84% 0.41% -
XYZ 7.09 10.94 11.19 -
YUV 76.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 17 105 89 0.84 0 0.15 0.59 169.09 0.72 0.24
Hex 11 69 59 54 0 F 3B A9 48 18
Octal 21 151 131 124 0 17 73 251 110 30
Binary 10001 1101001 1011001 1010100 0 1111 111011 10101001 1001000 11000

Color Harmonies of #116959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116959

Black with #116959

Text Example


Text Example

White with #116959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116959; }

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

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

background-color css

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

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

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

border-color css

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

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

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