#195F60

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

Shades of Blue Stone #195F60

Tints of Blue Stone #195F60

Color information

#195F60 (or 0x195F60) is unknown color: approx Blue Stone. HEX triplet: 19, 5F and 60. RGB value is (25,95,96). Sum of RGB (Red+Green+Blue) = 25+95+96=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #195F60 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F60 is #E6A09F. Grayscale: #4A4A4A. Windows color (decimal): -15114400 or 6315801. OLE color: 6315801.

HSL color Cylindrical-coordinate representation of color #195F60: hue angle of 180.85º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195F60 is Cyan = 0.74, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB259596-
CMYK0.740.0100.62
HSL180.85º58.68%23.73%-
HSV(B)180.85º73.96%37.65%-
XYZ6.69.2412.5-
YUV74.18140.3192.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.57%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=11.57%
G=43.98%
B=44.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2595960.740.0100.62180.8558.6823.73
Hex195F604A103Eb53b18
Octal3113714011210762657330
Binary11001101111111000001001010101111101011010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,95,96); }

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

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

 a { background-color: rgb(25,95,96); }

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

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

 span { border-color: rgb(25,95,96); }

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