#19685C

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

Shades of Blue Stone #19685C

Tints of Blue Stone #19685C

Color information

#19685C (or 0x19685C) is unknown color: approx Blue Stone. HEX triplet: 19, 68 and 5C. RGB value is (25,104,92). Sum of RGB (Red+Green+Blue) = 25+104+92=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 104 - color contains mainly: green. Hex color #19685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685C is #E697A3. Grayscale: #4E4E4E. Windows color (decimal): -15112100 or 6055961. OLE color: 6055961.

HSL color Cylindrical-coordinate representation of color #19685C: hue angle of 170.89º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19685C is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB2510492-
CMYK0.7600.120.59
HSL170.89º61.24%25.29%-
HSV(B)170.89º75.96%40.78%-
XYZ7.2810.8811.84-
YUV79.01135.3389.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.31%
GREEN value IS 104 (41.02% from 255) = 47.06%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=11.31%
G=47.06%
B=41.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104920.7600.120.59170.8961.2425.29
Hex19685C4C0C3Bab3d19
Octal31150134114014732537531
Binary11001110100010111001001100011001110111010101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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