#136063

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

Shades of Blue Stone #136063

Tints of Blue Stone #136063

Color information

#136063 (or 0x136063) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 63. RGB value is (19,96,99). Sum of RGB (Red+Green+Blue) = 19+96+99=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 99 - color contains mainly: blue. Hex color #136063 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136063 is #EC9F9C. Grayscale: #494949. Windows color (decimal): -15507357 or 6512659. OLE color: 6512659.

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

Color convert

RGB199699-
CMYK0.810.0300.61
HSL182.25º67.8%23.14%-
HSV(B)182.25º80.81%38.82%-
XYZ6.79.4113.27-
YUV73.32142.4989.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=8.88%
G=44.86%
B=46.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1996990.810.0300.61182.2567.823.14
Hex13606351303Db64417
Octal23140143121307526610427
Binary1001111000001100011101000111011110110110110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136063; }

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

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

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

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

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

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

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

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