Html Css Color HEX #117069 Blue Stone

📋 copy color: '#117069'

red 17 ◦ green 112 ◦ blue 105

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

Shades of Blue Stone #117069

Tints of Blue Stone #117069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.87%

R = 7.26%
G = 47.86%
B = 44.87%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#117069 (or 0x117069) is known color: Blue Stone. HEX triplet: 11, 70 and 69. RGB value is (17,112,105). Sum of RGB (Red+Green+Blue) = 17+112+105=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #117069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117069 is #EE8F96. Grayscale: #525252. Windows color (decimal): -15634327 or 6909969. OLE color: 6909969.

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

Color convert

RGB 17 112 105 -
CMYK 0.85 0 0.06 0.56
HSL 175.58º 0.74% 0.25% -
HSV(B) 175.58º 0.85% 0.44% -
XYZ 8.58 12.73 15.37 -
YUV 82.8 140.53 81.07 -
System Red Green Blue C M Y K H S L
Decimal 17 112 105 0.85 0 0.06 0.56 175.58 0.74 0.25
Hex 11 70 69 55 0 6 38 B0 4A 19
Octal 21 160 151 125 0 6 70 260 112 31
Binary 10001 1110000 1101001 1010101 0 110 111000 10110000 1001010 11001

Color Harmonies of #117069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117069

Black with #117069

Text Example


Text Example

White with #117069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117069; }

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

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

background-color css

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

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

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

border-color css

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

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

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