#195E65

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

Shades of Blue Stone #195E65

Tints of Blue Stone #195E65

Color information

#195E65 (or 0x195E65) is unknown color: approx Blue Stone. HEX triplet: 19, 5E and 65. RGB value is (25,94,101). Sum of RGB (Red+Green+Blue) = 25+94+101=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #195E65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E65 is #E6A19A. Grayscale: #4A4A4A. Windows color (decimal): -15114651 or 6643225. OLE color: 6643225.

HSL color Cylindrical-coordinate representation of color #195E65: hue angle of 185.53º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #195E65 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2594101-
CMYK0.750.0700.60
HSL185.53º60.32%24.71%-
HSV(B)185.53º75.25%39.61%-
XYZ6.759.1513.72-
YUV74.17143.1492.93-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 94 (37.11% from 255) = 42.73%
BLUE value IS 101 (39.84% from 255) = 45.91%
R=11.36%
G=42.73%
B=45.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal25941010.750.0700.60185.5360.3224.71
Hex195E654B703Cba3c19
Octal3113614511370742727431
Binary1100110111101100101100101111101111001011101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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