#136561

Color #136561 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #136561

Tints of Blue Stone #136561

Color information

#136561 (or 0x136561) is unknown color: approx Blue Stone. HEX triplet: 13, 65 and 61. RGB value is (19,101,97). Sum of RGB (Red+Green+Blue) = 19+101+97=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #136561 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136561 is #EC9A9E. Grayscale: #4B4B4B. Windows color (decimal): -15506079 or 6382867. OLE color: 6382867.

HSL color Cylindrical-coordinate representation of color #136561: hue angle of 177.07º 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 #136561 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1910197-
CMYK0.8100.040.60
HSL177.07º68.33%23.53%-
HSV(B)177.07º81.19%39.61%-
XYZ7.0810.3112.93-
YUV76.03139.8387.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.76%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=8.76%
G=46.54%
B=44.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19101970.8100.040.60177.0768.3323.53
Hex13656151043Cb14418
Octal23145141121047426110430
Binary10011110010111000011010001010011110010110001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136561; }

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

 H1.HeaderClassName
 {
   color: #136561;
 }
 .AnyTagClassName
 {
   color: #136561;
 }
</style>
background-color css

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

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

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

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

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

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