#19605C

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

Shades of Blue Stone #19605C

Tints of Blue Stone #19605C

Color information

#19605C (or 0x19605C) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 5C. RGB value is (25,96,92). Sum of RGB (Red+Green+Blue) = 25+96+92=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #19605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605C is #E69FA3. Grayscale: #4A4A4A. Windows color (decimal): -15114148 or 6053913. OLE color: 6053913.

HSL color Cylindrical-coordinate representation of color #19605C: hue angle of 176.62º 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 #19605C is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB259692-
CMYK0.7400.040.62
HSL176.62º58.68%23.73%-
HSV(B)176.62º73.96%37.65%-
XYZ6.529.3511.59-
YUV74.32137.9892.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 96 (37.89% from 255) = 45.07%
BLUE value IS 92 (36.33% from 255) = 43.19%
R=11.74%
G=45.07%
B=43.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596920.7400.040.62176.6258.6823.73
Hex19605C4A043Eb13b18
Octal3114013411204762617330
Binary1100111000001011100100101001001111101011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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