#13605F

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

Shades of Blue Stone #13605F

Tints of Blue Stone #13605F

Color information

#13605F (or 0x13605F) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 5F. RGB value is (19,96,95). Sum of RGB (Red+Green+Blue) = 19+96+95=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #13605F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13605F is #EC9FA0. Grayscale: #484848. Windows color (decimal): -15507361 or 6250515. OLE color: 6250515.

HSL color Cylindrical-coordinate representation of color #13605F: hue angle of 179.22º 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 #13605F is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB199695-
CMYK0.8000.010.62
HSL179.22º66.96%22.55%-
HSV(B)179.22º80.21%37.65%-
XYZ6.529.3312.28-
YUV72.86140.4989.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.05%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=9.05%
G=45.71%
B=45.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996950.8000.010.62179.2266.9622.55
Hex13605F50013Eb34317
Octal23140137120017626310327
Binary100111100000101111110100000111111010110011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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