#115A4F

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

Shades of Blue Stone #115A4F

Tints of Blue Stone #115A4F

Color information

#115A4F (or 0x115A4F) is unknown color: approx Blue Stone. HEX triplet: 11, 5A and 4F. RGB value is (17,90,79). Sum of RGB (Red+Green+Blue) = 17+90+79=186 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.14% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 79 (31.25% from 255 or 42.47% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #115A4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A4F is #EEA5B0. Grayscale: #424242. Windows color (decimal): -15639985 or 5200401. OLE color: 5200401.

HSL color Cylindrical-coordinate representation of color #115A4F: hue angle of 170.96º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A4F is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB179079-
CMYK0.8100.120.65
HSL170.96º68.22%20.98%-
HSV(B)170.96º81.11%35.29%-
XYZ5.388.66-
YUV66.92134.8292.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.14%
GREEN value IS 90 (35.55% from 255) = 48.39%
BLUE value IS 79 (31.25% from 255) = 42.47%
R=9.14%
G=48.39%
B=42.47%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1790790.8100.120.65170.9668.2220.98
Hex115A4F510C41ab4415
Octal2113211712101410125310425
Binary1000110110101001111101000101100100000110101011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #115A4F; }

 p { color: rgb(17,90,79); }

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

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

 a { background-color: rgb(17,90,79); }

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

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

 span { border-color: rgb(17,90,79); }

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