#115F63

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

Shades of Blue Stone #115F63

Tints of Blue Stone #115F63

Color information

#115F63 (or 0x115F63) is unknown color: approx Blue Stone. HEX triplet: 11, 5F and 63. RGB value is (17,95,99). Sum of RGB (Red+Green+Blue) = 17+95+99=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #115F63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F63 is #EEA09C. Grayscale: #484848. Windows color (decimal): -15638685 or 6512401. OLE color: 6512401.

HSL color Cylindrical-coordinate representation of color #115F63: hue angle of 182.93º 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 #115F63 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB179599-
CMYK0.830.0400.61
HSL182.93º70.69%22.75%-
HSV(B)182.93º82.83%38.82%-
XYZ6.589.213.23-
YUV72.13143.1688.67-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 95 (37.5% from 255) = 45.02%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=8.06%
G=45.02%
B=46.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1795990.830.0400.61182.9370.6922.75
Hex115F6353403Db74717
Octal21137143123407526710727
Binary10001101111111000111010011100011110110110111100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,95,99); }

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

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

 a { background-color: rgb(17,95,99); }

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

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

 span { border-color: rgb(17,95,99); }

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