#196264

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

Shades of Blue Stone #196264

Tints of Blue Stone #196264

Color information

#196264 (or 0x196264) is unknown color: approx Blue Stone. HEX triplet: 19, 62 and 64. RGB value is (25,98,100). Sum of RGB (Red+Green+Blue) = 25+98+100=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 98 (38.67% from 255 or 43.95% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 100 - color contains mainly: blue. Hex color #196264 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196264 is #E69D9B. Grayscale: #4C4C4C. Windows color (decimal): -15113628 or 6578713. OLE color: 6578713.

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

Color convert

RGB2598100-
CMYK0.750.0200.61
HSL181.6º60%24.51%-
HSV(B)181.6º75%39.22%-
XYZ7.079.8613.59-
YUV76.4141.3291.34-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 98 (38.67% from 255) = 43.95%
BLUE value IS 100 (39.45% from 255) = 44.84%
R=11.21%
G=43.95%
B=44.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal25981000.750.0200.61181.66024.51
Hex1962644B203Db63c19
Octal3114214411320752667431
Binary110011100010110010010010111001111011011011011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #196264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #196264; }

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

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

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

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

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

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

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

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