Html Css Color HEX #11716B Blue Stone

📋 copy color: '#11716B'

red 17 ◦ green 113 ◦ blue 107

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

Shades of Blue Stone #11716B

Tints of Blue Stone #11716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.68%

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

R = 7.17%
G = 47.68%
B = 45.15%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#11716B (or 0x11716B) is known color: Blue Stone. HEX triplet: 11, 71 and 6B. RGB value is (17,113,107). Sum of RGB (Red+Green+Blue) = 17+113+107=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #11716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11716B is #EE8E94. Grayscale: #535353. Windows color (decimal): -15634069 or 7041297. OLE color: 7041297.

HSL color Cylindrical-coordinate representation of color #11716B: hue angle of 176.25º 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 #11716B is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 107 -
CMYK 0.85 0 0.05 0.56
HSL 176.25º 0.74% 0.25% -
HSV(B) 176.25º 0.85% 0.44% -
XYZ 8.79 12.99 15.95 -
YUV 83.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 17 113 107 0.85 0 0.05 0.56 176.25 0.74 0.25
Hex 11 71 6B 55 0 5 38 B0 4A 19
Octal 21 161 153 125 0 5 70 260 112 31
Binary 10001 1110001 1101011 1010101 0 101 111000 10110000 1001010 11001

Color Harmonies of #11716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11716B

Black with #11716B

Text Example


Text Example

White with #11716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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