#13605C

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

Shades of Blue Stone #13605C

Tints of Blue Stone #13605C

Color information

#13605C (or 0x13605C) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 5C. RGB value is (19,96,92). Sum of RGB (Red+Green+Blue) = 19+96+92=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #13605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13605C is #EC9FA3. Grayscale: #484848. Windows color (decimal): -15507364 or 6053907. OLE color: 6053907.

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

Color convert

RGB199692-
CMYK0.8000.040.62
HSL176.88º66.96%22.55%-
HSV(B)176.88º80.21%37.65%-
XYZ6.389.2811.58-
YUV72.52138.9989.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=9.18%
G=46.38%
B=44.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996920.8000.040.62176.8866.9622.55
Hex13605C50043Eb14317
Octal23140134120047626110327
Binary10011110000010111001010000010011111010110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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