#196360

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

Shades of Blue Stone #196360

Tints of Blue Stone #196360

Color information

#196360 (or 0x196360) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 60. RGB value is (25,99,96). Sum of RGB (Red+Green+Blue) = 25+99+96=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 99 - color contains mainly: green. Hex color #196360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196360 is #E69C9F. Grayscale: #4C4C4C. Windows color (decimal): -15113376 or 6316825. OLE color: 6316825.

HSL color Cylindrical-coordinate representation of color #196360: hue angle of 177.57º 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 #196360 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB259996-
CMYK0.7500.030.61
HSL177.57º59.68%24.31%-
HSV(B)177.57º74.75%38.82%-
XYZ6.979.9712.62-
YUV76.53138.9891.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 99 (39.06% from 255) = 45%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=11.36%
G=45%
B=43.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2599960.7500.030.61177.5759.6824.31
Hex1963604B033Db23c18
Octal3114314011303752627430
Binary110011100011110000010010110111111011011001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196360; }

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

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

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

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

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

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

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

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