Html Css Color HEX #136559 Blue Stone

📋 copy color: '#136559'

red 19 ◦ green 101 ◦ blue 89

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

Shades of Blue Stone #136559

Tints of Blue Stone #136559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 48.33%

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

R = 9.09%
G = 48.33%
B = 42.58%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#136559 (or 0x136559) is known color: Blue Stone. HEX triplet: 13, 65 and 59. RGB value is (19,101,89). Sum of RGB (Red+Green+Blue) = 19+101+89=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 101 (39.84% from 255 or 48.33% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 101 - color contains mainly: green. Hex color #136559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136559 is #EC9AA6. Grayscale: #4B4B4B. Windows color (decimal): -15506087 or 5858579. OLE color: 5858579.

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

Color convert

RGB 19 101 89 -
CMYK 0.81 0 0.12 0.60
HSL 171.22º 0.68% 0.24% -
HSV(B) 171.22º 0.81% 0.4% -
XYZ 6.73 10.17 11.06 -
YUV 75.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 19 101 89 0.81 0 0.12 0.60 171.22 0.68 0.24
Hex 13 65 59 51 0 C 3C AB 44 18
Octal 23 145 131 121 0 14 74 253 104 30
Binary 10011 1100101 1011001 1010001 0 1100 111100 10101011 1000100 11000

Color Harmonies of #136559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136559

Black with #136559

Text Example


Text Example

White with #136559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136559; }

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

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

background-color css

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

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

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

border-color css

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

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

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