#13585F

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

Shades of Blue Stone #13585F

Tints of Blue Stone #13585F

Color information

#13585F (or 0x13585F) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 5F. RGB value is (19,88,95). Sum of RGB (Red+Green+Blue) = 19+88+95=202 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.41% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #13585F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13585F is #ECA7A0. Grayscale: #444444. Windows color (decimal): -15509409 or 6248467. OLE color: 6248467.

HSL color Cylindrical-coordinate representation of color #13585F: hue angle of 185.53º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #13585F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198895-
CMYK0.800.0700.63
HSL185.53º66.67%22.35%-
HSV(B)185.53º80%37.25%-
XYZ5.827.9412.05-
YUV68.17143.1492.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.41%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=9.41%
G=43.56%
B=47.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1988950.800.0700.63185.5366.6722.35
Hex13585F50703Fba4316
Octal23130137120707727210326
Binary10011101100010111111010000111011111110111010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13585F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,88,95); }

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

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

 a { background-color: rgb(19,88,95); }

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

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

 span { border-color: rgb(19,88,95); }

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