#11605D

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

Shades of Blue Stone #11605D

Tints of Blue Stone #11605D

Color information

#11605D (or 0x11605D) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 5D. RGB value is (17,96,93). Sum of RGB (Red+Green+Blue) = 17+96+93=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #11605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605D is #EE9FA2. Grayscale: #474747. Windows color (decimal): -15638435 or 6119441. OLE color: 6119441.

HSL color Cylindrical-coordinate representation of color #11605D: hue angle of 177.72º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11605D is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB179693-
CMYK0.8200.030.62
HSL177.72º69.91%22.16%-
HSV(B)177.72º82.29%37.65%-
XYZ6.399.2811.81-
YUV72.04139.8388.74-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=8.25%
G=46.60%
B=45.15%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796930.8200.030.62177.7269.9122.16
Hex11605D52033Eb24616
Octal21140135122037626210626
Binary1000111000001011101101001001111111010110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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