#195D5F

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

Shades of Blue Stone #195D5F

Tints of Blue Stone #195D5F

Color information

#195D5F (or 0x195D5F) is unknown color: approx Blue Stone. HEX triplet: 19, 5D and 5F. RGB value is (25,93,95). Sum of RGB (Red+Green+Blue) = 25+93+95=213 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.74% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 95 - color contains mainly: blue. Hex color #195D5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D5F is #E6A2A0. Grayscale: #484848. Windows color (decimal): -15114913 or 6249753. OLE color: 6249753.

HSL color Cylindrical-coordinate representation of color #195D5F: hue angle of 181.71º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #195D5F is Cyan = 0.74, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB259395-
CMYK0.740.0200.63
HSL181.71º58.33%23.53%-
HSV(B)181.71º73.68%37.25%-
XYZ6.388.8612.2-
YUV72.9140.4793.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.74%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=11.74%
G=43.66%
B=44.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2593950.740.0200.63181.7158.3323.53
Hex195D5F4A203Fb63a18
Octal3113513711220772667230
Binary110011011101101111110010101001111111011011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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