#196063

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

Shades of Blue Stone #196063

Tints of Blue Stone #196063

Color information

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

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

Color convert

RGB259699-
CMYK0.750.0300.61
HSL182.43º59.68%24.31%-
HSV(B)182.43º74.75%38.82%-
XYZ6.849.4713.27-
YUV75.11141.4892.26-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2596990.750.0300.61182.4359.6824.31
Hex1960634B303Db63c18
Octal3114014311330752667430
Binary110011100000110001110010111101111011011011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196063; }

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

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

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

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

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

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

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

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