Html Css Color HEX #136B62 Blue Stone

📋 copy color: '#136B62'

red 19 ◦ green 107 ◦ blue 98

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

Shades of Blue Stone #136B62

Tints of Blue Stone #136B62

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.77%

 BLUE value IS 98 (38.67% from 255) = 43.75%

R = 8.48%
G = 47.77%
B = 43.75%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#136B62 (or 0x136B62) is known color: Blue Stone. HEX triplet: 13, 6B and 62. RGB value is (19,107,98). Sum of RGB (Red+Green+Blue) = 19+107+98=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #136B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136B62 is #EC949D. Grayscale: #4F4F4F. Windows color (decimal): -15504542 or 6449939. OLE color: 6449939.

HSL color Cylindrical-coordinate representation of color #136B62: hue angle of 173.86º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136B62 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 107 98 -
CMYK 0.82 0 0.08 0.58
HSL 173.86º 0.7% 0.25% -
HSV(B) 173.86º 0.82% 0.42% -
XYZ 7.73 11.54 13.37 -
YUV 79.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 19 107 98 0.82 0 0.08 0.58 173.86 0.7 0.25
Hex 13 6B 62 52 0 8 3A AE 46 19
Octal 23 153 142 122 0 10 72 256 106 31
Binary 10011 1101011 1100010 1010010 0 1000 111010 10101110 1000110 11001

Color Harmonies of #136B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136B62

Black with #136B62

Text Example


Text Example

White with #136B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136B62; }

 p { color: rgb(19,107,98); }

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

background-color css

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

 a { background-color: rgb(19,107,98); }

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

border-color css

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

 span { border-color: rgb(19,107,98); }

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