#13615B

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

Shades of Blue Stone #13615B

Tints of Blue Stone #13615B

Color information

#13615B (or 0x13615B) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 5B. RGB value is (19,97,91). Sum of RGB (Red+Green+Blue) = 19+97+91=207 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.18% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 91 (35.94% from 255 or 43.96% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #13615B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13615B is #EC9EA4. Grayscale: #484848. Windows color (decimal): -15507109 or 5988627. OLE color: 5988627.

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

Color convert

RGB199791-
CMYK0.8000.060.62
HSL175.38º67.24%22.75%-
HSV(B)175.38º80.41%38.04%-
XYZ6.439.4411.38-
YUV72.99138.1689.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.18%
GREEN value IS 97 (38.28% from 255) = 46.86%
BLUE value IS 91 (35.94% from 255) = 43.96%
R=9.18%
G=46.86%
B=43.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997910.8000.060.62175.3867.2422.75
Hex13615B50063Eaf4317
Octal23141133120067625710327
Binary10011110000110110111010000011011111010101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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