#195F61

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

Shades of Blue Stone #195F61

Tints of Blue Stone #195F61

Color information

#195F61 (or 0x195F61) is unknown color: approx Blue Stone. HEX triplet: 19, 5F and 61. RGB value is (25,95,97). Sum of RGB (Red+Green+Blue) = 25+95+97=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 95 (37.5% from 255 or 43.78% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 97 - color contains mainly: blue. Hex color #195F61 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F61 is #E6A09E. Grayscale: #4A4A4A. Windows color (decimal): -15114399 or 6381337. OLE color: 6381337.

HSL color Cylindrical-coordinate representation of color #195F61: hue angle of 181.67º 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 #195F61 is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB259597-
CMYK0.740.0200.62
HSL181.67º59.02%23.92%-
HSV(B)181.67º74.23%38.04%-
XYZ6.659.2512.74-
YUV74.3140.8192.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.52%
GREEN value IS 95 (37.5% from 255) = 43.78%
BLUE value IS 97 (38.28% from 255) = 44.70%
R=11.52%
G=43.78%
B=44.70%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2595970.740.0200.62181.6759.0223.92
Hex195F614A203Eb63b18
Octal3113714111220762667330
Binary110011011111110000110010101001111101011011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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