#11645D

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

Shades of Blue Stone #11645D

Tints of Blue Stone #11645D

Color information

#11645D (or 0x11645D) is unknown color: approx Blue Stone. HEX triplet: 11, 64 and 5D. RGB value is (17,100,93). Sum of RGB (Red+Green+Blue) = 17+100+93=210 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.10% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 93 (36.72% from 255 or 44.29% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #11645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11645D is #EE9BA2. Grayscale: #4A4A4A. Windows color (decimal): -15637411 or 6120465. OLE color: 6120465.

HSL color Cylindrical-coordinate representation of color #11645D: hue angle of 174.94º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #11645D is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB1710093-
CMYK0.8300.070.61
HSL174.94º70.94%22.94%-
HSV(B)174.94º83%39.22%-
XYZ6.7610.0211.93-
YUV74.38138.587.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.10%
GREEN value IS 100 (39.45% from 255) = 47.62%
BLUE value IS 93 (36.72% from 255) = 44.29%
R=8.10%
G=47.62%
B=44.29%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal17100930.8300.070.61174.9470.9422.94
Hex11645D53073Daf4717
Octal21144135123077525710727
Binary10001110010010111011010011011111110110101111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11645D; }

 p { color: rgb(17,100,93); }

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

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

 a { background-color: rgb(17,100,93); }

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

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

 span { border-color: rgb(17,100,93); }

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