#195357

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

Shades of Blue Stone #195357

Tints of Blue Stone #195357

Color information

#195357 (or 0x195357) is unknown color: approx Blue Stone. HEX triplet: 19, 53 and 57. RGB value is (25,83,87). Sum of RGB (Red+Green+Blue) = 25+83+87=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #195357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195357 is #E6ACA8. Grayscale: #424242. Windows color (decimal): -15117481 or 5722905. OLE color: 5722905.

HSL color Cylindrical-coordinate representation of color #195357: hue angle of 183.87º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195357 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB258387-
CMYK0.710.0500.66
HSL183.87º55.36%21.96%-
HSV(B)183.87º71.26%34.12%-
XYZ5.217.0810.11-
YUV66.11139.7898.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 83 (32.81% from 255) = 42.56%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=12.82%
G=42.56%
B=44.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2583870.710.0500.66183.8755.3621.96
Hex195357475042b83716
Octal31123127107501022706726
Binary11001101001110101111000111101010000101011100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195357; }

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

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

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

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

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

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

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

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