#196560

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

Shades of Blue Stone #196560

Tints of Blue Stone #196560

Color information

#196560 (or 0x196560) is unknown color: approx Blue Stone. HEX triplet: 19, 65 and 60. RGB value is (25,101,96). Sum of RGB (Red+Green+Blue) = 25+101+96=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 101 (39.84% from 255 or 45.50% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 101 - color contains mainly: green. Hex color #196560 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196560 is #E69A9F. Grayscale: #4D4D4D. Windows color (decimal): -15112864 or 6317337. OLE color: 6317337.

HSL color Cylindrical-coordinate representation of color #196560: hue angle of 176.05º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196560 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB2510196-
CMYK0.7500.050.60
HSL176.05º60.32%24.71%-
HSV(B)176.05º75.25%39.61%-
XYZ7.1710.3612.69-
YUV77.71138.3290.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.26%
GREEN value IS 101 (39.84% from 255) = 45.50%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=11.26%
G=45.50%
B=43.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25101960.7500.050.60176.0560.3224.71
Hex1965604B053Cb03c19
Octal3114514011305742607431
Binary1100111001011100000100101101011111001011000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196560; }

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

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

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

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

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

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

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

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