Html Css Color HEX #116759 Blue Stone

📋 copy color: '#116759'

red 17 ◦ green 103 ◦ blue 89

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

Shades of Blue Stone #116759

Tints of Blue Stone #116759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.28%

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

R = 8.13%
G = 49.28%
B = 42.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#116759 (or 0x116759) is known color: Blue Stone. HEX triplet: 11, 67 and 59. RGB value is (17,103,89). Sum of RGB (Red+Green+Blue) = 17+103+89=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #116759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116759 is #EE98A6. Grayscale: #4B4B4B. Windows color (decimal): -15636647 or 5859089. OLE color: 5859089.

HSL color Cylindrical-coordinate representation of color #116759: hue angle of 170.23º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116759 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 103 89 -
CMYK 0.83 0 0.14 0.60
HSL 170.23º 0.72% 0.24% -
HSV(B) 170.23º 0.83% 0.4% -
XYZ 6.88 10.54 11.12 -
YUV 75.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 17 103 89 0.83 0 0.14 0.60 170.23 0.72 0.24
Hex 11 67 59 53 0 E 3C AA 48 18
Octal 21 147 131 123 0 16 74 252 110 30
Binary 10001 1100111 1011001 1010011 0 1110 111100 10101010 1001000 11000

Color Harmonies of #116759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116759

Black with #116759

Text Example


Text Example

White with #116759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116759; }

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

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

background-color css

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

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

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

border-color css

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

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

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