#195A5E

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

Shades of Blue Stone #195A5E

Tints of Blue Stone #195A5E

Color information

#195A5E (or 0x195A5E) is unknown color: approx Blue Stone. HEX triplet: 19, 5A and 5E. RGB value is (25,90,94). Sum of RGB (Red+Green+Blue) = 25+90+94=209 (27% of max value = 765). Red value is 25 (10.16% from 255 or 11.96% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #195A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195A5E is #E6A5A1. Grayscale: #464646. Windows color (decimal): -15115682 or 6183449. OLE color: 6183449.

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

Color convert

RGB259094-
CMYK0.730.0400.63
HSL183.48º57.98%23.33%-
HSV(B)183.48º73.4%36.86%-
XYZ6.088.3311.88-
YUV71.02140.9795.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.96%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=11.96%
G=43.06%
B=44.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2590940.730.0400.63183.4857.9823.33
Hex195A5E49403Fb73a17
Octal3113213611140772677227
Binary1100110110101011110100100110001111111011011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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