#196366

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

Shades of Blue Stone #196366

Tints of Blue Stone #196366

Color information

#196366 (or 0x196366) is unknown color: approx Blue Stone. HEX triplet: 19, 63 and 66. RGB value is (25,99,102). Sum of RGB (Red+Green+Blue) = 25+99+102=226 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.06% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 102 (40.23% from 255 or 45.13% from 226); Max value from RGB is 102 - color contains mainly: blue. Hex color #196366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196366 is #E69C99. Grayscale: #4D4D4D. Windows color (decimal): -15113370 or 6710041. OLE color: 6710041.

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

Color convert

RGB2599102-
CMYK0.750.0300.6
HSL182.34º60.63%24.9%-
HSV(B)182.34º75.49%40%-
XYZ7.2610.0914.14-
YUV77.22141.9890.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.06%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 102 (40.23% from 255) = 45.13%
R=11.06%
G=43.81%
B=45.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25991020.750.0300.6182.3460.6324.9
Hex1963664B303Cb63d19
Octal3114314611330742667531
Binary110011100011110011010010111101111001011011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196366; }

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

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

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

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

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

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

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

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