Html Css Color HEX #136061 Blue Stone

📋 copy color: '#136061'

red 19 ◦ green 96 ◦ blue 97

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

Shades of Blue Stone #136061

Tints of Blue Stone #136061

RGB

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

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

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

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

CMYK

 C value IS 0.80

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

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

Color convert

RGB 19 96 97 -
CMYK 0.80 0.01 0 0.62
HSL 180.77º 0.67% 0.23% -
HSV(B) 180.77º 0.8% 0.38% -
XYZ 6.61 9.37 12.77 -
YUV 73.09 141.49 89.42 -
System Red Green Blue C M Y K H S L
Decimal 19 96 97 0.80 0.01 0 0.62 180.77 0.67 0.23
Hex 13 60 61 50 1 0 3E B5 43 17
Octal 23 140 141 120 1 0 76 265 103 27
Binary 10011 1100000 1100001 1010000 1 0 111110 10110101 1000011 10111

Color Harmonies of #136061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136061

Black with #136061

Text Example


Text Example

White with #136061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136061; }

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

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

background-color css

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

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

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

border-color css

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

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

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