#196860

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

Shades of Blue Stone #196860

Tints of Blue Stone #196860

Color information

#196860 (or 0x196860) is unknown color: approx Blue Stone. HEX triplet: 19, 68 and 60. RGB value is (25,104,96). Sum of RGB (Red+Green+Blue) = 25+104+96=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #196860 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196860 is #E6979F. Grayscale: #4F4F4F. Windows color (decimal): -15112096 or 6318105. OLE color: 6318105.

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

Color convert

RGB2510496-
CMYK0.7600.080.59
HSL173.92º61.24%25.29%-
HSV(B)173.92º75.96%40.78%-
XYZ7.4610.9512.79-
YUV79.47137.3389.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 104 (41.02% from 255) = 46.22%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=11.11%
G=46.22%
B=42.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25104960.7600.080.59173.9261.2425.29
Hex1968604C083Bae3d19
Octal31150140114010732567531
Binary11001110100011000001001100010001110111010111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196860; }

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

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

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

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

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

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

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

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