#136261

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

Shades of Blue Stone #136261

Tints of Blue Stone #136261

Color information

#136261 (or 0x136261) is unknown color: approx Blue Stone. HEX triplet: 13, 62 and 61. RGB value is (19,98,97). Sum of RGB (Red+Green+Blue) = 19+98+97=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 98 - color contains mainly: green. Hex color #136261 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136261 is #EC9D9E. Grayscale: #4A4A4A. Windows color (decimal): -15506847 or 6382099. OLE color: 6382099.

HSL color Cylindrical-coordinate representation of color #136261: hue angle of 179.24º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136261 is Cyan = 0.81, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB199897-
CMYK0.8100.010.62
HSL179.24º67.52%22.94%-
HSV(B)179.24º80.61%38.43%-
XYZ6.799.7412.83-
YUV74.26140.8388.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 98 (38.67% from 255) = 45.79%
BLUE value IS 97 (38.28% from 255) = 45.33%
R=8.88%
G=45.79%
B=45.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1998970.8100.010.62179.2467.5222.94
Hex13626151013Eb34417
Octal23142141121017626310427
Binary100111100010110000110100010111111010110011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136261; }

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

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

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

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

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

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

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

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