#195A5D

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

Shades of Blue Stone #195A5D

Tints of Blue Stone #195A5D

Color information

#195A5D (or 0x195A5D) is unknown color: approx Blue Stone. HEX triplet: 19, 5A and 5D. RGB value is (25,90,93). Sum of RGB (Red+Green+Blue) = 25+90+93=208 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.02% from 208); Green value is 90 (35.55% from 255 or 43.27% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 93 - color contains mainly: blue. Hex color #195A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A5D is #E6A5A2. Grayscale: #464646. Windows color (decimal): -15115683 or 6117913. OLE color: 6117913.

HSL color Cylindrical-coordinate representation of color #195A5D: hue angle of 182.65º 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 #195A5D is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB259093-
CMYK0.730.0300.64
HSL182.65º57.63%23.14%-
HSV(B)182.65º73.12%36.47%-
XYZ6.038.3111.64-
YUV70.91140.4795.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.02%
GREEN value IS 90 (35.55% from 255) = 43.27%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=12.02%
G=43.27%
B=44.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2590930.730.0300.64182.6557.6323.14
Hex195A5D493040b73a17
Octal31132135111301002677227
Binary1100110110101011101100100111010000001011011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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