#136158

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

Shades of Blue Stone #136158

Tints of Blue Stone #136158

Color information

#136158 (or 0x136158) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 58. RGB value is (19,97,88). Sum of RGB (Red+Green+Blue) = 19+97+88=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #136158 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136158 is #EC9EA7. Grayscale: #484848. Windows color (decimal): -15507112 or 5792019. OLE color: 5792019.

HSL color Cylindrical-coordinate representation of color #136158: hue angle of 173.08º 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 #136158 is Cyan = 0.80, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB199788-
CMYK0.8000.090.62
HSL173.08º67.24%22.75%-
HSV(B)173.08º80.41%38.04%-
XYZ6.39.3910.71-
YUV72.65136.6689.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.31%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 88 (34.77% from 255) = 43.14%
R=9.31%
G=47.55%
B=43.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997880.8000.090.62173.0867.2422.75
Hex13615850093Ead4317
Octal231411301200117625510327
Binary100111100001101100010100000100111111010101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136158; }

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

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

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

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

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

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

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

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