#196762

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

Shades of Blue Stone #196762

Tints of Blue Stone #196762

Color information

#196762 (or 0x196762) is unknown color: approx Blue Stone. HEX triplet: 19, 67 and 62. RGB value is (25,103,98). Sum of RGB (Red+Green+Blue) = 25+103+98=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #196762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196762 is #E6989D. Grayscale: #4F4F4F. Windows color (decimal): -15112350 or 6448921. OLE color: 6448921.

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

Color convert

RGB2510398-
CMYK0.7600.050.60
HSL176.15º60.94%25.1%-
HSV(B)176.15º75.73%40.39%-
XYZ7.4610.7913.24-
YUV79.11138.6689.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=11.06%
G=45.58%
B=43.36%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25103980.7600.050.60176.1560.9425.1
Hex1967624C053Cb03d19
Octal3114714211405742607531
Binary1100111001111100010100110001011111001011000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196762; }

 p { color: rgb(25,103,98); }

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

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

 a { background-color: rgb(25,103,98); }

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

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

 span { border-color: rgb(25,103,98); }

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