#136B63

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

Shades of Blue Stone #136B63

Tints of Blue Stone #136B63

Color information

#136B63 (or 0x136B63) is unknown color: approx Blue Stone. HEX triplet: 13, 6B and 63. RGB value is (19,107,99). Sum of RGB (Red+Green+Blue) = 19+107+99=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #136B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B63 is #EC949C. Grayscale: #4F4F4F. Windows color (decimal): -15504541 or 6515475. OLE color: 6515475.

HSL color Cylindrical-coordinate representation of color #136B63: hue angle of 174.55º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B63 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1910799-
CMYK0.8200.070.58
HSL174.55º69.84%24.71%-
HSV(B)174.55º82.24%41.96%-
XYZ7.7811.5513.62-
YUV79.78138.8584.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 107 (42.19% from 255) = 47.56%
BLUE value IS 99 (39.06% from 255) = 44%
R=8.44%
G=47.56%
B=44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19107990.8200.070.58174.5569.8424.71
Hex136B6352073Aaf4619
Octal23153143122077225710631
Binary10011110101111000111010010011111101010101111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136B63; }

 p { color: rgb(19,107,99); }

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

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

 a { background-color: rgb(19,107,99); }

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

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

 span { border-color: rgb(19,107,99); }

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