#136159

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

Shades of Blue Stone #136159

Tints of Blue Stone #136159

Color information

#136159 (or 0x136159) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 59. RGB value is (19,97,89). Sum of RGB (Red+Green+Blue) = 19+97+89=205 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.27% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #136159 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136159 is #EC9EA6. Grayscale: #484848. Windows color (decimal): -15507111 or 5857555. OLE color: 5857555.

HSL color Cylindrical-coordinate representation of color #136159: hue angle of 173.85º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136159 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB199789-
CMYK0.8000.080.62
HSL173.85º67.24%22.75%-
HSV(B)173.85º80.41%38.04%-
XYZ6.359.4110.93-
YUV72.77137.1689.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.27%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=9.27%
G=47.32%
B=43.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997890.8000.080.62173.8567.2422.75
Hex13615950083Eae4317
Octal231411311200107625610327
Binary100111100001101100110100000100011111010101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136159; }

 p { color: rgb(19,97,89); }

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

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

 a { background-color: rgb(19,97,89); }

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

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

 span { border-color: rgb(19,97,89); }

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