#195359

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

Shades of Blue Stone #195359

Tints of Blue Stone #195359

Color information

#195359 (or 0x195359) is unknown color: approx Blue Stone. HEX triplet: 19, 53 and 59. RGB value is (25,83,89). Sum of RGB (Red+Green+Blue) = 25+83+89=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #195359 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195359 is #E6ACA6. Grayscale: #424242. Windows color (decimal): -15117479 or 5853977. OLE color: 5853977.

HSL color Cylindrical-coordinate representation of color #195359: hue angle of 185.62º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #195359 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258389-
CMYK0.720.0700.65
HSL185.62º56.14%22.35%-
HSV(B)185.62º71.91%34.9%-
XYZ5.37.1110.55-
YUV66.34140.7898.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=12.69%
G=42.13%
B=45.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2583890.720.0700.65185.6256.1422.35
Hex195359487041ba3816
Octal31123131110701012727026
Binary11001101001110110011001000111010000011011101011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195359; }

 p { color: rgb(25,83,89); }

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

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

 a { background-color: rgb(25,83,89); }

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

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

 span { border-color: rgb(25,83,89); }

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