Html Css Color HEX #116155 Blue Stone

📋 copy color: '#116155'

red 17 ◦ green 97 ◦ blue 85

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

Shades of Blue Stone #116155

Tints of Blue Stone #116155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.74%

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 8.54%
G = 48.74%
B = 42.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#116155 (or 0x116155) is known color: Blue Stone. HEX triplet: 11, 61 and 55. RGB value is (17,97,85). Sum of RGB (Red+Green+Blue) = 17+97+85=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #116155 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116155 is #EE9EAA. Grayscale: #474747. Windows color (decimal): -15638187 or 5595409. OLE color: 5595409.

HSL color Cylindrical-coordinate representation of color #116155: hue angle of 171º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #116155 is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 17 97 85 -
CMYK 0.82 0 0.12 0.62
HSL 171º 0.7% 0.22% -
HSV(B) 171º 0.82% 0.38% -
XYZ 6.15 9.32 10.07 -
YUV 71.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 17 97 85 0.82 0 0.12 0.62 171 0.7 0.22
Hex 11 61 55 52 0 C 3E AB 46 16
Octal 21 141 125 122 0 14 76 253 106 26
Binary 10001 1100001 1010101 1010010 0 1100 111110 10101011 1000110 10110

Color Harmonies of #116155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116155

Black with #116155

Text Example


Text Example

White with #116155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116155; }

 p { color: rgb(17,97,85); }

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

background-color css

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

 a { background-color: rgb(17,97,85); }

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

border-color css

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

 span { border-color: rgb(17,97,85); }

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