#195D6B

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

Shades of Blue Stone #195D6B

Tints of Blue Stone #195D6B

Color information

#195D6B (or 0x195D6B) is unknown color: approx Blue Stone. HEX triplet: 19, 5D and 6B. RGB value is (25,93,107). Sum of RGB (Red+Green+Blue) = 25+93+107=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 107 (42.19% from 255 or 47.56% from 225); Max value from RGB is 107 - color contains mainly: blue. Hex color #195D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D6B is #E6A294. Grayscale: #4A4A4A. Windows color (decimal): -15114901 or 7036185. OLE color: 7036185.

HSL color Cylindrical-coordinate representation of color #195D6B: hue angle of 190.24º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195D6B is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2593107-
CMYK0.770.1300.58
HSL190.24º62.12%25.88%-
HSV(B)190.24º76.64%41.96%-
XYZ6.979.115.3-
YUV74.26146.4792.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.11%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 107 (42.19% from 255) = 47.56%
R=11.11%
G=41.33%
B=47.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25931070.770.1300.58190.2462.1225.88
Hex195D6B4DD03Abe3e1a
Octal31135153115150722767632
Binary11001101110111010111001101110101110101011111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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