Html Css Color HEX #116958 Blue Stone

📋 copy color: '#116958'

red 17 ◦ green 105 ◦ blue 88

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

Shades of Blue Stone #116958

Tints of Blue Stone #116958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 41.9%

R = 8.1%
G = 50%
B = 41.9%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#116958 (or 0x116958) is known color: Blue Stone. HEX triplet: 11, 69 and 58. RGB value is (17,105,88). Sum of RGB (Red+Green+Blue) = 17+105+88=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 88 (34.77% from 255 or 41.90% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #116958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116958 is #EE96A7. Grayscale: #4C4C4C. Windows color (decimal): -15636136 or 5794065. OLE color: 5794065.

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

Color convert

RGB 17 105 88 -
CMYK 0.84 0 0.16 0.59
HSL 168.41º 0.72% 0.24% -
HSV(B) 168.41º 0.84% 0.41% -
XYZ 7.04 10.93 10.97 -
YUV 76.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 17 105 88 0.84 0 0.16 0.59 168.41 0.72 0.24
Hex 11 69 58 54 0 10 3B A8 48 18
Octal 21 151 130 124 0 20 73 250 110 30
Binary 10001 1101001 1011000 1010100 0 10000 111011 10101000 1001000 11000

Color Harmonies of #116958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116958

Black with #116958

Text Example


Text Example

White with #116958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116958; }

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

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

background-color css

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

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

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

border-color css

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

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

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