Html Css Color HEX #136165 Blue Stone

📋 copy color: '#136165'

red 19 ◦ green 97 ◦ blue 101

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

Shades of Blue Stone #136165

Tints of Blue Stone #136165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 46.54%

R = 8.76%
G = 44.7%
B = 46.54%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#136165 (or 0x136165) is known color: Blue Stone. HEX triplet: 13, 61 and 65. RGB value is (19,97,101). Sum of RGB (Red+Green+Blue) = 19+97+101=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #136165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136165 is #EC9E9A. Grayscale: #4A4A4A. Windows color (decimal): -15507099 or 6643987. OLE color: 6643987.

HSL color Cylindrical-coordinate representation of color #136165: hue angle of 182.93º degrees, saturation: 0.68, 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 #136165 is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 97 101 -
CMYK 0.81 0.04 0 0.60
HSL 182.93º 0.68% 0.24% -
HSV(B) 182.93º 0.81% 0.4% -
XYZ 6.89 9.63 13.81 -
YUV 74.13 143.16 88.67 -
System Red Green Blue C M Y K H S L
Decimal 19 97 101 0.81 0.04 0 0.60 182.93 0.68 0.24
Hex 13 61 65 51 4 0 3C B7 44 18
Octal 23 141 145 121 4 0 74 267 104 30
Binary 10011 1100001 1100101 1010001 100 0 111100 10110111 1000100 11000

Color Harmonies of #136165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136165

Black with #136165

Text Example


Text Example

White with #136165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136165; }

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

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

background-color css

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

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

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

border-color css

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

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

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