#13615D

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

Shades of Blue Stone #13615D

Tints of Blue Stone #13615D

Color information

#13615D (or 0x13615D) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 5D. RGB value is (19,97,93). Sum of RGB (Red+Green+Blue) = 19+97+93=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 97 - color contains mainly: green. Hex color #13615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13615D is #EC9EA2. Grayscale: #494949. Windows color (decimal): -15507107 or 6119699. OLE color: 6119699.

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

Color convert

RGB199793-
CMYK0.8000.040.62
HSL176.92º67.24%22.75%-
HSV(B)176.92º80.41%38.04%-
XYZ6.529.4811.84-
YUV73.22139.1689.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.09%
GREEN value IS 97 (38.28% from 255) = 46.41%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=9.09%
G=46.41%
B=44.50%

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
Decimal1997930.8000.040.62176.9267.2422.75
Hex13615D50043Eb14317
Octal23141135120047626110327
Binary10011110000110111011010000010011111010110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13615D; }

 p { color: rgb(19,97,93); }

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

<style>
 a { background-color: #13615D; }

 a { background-color: rgb(19,97,93); }

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

<style>
 span { border-color: #13615D; }

 span { border-color: rgb(19,97,93); }

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