#136055

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

Shades of Blue Stone #136055

Tints of Blue Stone #136055

Color information

#136055 (or 0x136055) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 55. RGB value is (19,96,85). Sum of RGB (Red+Green+Blue) = 19+96+85=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #136055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136055 is #EC9FAA. Grayscale: #474747. Windows color (decimal): -15507371 or 5595155. OLE color: 5595155.

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

Color convert

RGB199685-
CMYK0.8000.110.62
HSL171.43º66.96%22.55%-
HSV(B)171.43º80.21%37.65%-
XYZ6.099.1610.04-
YUV71.72135.4990.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=9.5%
G=48%
B=42.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996850.8000.110.62171.4366.9622.55
Hex136055500B3Eab4317
Octal231401251200137625310327
Binary100111100000101010110100000101111111010101011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136055; }

 p { color: rgb(19,96,85); }

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

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

 a { background-color: rgb(19,96,85); }

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

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

 span { border-color: rgb(19,96,85); }

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