#196359

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

Shades of Blue Stone #196359

Tints of Blue Stone #196359

Color information

#196359 (or 0x196359) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 59. RGB value is (25,99,89). Sum of RGB (Red+Green+Blue) = 25+99+89=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 99 (39.06% from 255 or 46.48% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 99 - color contains mainly: green. Hex color #196359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196359 is #E69CA6. Grayscale: #4B4B4B. Windows color (decimal): -15113383 or 5858073. OLE color: 5858073.

HSL color Cylindrical-coordinate representation of color #196359: hue angle of 171.89º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196359 is Cyan = 0.75, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.61.

Color convert

RGB259989-
CMYK0.7500.100.61
HSL171.89º59.68%24.31%-
HSV(B)171.89º74.75%38.82%-
XYZ6.679.8511-
YUV75.73135.4891.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 99 (39.06% from 255) = 46.48%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=11.74%
G=46.48%
B=41.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599890.7500.100.61171.8959.6824.31
Hex1963594B0A3Dac3c18
Octal31143131113012752547430
Binary11001110001110110011001011010101111011010110011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196359; }

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

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

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

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

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

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

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

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