#196260

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

Shades of Blue Stone #196260

Tints of Blue Stone #196260

Color information

#196260 (or 0x196260) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 60. RGB value is (25,98,96). Sum of RGB (Red+Green+Blue) = 25+98+96=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #196260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196260 is #E69D9F. Grayscale: #4B4B4B. Windows color (decimal): -15113632 or 6316569. OLE color: 6316569.

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

Color convert

RGB259896-
CMYK0.7400.020.62
HSL178.36º59.35%24.12%-
HSV(B)178.36º74.49%38.43%-
XYZ6.889.7912.59-
YUV75.94139.3291.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.42%
GREEN value IS 98 (38.67% from 255) = 44.75%
BLUE value IS 96 (37.89% from 255) = 43.84%
R=11.42%
G=44.75%
B=43.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2598960.7400.020.62178.3659.3524.12
Hex1962604A023Eb23b18
Octal3114214011202762627330
Binary110011100010110000010010100101111101011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196260; }

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

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

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

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

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

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

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

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