#13585E

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

Shades of Blue Stone #13585E

Tints of Blue Stone #13585E

Color information

#13585E (or 0x13585E) is unknown color: approx Blue Stone. HEX triplet: 13, 58 and 5E. RGB value is (19,88,94). Sum of RGB (Red+Green+Blue) = 19+88+94=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 94 (37.11% from 255 or 46.77% from 201); Max value from RGB is 94 - color contains mainly: blue. Hex color #13585E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13585E is #ECA7A1. Grayscale: #434343. Windows color (decimal): -15509410 or 6182931. OLE color: 6182931.

HSL color Cylindrical-coordinate representation of color #13585E: hue angle of 184.8º degrees, saturation: 0.66, 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 #13585E is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB198894-
CMYK0.800.0600.63
HSL184.8º66.37%22.16%-
HSV(B)184.8º79.79%36.86%-
XYZ5.787.9311.81-
YUV68.05142.6493.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.45%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 94 (37.11% from 255) = 46.77%
R=9.45%
G=43.78%
B=46.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1988940.800.0600.63184.866.3722.16
Hex13585E50603Fb94216
Octal23130136120607727110226
Binary10011101100010111101010000110011111110111001100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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