Html Css Color HEX #136755 Blue Stone

📋 copy color: '#136755'

red 19 ◦ green 103 ◦ blue 85

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

Shades of Blue Stone #136755

Tints of Blue Stone #136755

RGB

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

 GREEN value IS 103 (40.63% from 255) = 49.76%

 BLUE value IS 85 (33.59% from 255) = 41.06%

R = 9.18%
G = 49.76%
B = 41.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#136755 (or 0x136755) is known color: Blue Stone. HEX triplet: 13, 67 and 55. RGB value is (19,103,85). Sum of RGB (Red+Green+Blue) = 19+103+85=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 103 (40.62% from 255 or 49.76% from 207); Blue value is 85 (33.59% from 255 or 41.06% from 207); Max value from RGB is 103 - color contains mainly: green. Hex color #136755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136755 is #EC98AA. Grayscale: #4B4B4B. Windows color (decimal): -15505579 or 5596947. OLE color: 5596947.

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

Color convert

RGB 19 103 85 -
CMYK 0.82 0 0.17 0.60
HSL 167.14º 0.69% 0.24% -
HSV(B) 167.14º 0.82% 0.4% -
XYZ 6.76 10.49 10.26 -
YUV 75.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 19 103 85 0.82 0 0.17 0.60 167.14 0.69 0.24
Hex 13 67 55 52 0 11 3C A7 45 18
Octal 23 147 125 122 0 21 74 247 105 30
Binary 10011 1100111 1010101 1010010 0 10001 111100 10100111 1000101 11000

Color Harmonies of #136755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136755

Black with #136755

Text Example


Text Example

White with #136755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136755; }

 p { color: rgb(19,103,85); }

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

background-color css

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

 a { background-color: rgb(19,103,85); }

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

border-color css

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

 span { border-color: rgb(19,103,85); }

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