#15736F

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

Shades of Blue Stone #15736F

Tints of Blue Stone #15736F

Color information

#15736F (or 0x15736F) is unknown color: approx Blue Stone. HEX triplet: 15, 73 and 6F. RGB value is (21,115,111). Sum of RGB (Red+Green+Blue) = 21+115+111=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #15736F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15736F is #EA8C90. Grayscale: #565656. Windows color (decimal): -15371409 or 7303957. OLE color: 7303957.

HSL color Cylindrical-coordinate representation of color #15736F: hue angle of 177.45º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #15736F is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB21115111-
CMYK0.8200.030.55
HSL177.45º69.12%26.67%-
HSV(B)177.45º81.74%45.1%-
XYZ9.3113.5717.17-
YUV86.44141.8681.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.50%
GREEN value IS 115 (45.31% from 255) = 46.56%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=8.50%
G=46.56%
B=44.94%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal211151110.8200.030.55177.4569.1226.67
Hex15736F520337b1451b
Octal25163157122036726110533
Binary1010111100111101111101001001111011110110001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15736F; }

 p { color: rgb(21,115,111); }

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

<style>
 a { background-color: #15736F; }

 a { background-color: rgb(21,115,111); }

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

<style>
 span { border-color: #15736F; }

 span { border-color: rgb(21,115,111); }

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