#136960

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

Shades of Blue Stone #136960

Tints of Blue Stone #136960

Color information

#136960 (or 0x136960) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 60. RGB value is (19,105,96). Sum of RGB (Red+Green+Blue) = 19+105+96=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 105 - color contains mainly: green. Hex color #136960 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136960 is #EC969F. Grayscale: #4E4E4E. Windows color (decimal): -15505056 or 6318355. OLE color: 6318355.

HSL color Cylindrical-coordinate representation of color #136960: hue angle of 173.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136960 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1910596-
CMYK0.8200.090.59
HSL173.72º69.35%24.31%-
HSV(B)173.72º81.9%41.18%-
XYZ7.4311.0912.81-
YUV78.26138.0185.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.64%
GREEN value IS 105 (41.41% from 255) = 47.73%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=8.64%
G=47.73%
B=43.64%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105960.8200.090.59173.7269.3524.31
Hex13696052093Bae4518
Octal231511401220117325610530
Binary100111101001110000010100100100111101110101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136960; }

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

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

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

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

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

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

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

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