#13605B

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

Shades of Blue Stone #13605B

Tints of Blue Stone #13605B

Color information

#13605B (or 0x13605B) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 5B. RGB value is (19,96,91). Sum of RGB (Red+Green+Blue) = 19+96+91=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 96 - color contains mainly: green. Hex color #13605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13605B is #EC9FA4. Grayscale: #484848. Windows color (decimal): -15507365 or 5988371. OLE color: 5988371.

HSL color Cylindrical-coordinate representation of color #13605B: hue angle of 176.1º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13605B is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB199691-
CMYK0.8000.050.62
HSL176.1º66.96%22.55%-
HSV(B)176.1º80.21%37.65%-
XYZ6.349.2611.35-
YUV72.41138.4989.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 96 (37.89% from 255) = 46.60%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=9.22%
G=46.60%
B=44.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996910.8000.050.62176.166.9622.55
Hex13605B50053Eb04317
Octal23140133120057626010327
Binary10011110000010110111010000010111111010110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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