Html Css Color HEX #136160 Blue Stone

📋 copy color: '#136160'

red 19 ◦ green 97 ◦ blue 96

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

Shades of Blue Stone #136160

Tints of Blue Stone #136160

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

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

R = 8.96%
G = 45.75%
B = 45.28%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#136160 (or 0x136160) is known color: Blue Stone. HEX triplet: 13, 61 and 60. RGB value is (19,97,96). Sum of RGB (Red+Green+Blue) = 19+97+96=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #136160 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136160 is #EC9E9F. Grayscale: #494949. Windows color (decimal): -15507104 or 6316307. OLE color: 6316307.

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

Color convert

RGB 19 97 96 -
CMYK 0.80 0 0.01 0.62
HSL 179.23º 0.67% 0.23% -
HSV(B) 179.23º 0.8% 0.38% -
XYZ 6.65 9.53 12.56 -
YUV 73.56 140.66 89.08 -
System Red Green Blue C M Y K H S L
Decimal 19 97 96 0.80 0 0.01 0.62 179.23 0.67 0.23
Hex 13 61 60 50 0 1 3E B3 43 17
Octal 23 141 140 120 0 1 76 263 103 27
Binary 10011 1100001 1100000 1010000 0 1 111110 10110011 1000011 10111

Color Harmonies of #136160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136160

Black with #136160

Text Example


Text Example

White with #136160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136160; }

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

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

background-color css

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

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

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

border-color css

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

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

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