#136463

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

Shades of Blue Stone #136463

Tints of Blue Stone #136463

Color information

#136463 (or 0x136463) is unknown color: approx Blue Stone. HEX triplet: 13, 64 and 63. RGB value is (19,100,99). Sum of RGB (Red+Green+Blue) = 19+100+99=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 99 (39.06% from 255 or 45.41% from 218); Max value from RGB is 100 - color contains mainly: green. Hex color #136463 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136463 is #EC9B9C. Grayscale: #4B4B4B. Windows color (decimal): -15506333 or 6513683. OLE color: 6513683.

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

Color convert

RGB1910099-
CMYK0.8100.010.61
HSL179.26º68.07%23.33%-
HSV(B)179.26º81%39.22%-
XYZ7.0810.1513.39-
YUV75.67141.1687.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.72%
GREEN value IS 100 (39.45% from 255) = 45.87%
BLUE value IS 99 (39.06% from 255) = 45.41%
R=8.72%
G=45.87%
B=45.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100990.8100.010.61179.2668.0723.33
Hex13646351013Db34417
Octal23144143121017526310427
Binary100111100100110001110100010111110110110011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136463; }

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

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

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

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

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

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

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

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