#1E595C

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

Shades of Blue Stone #1E595C

Tints of Blue Stone #1E595C

Color information

#1E595C (or 0x1E595C) is unknown color: approx Blue Stone. HEX triplet: 1E, 59 and 5C. RGB value is (30,89,92). Sum of RGB (Red+Green+Blue) = 30+89+92=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E595C is #E1A6A3. Grayscale: #474747. Windows color (decimal): -14788260 or 6052126. OLE color: 6052126.

HSL color Cylindrical-coordinate representation of color #1E595C: hue angle of 182.9º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E595C is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB308992-
CMYK0.670.0300.64
HSL182.9º50.82%23.92%-
HSV(B)182.9º67.39%36.08%-
XYZ6.048.1911.39-
YUV71.7139.4598.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.22%
GREEN value IS 89 (35.16% from 255) = 42.18%
BLUE value IS 92 (36.33% from 255) = 43.60%
R=14.22%
G=42.18%
B=43.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3089920.670.0300.64182.950.8223.92
Hex1E595C433040b73318
Octal36131134103301002676330
Binary1111010110011011100100001111010000001011011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E595C; }

 p { color: rgb(30,89,92); }

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

<style>
 a { background-color: #1E595C; }

 a { background-color: rgb(30,89,92); }

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

<style>
 span { border-color: #1E595C; }

 span { border-color: rgb(30,89,92); }

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