#13615A

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

Shades of Blue Stone #13615A

Tints of Blue Stone #13615A

Color information

#13615A (or 0x13615A) is unknown color: approx Blue Stone. HEX triplet: 13, 61 and 5A. RGB value is (19,97,90). Sum of RGB (Red+Green+Blue) = 19+97+90=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #13615A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13615A is #EC9EA5. Grayscale: #484848. Windows color (decimal): -15507110 or 5923091. OLE color: 5923091.

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

Color convert

RGB199790-
CMYK0.8000.070.62
HSL174.62º67.24%22.75%-
HSV(B)174.62º80.41%38.04%-
XYZ6.399.4311.16-
YUV72.88137.6689.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.22%
GREEN value IS 97 (38.28% from 255) = 47.09%
BLUE value IS 90 (35.55% from 255) = 43.69%
R=9.22%
G=47.09%
B=43.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1997900.8000.070.62174.6267.2422.75
Hex13615A50073Eaf4317
Octal23141132120077625710327
Binary10011110000110110101010000011111111010101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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