#115F65

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

Shades of Blue Stone #115F65

Tints of Blue Stone #115F65

Color information

#115F65 (or 0x115F65) is unknown color: approx Blue Stone. HEX triplet: 11, 5F and 65. RGB value is (17,95,101). Sum of RGB (Red+Green+Blue) = 17+95+101=213 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.98% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #115F65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115F65 is #EEA09A. Grayscale: #484848. Windows color (decimal): -15638683 or 6643473. OLE color: 6643473.

HSL color Cylindrical-coordinate representation of color #115F65: hue angle of 184.29º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #115F65 is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1795101-
CMYK0.830.0600.60
HSL184.29º71.19%23.14%-
HSV(B)184.29º83.17%39.61%-
XYZ6.679.2413.74-
YUV72.36144.1688.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.98%
GREEN value IS 95 (37.5% from 255) = 44.60%
BLUE value IS 101 (39.84% from 255) = 47.42%
R=7.98%
G=44.60%
B=47.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal17951010.830.0600.60184.2971.1923.14
Hex115F6553603Cb84717
Octal21137145123607427010727
Binary10001101111111001011010011110011110010111000100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #115F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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