Html Css Color HEX #136C63 Blue Stone

📋 copy color: '#136C63'

red 19 ◦ green 108 ◦ blue 99

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

Shades of Blue Stone #136C63

Tints of Blue Stone #136C63

RGB

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

 GREEN value IS 108 (42.58% from 255) = 47.79%

 BLUE value IS 99 (39.06% from 255) = 43.81%

R = 8.41%
G = 47.79%
B = 43.81%

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

#136C63 (or 0x136C63) is known color: Blue Stone. HEX triplet: 13, 6C and 63. RGB value is (19,108,99). Sum of RGB (Red+Green+Blue) = 19+108+99=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 108 (42.58% from 255 or 47.79% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 108 - color contains mainly: green. Hex color #136C63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136C63 is #EC939C. Grayscale: #505050. Windows color (decimal): -15504285 or 6515731. OLE color: 6515731.

HSL color Cylindrical-coordinate representation of color #136C63: hue angle of 173.93º 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 #136C63 is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 108 99 -
CMYK 0.82 0 0.08 0.58
HSL 173.93º 0.7% 0.25% -
HSV(B) 173.93º 0.82% 0.42% -
XYZ 7.88 11.76 13.66 -
YUV 80.36 138.51 84.23 -
System Red Green Blue C M Y K H S L
Decimal 19 108 99 0.82 0 0.08 0.58 173.93 0.7 0.25
Hex 13 6C 63 52 0 8 3A AE 46 19
Octal 23 154 143 122 0 10 72 256 106 31
Binary 10011 1101100 1100011 1010010 0 1000 111010 10101110 1000110 11001

Color Harmonies of #136C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C63

Black with #136C63

Text Example


Text Example

White with #136C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,108,99); }

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

background-color css

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

 a { background-color: rgb(19,108,99); }

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

border-color css

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

 span { border-color: rgb(19,108,99); }

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