#11605E

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

Shades of Blue Stone #11605E

Tints of Blue Stone #11605E

Color information

#11605E (or 0x11605E) is unknown color: approx Blue Stone. HEX triplet: 11, 60 and 5E. RGB value is (17,96,94). Sum of RGB (Red+Green+Blue) = 17+96+94=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #11605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11605E is #EE9FA1. Grayscale: #484848. Windows color (decimal): -15638434 or 6184977. OLE color: 6184977.

HSL color Cylindrical-coordinate representation of color #11605E: hue angle of 178.48º 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 #11605E is Cyan = 0.82, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB179694-
CMYK0.8200.020.62
HSL178.48º69.91%22.16%-
HSV(B)178.48º82.29%37.65%-
XYZ6.439.2912.04-
YUV72.15140.3388.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.21%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=8.21%
G=46.38%
B=45.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1796940.8200.020.62178.4869.9122.16
Hex11605E52023Eb24616
Octal21140136122027626210626
Binary1000111000001011110101001001011111010110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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