#13676F

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

Shades of Blue Stone #13676F

Tints of Blue Stone #13676F

Color information

#13676F (or 0x13676F) is unknown color: approx Blue Stone. HEX triplet: 13, 67 and 6F. RGB value is (19,103,111). Sum of RGB (Red+Green+Blue) = 19+103+111=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 103 (40.62% from 255 or 44.21% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #13676F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13676F is #EC9890. Grayscale: #4E4E4E. Windows color (decimal): -15505553 or 7300883. OLE color: 7300883.

HSL color Cylindrical-coordinate representation of color #13676F: hue angle of 185.22º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13676F is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB19103111-
CMYK0.830.0700.56
HSL185.22º70.77%25.49%-
HSV(B)185.22º82.88%43.53%-
XYZ7.9910.9916.74-
YUV78.8146.1785.35-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.15%
GREEN value IS 103 (40.62% from 255) = 44.21%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=8.15%
G=44.21%
B=47.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal191031110.830.0700.56185.2270.7725.49
Hex13676F537038b94719
Octal23147157123707027110731
Binary10011110011111011111010011111011100010111001100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13676F; }

 p { color: rgb(19,103,111); }

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

<style>
 a { background-color: #13676F; }

 a { background-color: rgb(19,103,111); }

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

<style>
 span { border-color: #13676F; }

 span { border-color: rgb(19,103,111); }

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