#13605E

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

Shades of Blue Stone #13605E

Tints of Blue Stone #13605E

Color information

#13605E (or 0x13605E) is unknown color: approx Blue Stone. HEX triplet: 13, 60 and 5E. RGB value is (19,96,94). Sum of RGB (Red+Green+Blue) = 19+96+94=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 96 (37.89% from 255 or 45.93% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 96 - color contains mainly: green. Hex color #13605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13605E is #EC9FA1. Grayscale: #484848. Windows color (decimal): -15507362 or 6184979. OLE color: 6184979.

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

Color convert

RGB199694-
CMYK0.8000.020.62
HSL178.44º66.96%22.55%-
HSV(B)178.44º80.21%37.65%-
XYZ6.479.3112.05-
YUV72.75139.9989.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 96 (37.89% from 255) = 45.93%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=9.09%
G=45.93%
B=44.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996940.8000.020.62178.4466.9622.55
Hex13605E50023Eb24317
Octal23140136120027626210327
Binary1001111000001011110101000001011111010110010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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