#19575D

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

Shades of Blue Stone #19575D

Tints of Blue Stone #19575D

Color information

#19575D (or 0x19575D) is unknown color: approx Blue Stone. HEX triplet: 19, 57 and 5D. RGB value is (25,87,93). Sum of RGB (Red+Green+Blue) = 25+87+93=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #19575D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19575D is #E6A8A2. Grayscale: #454545. Windows color (decimal): -15116451 or 6117145. OLE color: 6117145.

HSL color Cylindrical-coordinate representation of color #19575D: hue angle of 185.29º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19575D is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258793-
CMYK0.730.0600.64
HSL185.29º57.63%23.14%-
HSV(B)185.29º73.12%36.47%-
XYZ5.787.8111.56-
YUV69.15141.4696.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=12.20%
G=42.44%
B=45.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2587930.730.0600.64185.2957.6323.14
Hex19575D496040b93a17
Octal31127135111601002717227
Binary11001101011110111011001001110010000001011100111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19575D; }

 p { color: rgb(25,87,93); }

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

<style>
 a { background-color: #19575D; }

 a { background-color: rgb(25,87,93); }

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

<style>
 span { border-color: #19575D; }

 span { border-color: rgb(25,87,93); }

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