#11665C

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

Shades of Blue Stone #11665C

Tints of Blue Stone #11665C

Color information

#11665C (or 0x11665C) is unknown color: approx Blue Stone. HEX triplet: 11, 66 and 5C. RGB value is (17,102,92). Sum of RGB (Red+Green+Blue) = 17+102+92=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 102 (40.23% from 255 or 48.34% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 102 - color contains mainly: green. Hex color #11665C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11665C is #EE99A3. Grayscale: #4B4B4B. Windows color (decimal): -15636900 or 6055441. OLE color: 6055441.

HSL color Cylindrical-coordinate representation of color #11665C: hue angle of 172.94º 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 #11665C is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1710292-
CMYK0.8300.100.6
HSL172.94º71.43%23.33%-
HSV(B)172.94º83.33%40%-
XYZ6.9110.3911.77-
YUV75.44137.3486.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 102 (40.23% from 255) = 48.34%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=8.06%
G=48.34%
B=43.60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal17102920.8300.100.6172.9471.4323.33
Hex11665C530A3Cad4717
Octal211461341230127425510727
Binary100011100110101110010100110101011110010101101100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11665C; }

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

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

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

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

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

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

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

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