Html Css Color HEX #136B60 Blue Stone

📋 copy color: '#136B60'

red 19 ◦ green 107 ◦ blue 96

#136B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #136B60

Tints of Blue Stone #136B60

RGB

 RED value IS 19 (7.81% from 255) = 8.56%

 GREEN value IS 107 (42.19% from 255) = 48.2%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 8.56%
G = 48.2%
B = 43.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#136B60 (or 0x136B60) is known color: Blue Stone. HEX triplet: 13, 6B and 60. RGB value is (19,107,96). Sum of RGB (Red+Green+Blue) = 19+107+96=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 107 - color contains mainly: green. Hex color #136B60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B60 is #EC949F. Grayscale: #4F4F4F. Windows color (decimal): -15504544 or 6318867. OLE color: 6318867.

HSL color Cylindrical-coordinate representation of color #136B60: hue angle of 172.5º 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 #136B60 is Cyan = 0.82, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 96 -
CMYK 0.82 0 0.10 0.58
HSL 172.5º 0.7% 0.25% -
HSV(B) 172.5º 0.82% 0.42% -
XYZ 7.64 11.5 12.88 -
YUV 79.43 137.35 84.89 -
System Red Green Blue C M Y K H S L
Decimal 19 107 96 0.82 0 0.10 0.58 172.5 0.7 0.25
Hex 13 6B 60 52 0 A 3A AC 46 19
Octal 23 153 140 122 0 12 72 254 106 31
Binary 10011 1101011 1100000 1010010 0 1010 111010 10101100 1000110 11001

Color Harmonies of #136B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B60

Black with #136B60

Text Example


Text Example

White with #136B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #136B60;
 }
 .AnyTagClassName
 {
   color: #136B60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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