#19605D

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

Shades of Blue Stone #19605D

Tints of Blue Stone #19605D

Color information

#19605D (or 0x19605D) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 5D. RGB value is (25,96,93). Sum of RGB (Red+Green+Blue) = 25+96+93=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 93 (36.72% from 255 or 43.46% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #19605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605D is #E69FA2. Grayscale: #4A4A4A. Windows color (decimal): -15114147 or 6119449. OLE color: 6119449.

HSL color Cylindrical-coordinate representation of color #19605D: hue angle of 177.46º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19605D is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB259693-
CMYK0.7400.030.62
HSL177.46º58.68%23.73%-
HSV(B)177.46º73.96%37.65%-
XYZ6.569.3611.82-
YUV74.43138.4892.74-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 93 (36.72% from 255) = 43.46%
R=11.68%
G=44.86%
B=43.46%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596930.7400.030.62177.4658.6823.73
Hex19605D4A033Eb13b18
Octal3114013511203762617330
Binary110011100000101110110010100111111101011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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