#13635B

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

Shades of Blue Stone #13635B

Tints of Blue Stone #13635B

Color information

#13635B (or 0x13635B) is unknown color: approx Blue Stone. HEX triplet: 13, 63 and 5B. RGB value is (19,99,91). Sum of RGB (Red+Green+Blue) = 19+99+91=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #13635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13635B is #EC9CA4. Grayscale: #4A4A4A. Windows color (decimal): -15506597 or 5989139. OLE color: 5989139.

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

Color convert

RGB199991-
CMYK0.8100.080.61
HSL174º67.8%23.14%-
HSV(B)174º80.81%38.82%-
XYZ6.629.8211.44-
YUV74.17137.588.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 99 (39.06% from 255) = 47.37%
BLUE value IS 91 (35.94% from 255) = 43.54%
R=9.09%
G=47.37%
B=43.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1999910.8100.080.6117467.823.14
Hex13635B51083Dae4417
Octal231431331210107525610427
Binary100111100011101101110100010100011110110101110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13635B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13635B; }

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

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

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

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

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

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

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

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