Html Css Color HEX #11706B Blue Stone

📋 copy color: '#11706B'

red 17 ◦ green 112 ◦ blue 107

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

Shades of Blue Stone #11706B

Tints of Blue Stone #11706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.46%

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 7.2%
G = 47.46%
B = 45.34%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#11706B (or 0x11706B) is known color: Blue Stone. HEX triplet: 11, 70 and 6B. RGB value is (17,112,107). Sum of RGB (Red+Green+Blue) = 17+112+107=236 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.20% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #11706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11706B is #EE8F94. Grayscale: #525252. Windows color (decimal): -15634325 or 7041041. OLE color: 7041041.

HSL color Cylindrical-coordinate representation of color #11706B: hue angle of 176.84º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11706B is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 112 107 -
CMYK 0.85 0 0.04 0.56
HSL 176.84º 0.74% 0.25% -
HSV(B) 176.84º 0.85% 0.44% -
XYZ 8.68 12.77 15.92 -
YUV 83.03 141.53 80.91 -
System Red Green Blue C M Y K H S L
Decimal 17 112 107 0.85 0 0.04 0.56 176.84 0.74 0.25
Hex 11 70 6B 55 0 4 38 B1 4A 19
Octal 21 160 153 125 0 4 70 261 112 31
Binary 10001 1110000 1101011 1010101 0 100 111000 10110001 1001010 11001

Color Harmonies of #11706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11706B

Black with #11706B

Text Example


Text Example

White with #11706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11706B; }

 p { color: rgb(17,112,107); }

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

background-color css

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

 a { background-color: rgb(17,112,107); }

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

border-color css

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

 span { border-color: rgb(17,112,107); }

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