Html Css Color HEX #136059 Blue Stone

📋 copy color: '#136059'

red 19 ◦ green 96 ◦ blue 89

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

Shades of Blue Stone #136059

Tints of Blue Stone #136059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 9.31%
G = 47.06%
B = 43.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#136059 (or 0x136059) is known color: Blue Stone. HEX triplet: 13, 60 and 59. RGB value is (19,96,89). Sum of RGB (Red+Green+Blue) = 19+96+89=204 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.31% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #136059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136059 is #EC9FA6. Grayscale: #484848. Windows color (decimal): -15507367 or 5857299. OLE color: 5857299.

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

Color convert

RGB 19 96 89 -
CMYK 0.80 0 0.07 0.62
HSL 174.55º 0.67% 0.23% -
HSV(B) 174.55º 0.8% 0.38% -
XYZ 6.25 9.23 10.9 -
YUV 72.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 19 96 89 0.80 0 0.07 0.62 174.55 0.67 0.23
Hex 13 60 59 50 0 7 3E AF 43 17
Octal 23 140 131 120 0 7 76 257 103 27
Binary 10011 1100000 1011001 1010000 0 111 111110 10101111 1000011 10111

Color Harmonies of #136059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136059

Black with #136059

Text Example


Text Example

White with #136059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136059; }

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

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

background-color css

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

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

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

border-color css

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

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

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