#196059

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

Shades of Blue Stone #196059

Tints of Blue Stone #196059

Color information

#196059 (or 0x196059) is unknown color: approx Blue Stone. HEX triplet: 19, 60 and 59. RGB value is (25,96,89). Sum of RGB (Red+Green+Blue) = 25+96+89=210 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.90% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #196059 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196059 is #E69FA6. Grayscale: #494949. Windows color (decimal): -15114151 or 5857305. OLE color: 5857305.

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

Color convert

RGB259689-
CMYK0.7400.070.62
HSL174.08º58.68%23.73%-
HSV(B)174.08º73.96%37.65%-
XYZ6.399.2910.91-
YUV73.97136.4893.07-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.90%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=11.90%
G=45.71%
B=42.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2596890.7400.070.62174.0858.6823.73
Hex1960594A073Eae3b18
Octal3114013111207762567330
Binary1100111000001011001100101001111111101010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196059; }

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

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

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

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

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

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

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

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