#195766

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

Shades of Blue Stone #195766

Tints of Blue Stone #195766

Color information

#195766 (or 0x195766) is unknown color: approx Blue Stone. HEX triplet: 19, 57 and 66. RGB value is (25,87,102). Sum of RGB (Red+Green+Blue) = 25+87+102=214 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.68% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 102 - color contains mainly: blue. Hex color #195766 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195766 is #E6A899. Grayscale: #464646. Windows color (decimal): -15116442 or 6706969. OLE color: 6706969.

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

Color convert

RGB2587102-
CMYK0.750.1500.6
HSL191.69º60.63%24.9%-
HSV(B)191.69º75.49%40%-
XYZ6.217.9813.78-
YUV70.17145.9695.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.68%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=11.68%
G=40.65%
B=47.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25871020.750.1500.6191.6960.6324.9
Hex1957664BF03Cc03d19
Octal31127146113170743007531
Binary11001101011111001101001011111101111001100000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195766; }

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

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

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

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

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

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

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

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