#195A66

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

Shades of Blue Stone #195A66

Tints of Blue Stone #195A66

Color information

#195A66 (or 0x195A66) is unknown color: approx Blue Stone. HEX triplet: 19, 5A and 66. RGB value is (25,90,102). Sum of RGB (Red+Green+Blue) = 25+90+102=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 90 (35.55% from 255 or 41.47% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #195A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A66 is #E6A599. Grayscale: #474747. Windows color (decimal): -15115674 or 6707737. OLE color: 6707737.

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

Color convert

RGB2590102-
CMYK0.750.1200.6
HSL189.35º60.63%24.9%-
HSV(B)189.35º75.49%40%-
XYZ6.468.4813.87-
YUV71.93144.9794.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 90 (35.55% from 255) = 41.47%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=11.52%
G=41.47%
B=47.00%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal25901020.750.1200.6189.3560.6324.9
Hex195A664BC03Cbd3d19
Octal31132146113140742757531
Binary11001101101011001101001011110001111001011110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195A66; }

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

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

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

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

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

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

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

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