#13695A

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

Shades of Blue Stone #13695A

Tints of Blue Stone #13695A

Color information

#13695A (or 0x13695A) is unknown color: approx Blue Stone. HEX triplet: 13, 69 and 5A. RGB value is (19,105,90). Sum of RGB (Red+Green+Blue) = 19+105+90=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 105 - color contains mainly: green. Hex color #13695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13695A is #EC96A5. Grayscale: #4D4D4D. Windows color (decimal): -15505062 or 5925139. OLE color: 5925139.

HSL color Cylindrical-coordinate representation of color #13695A: hue angle of 169.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13695A is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1910590-
CMYK0.8200.140.59
HSL169.53º69.35%24.31%-
HSV(B)169.53º81.9%41.18%-
XYZ7.1710.9811.41-
YUV77.58135.0186.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.88%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=8.88%
G=49.07%
B=42.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19105900.8200.140.59169.5369.3524.31
Hex13695A520E3Baa4518
Octal231511321220167325210530
Binary100111101001101101010100100111011101110101010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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