#195D69

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

Shades of Blue Stone #195D69

Tints of Blue Stone #195D69

Color information

#195D69 (or 0x195D69) is unknown color: approx Blue Stone. HEX triplet: 19, 5D and 69. RGB value is (25,93,105). Sum of RGB (Red+Green+Blue) = 25+93+105=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #195D69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195D69 is #E6A296. Grayscale: #494949. Windows color (decimal): -15114903 or 6905113. OLE color: 6905113.

HSL color Cylindrical-coordinate representation of color #195D69: hue angle of 189º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195D69 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2593105-
CMYK0.760.1100.59
HSL189º61.54%25.49%-
HSV(B)189º76.19%41.18%-
XYZ6.879.0614.75-
YUV74.04145.4793.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.21%
GREEN value IS 93 (36.72% from 255) = 41.70%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=11.21%
G=41.70%
B=47.09%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25931050.760.1100.5918961.5425.49
Hex195D694CB03Bbd3e19
Octal31135151114130732757631
Binary11001101110111010011001100101101110111011110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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