#136163

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

Shades of Blue Stone #136163

Tints of Blue Stone #136163

Color information

#136163 (or 0x136163) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 63. RGB value is (19,97,99). Sum of RGB (Red+Green+Blue) = 19+97+99=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #136163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136163 is #EC9E9C. Grayscale: #494949. Windows color (decimal): -15507101 or 6512915. OLE color: 6512915.

HSL color Cylindrical-coordinate representation of color #136163: hue angle of 181.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136163 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB199799-
CMYK0.810.0200.61
HSL181.5º67.8%23.14%-
HSV(B)181.5º80.81%38.82%-
XYZ6.89.5913.3-
YUV73.91142.1688.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.84%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 99 (39.06% from 255) = 46.05%
R=8.84%
G=45.12%
B=46.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1997990.810.0200.61181.567.823.14
Hex13616351203Db64417
Octal23141143121207526610427
Binary1001111000011100011101000110011110110110110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136163; }

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

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

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

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

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

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

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

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