#117066

Color #117066 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #117066

Tints of Blue Stone #117066

Color information

#117066 (or 0x117066) is unknown color: approx Blue Stone. HEX triplet: 11, 70 and 66. RGB value is (17,112,102). Sum of RGB (Red+Green+Blue) = 17+112+102=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #117066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117066 is #EE8F99. Grayscale: #525252. Windows color (decimal): -15634330 or 6713361. OLE color: 6713361.

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

Color convert

RGB17112102-
CMYK0.8500.090.56
HSL173.68º73.64%25.29%-
HSV(B)173.68º84.82%43.92%-
XYZ8.4212.6714.57-
YUV82.46139.0381.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 102 (40.23% from 255) = 44.16%
R=7.36%
G=48.48%
B=44.16%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal171121020.8500.090.56173.6873.6425.29
Hex117066550938ae4a19
Octal211601461250117025611231
Binary100011110000110011010101010100111100010101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117066; }

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

 H1.HeaderClassName
 {
   color: #117066;
 }
 .AnyTagClassName
 {
   color: #117066;
 }
</style>
background-color css

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

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

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

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

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

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