Html Css Color HEX #136656 Blue Stone

📋 copy color: '#136656'

red 19 ◦ green 102 ◦ blue 86

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

Shades of Blue Stone #136656

Tints of Blue Stone #136656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.28%

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 9.18%
G = 49.28%
B = 41.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#136656 (or 0x136656) is known color: Blue Stone. HEX triplet: 13, 66 and 56. RGB value is (19,102,86). Sum of RGB (Red+Green+Blue) = 19+102+86=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #136656 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136656 is #EC99A9. Grayscale: #4B4B4B. Windows color (decimal): -15505834 or 5662227. OLE color: 5662227.

HSL color Cylindrical-coordinate representation of color #136656: hue angle of 168.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136656 is Cyan = 0.81, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 86 -
CMYK 0.81 0 0.16 0.6
HSL 168.43º 0.69% 0.24% -
HSV(B) 168.43º 0.81% 0.4% -
XYZ 6.7 10.31 10.44 -
YUV 75.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 19 102 86 0.81 0 0.16 0.6 168.43 0.69 0.24
Hex 13 66 56 51 0 10 3C A8 45 18
Octal 23 146 126 121 0 20 74 250 105 30
Binary 10011 1100110 1010110 1010001 0 10000 111100 10101000 1000101 11000

Color Harmonies of #136656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136656

Black with #136656

Text Example


Text Example

White with #136656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136656; }

 p { color: rgb(19,102,86); }

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

background-color css

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

 a { background-color: rgb(19,102,86); }

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

border-color css

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

 span { border-color: rgb(19,102,86); }

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