Html Css Color HEX #116659 Blue Stone

📋 copy color: '#116659'

red 17 ◦ green 102 ◦ blue 89

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

Shades of Blue Stone #116659

Tints of Blue Stone #116659

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.04%

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

R = 8.17%
G = 49.04%
B = 42.79%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#116659 (or 0x116659) is known color: Blue Stone. HEX triplet: 11, 66 and 59. RGB value is (17,102,89). Sum of RGB (Red+Green+Blue) = 17+102+89=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #116659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116659 is #EE99A6. Grayscale: #4B4B4B. Windows color (decimal): -15636903 or 5858833. OLE color: 5858833.

HSL color Cylindrical-coordinate representation of color #116659: hue angle of 170.82º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116659 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 17 102 89 -
CMYK 0.83 0 0.13 0.6
HSL 170.82º 0.71% 0.23% -
HSV(B) 170.82º 0.83% 0.4% -
XYZ 6.79 10.34 11.09 -
YUV 75.1 135.84 86.56 -
System Red Green Blue C M Y K H S L
Decimal 17 102 89 0.83 0 0.13 0.6 170.82 0.71 0.23
Hex 11 66 59 53 0 D 3C AB 47 17
Octal 21 146 131 123 0 15 74 253 107 27
Binary 10001 1100110 1011001 1010011 0 1101 111100 10101011 1000111 10111

Color Harmonies of #116659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116659

Black with #116659

Text Example


Text Example

White with #116659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116659; }

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

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

background-color css

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

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

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

border-color css

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

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

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