#196057

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

Shades of Blue Stone #196057

Tints of Blue Stone #196057

Color information

#196057 (or 0x196057) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 57. RGB value is (25,96,87). Sum of RGB (Red+Green+Blue) = 25+96+87=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #196057 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196057 is #E69FA8. Grayscale: #494949. Windows color (decimal): -15114153 or 5726233. OLE color: 5726233.

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

Color convert

RGB259687-
CMYK0.7400.090.62
HSL172.39º58.68%23.73%-
HSV(B)172.39º73.96%37.65%-
XYZ6.39.2610.47-
YUV73.74135.4893.23-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=12.02%
G=46.15%
B=41.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596870.7400.090.62172.3958.6823.73
Hex1960574A093Eac3b18
Octal31140127112011762547330
Binary11001110000010101111001010010011111101010110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196057; }

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

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

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

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

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

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

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

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