#136263

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

Shades of Blue Stone #136263

Tints of Blue Stone #136263

Color information

#136263 (or 0x136263) is unknown color: approx Blue Stone. HEX triplet: 13, 62 and 63. RGB value is (19,98,99). Sum of RGB (Red+Green+Blue) = 19+98+99=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 99 - color contains mainly: blue. Hex color #136263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136263 is #EC9D9C. Grayscale: #4A4A4A. Windows color (decimal): -15506845 or 6513171. OLE color: 6513171.

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

Color convert

RGB199899-
CMYK0.810.0100.61
HSL180.75º67.8%23.14%-
HSV(B)180.75º80.81%38.82%-
XYZ6.899.7713.33-
YUV74.49141.8388.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.80%
GREEN value IS 98 (38.67% from 255) = 45.37%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=8.80%
G=45.37%
B=45.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1998990.810.0100.61180.7567.823.14
Hex13626351103Db54417
Octal23142143121107526510427
Binary100111100010110001110100011011110110110101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136263; }

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

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

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

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

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

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

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

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