Html Css Color HEX #136961 Blue Stone

📋 copy color: '#136961'

red 19 ◦ green 105 ◦ blue 97

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

Shades of Blue Stone #136961

Tints of Blue Stone #136961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 47.51%

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

R = 8.6%
G = 47.51%
B = 43.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#136961 (or 0x136961) is known color: Blue Stone. HEX triplet: 13, 69 and 61. RGB value is (19,105,97). Sum of RGB (Red+Green+Blue) = 19+105+97=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 105 - color contains mainly: green. Hex color #136961 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136961 is #EC969E. Grayscale: #4E4E4E. Windows color (decimal): -15505055 or 6383891. OLE color: 6383891.

HSL color Cylindrical-coordinate representation of color #136961: hue angle of 174.42º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136961 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 97 -
CMYK 0.82 0 0.08 0.59
HSL 174.42º 0.69% 0.24% -
HSV(B) 174.42º 0.82% 0.41% -
XYZ 7.48 11.1 13.06 -
YUV 78.37 138.51 85.65 -
System Red Green Blue C M Y K H S L
Decimal 19 105 97 0.82 0 0.08 0.59 174.42 0.69 0.24
Hex 13 69 61 52 0 8 3B AE 45 18
Octal 23 151 141 122 0 10 73 256 105 30
Binary 10011 1101001 1100001 1010010 0 1000 111011 10101110 1000101 11000

Color Harmonies of #136961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136961

Black with #136961

Text Example


Text Example

White with #136961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136961; }

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

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

background-color css

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

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

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

border-color css

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

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

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