#19685A

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

Shades of Blue Stone #19685A

Tints of Blue Stone #19685A

Color information

#19685A (or 0x19685A) is unknown color: approx Blue Stone. HEX triplet: 19, 68 and 5A. RGB value is (25,104,90). Sum of RGB (Red+Green+Blue) = 25+104+90=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 104 - color contains mainly: green. Hex color #19685A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19685A is #E697A5. Grayscale: #4E4E4E. Windows color (decimal): -15112102 or 5924889. OLE color: 5924889.

HSL color Cylindrical-coordinate representation of color #19685A: hue angle of 169.37º 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 #19685A is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB2510490-
CMYK0.7600.130.59
HSL169.37º61.24%25.29%-
HSV(B)169.37º75.96%40.78%-
XYZ7.210.8511.39-
YUV78.78134.3389.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=11.42%
G=47.49%
B=41.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104900.7600.130.59169.3761.2425.29
Hex19685A4C0D3Ba93d19
Octal31150132114015732517531
Binary11001110100010110101001100011011110111010100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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