#195B5D

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

Shades of Blue Stone #195B5D

Tints of Blue Stone #195B5D

Color information

#195B5D (or 0x195B5D) is unknown color: approx Blue Stone. HEX triplet: 19, 5B and 5D. RGB value is (25,91,93). Sum of RGB (Red+Green+Blue) = 25+91+93=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #195B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195B5D is #E6A4A2. Grayscale: #474747. Windows color (decimal): -15115427 or 6118169. OLE color: 6118169.

HSL color Cylindrical-coordinate representation of color #195B5D: hue angle of 181.76º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #195B5D is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB259193-
CMYK0.730.0200.64
HSL181.76º57.63%23.14%-
HSV(B)181.76º73.12%36.47%-
XYZ6.128.4811.67-
YUV71.49140.1394.84-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 91 (35.94% from 255) = 43.54%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=11.96%
G=43.54%
B=44.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2591930.730.0200.64181.7657.6323.14
Hex195B5D492040b63a17
Octal31133135111201002667227
Binary1100110110111011101100100110010000001011011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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