#195859

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

Shades of Blue Stone #195859

Tints of Blue Stone #195859

Color information

#195859 (or 0x195859) is unknown color: approx Blue Stone. HEX triplet: 19, 58 and 59. RGB value is (25,88,89). Sum of RGB (Red+Green+Blue) = 25+88+89=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 88 (34.77% from 255 or 43.56% from 202); Blue value is 89 (35.16% from 255 or 44.06% from 202); Max value from RGB is 89 - color contains mainly: blue. Hex color #195859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195859 is #E6A7A6. Grayscale: #454545. Windows color (decimal): -15116199 or 5855257. OLE color: 5855257.

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

Color convert

RGB258889-
CMYK0.720.0100.65
HSL180.94º56.14%22.35%-
HSV(B)180.94º71.91%34.9%-
XYZ5.697.9110.68-
YUV69.28139.1396.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 88 (34.77% from 255) = 43.56%
BLUE value IS 89 (35.16% from 255) = 44.06%
R=12.38%
G=43.56%
B=44.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2588890.720.0100.65180.9456.1422.35
Hex195859481041b53816
Octal31130131110101012657026
Binary110011011000101100110010001010000011011010111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195859; }

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

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

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

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

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

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

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

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