#195759

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

Shades of Blue Stone #195759

Tints of Blue Stone #195759

Color information

#195759 (or 0x195759) is unknown color: approx Blue Stone. HEX triplet: 19, 57 and 59. RGB value is (25,87,89). Sum of RGB (Red+Green+Blue) = 25+87+89=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 87 (34.38% from 255 or 43.28% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #195759 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195759 is #E6A8A6. Grayscale: #444444. Windows color (decimal): -15116455 or 5855001. OLE color: 5855001.

HSL color Cylindrical-coordinate representation of color #195759: hue angle of 181.88º 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 #195759 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258789-
CMYK0.720.0200.65
HSL181.88º56.14%22.35%-
HSV(B)181.88º71.91%34.9%-
XYZ5.617.7410.65-
YUV68.69139.4696.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 87 (34.38% from 255) = 43.28%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=12.44%
G=43.28%
B=44.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2587890.720.0200.65181.8856.1422.35
Hex195759482041b63816
Octal31127131110201012667026
Binary1100110101111011001100100010010000011011011011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195759; }

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

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

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

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

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

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

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

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