#1E5659

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

Shades of Blue Stone #1E5659

Tints of Blue Stone #1E5659

Color information

#1E5659 (or 0x1E5659) is unknown color: approx Blue Stone. HEX triplet: 1E, 56 and 59. RGB value is (30,86,89). Sum of RGB (Red+Green+Blue) = 30+86+89=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5659 is #E1A9A6. Grayscale: #454545. Windows color (decimal): -14789031 or 5854750. OLE color: 5854750.

HSL color Cylindrical-coordinate representation of color #1E5659: hue angle of 183.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5659 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB308689-
CMYK0.660.0300.65
HSL183.05º49.58%23.33%-
HSV(B)183.05º66.29%34.9%-
XYZ5.677.6510.63-
YUV69.6138.9599.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=14.63%
G=41.95%
B=43.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3086890.660.0300.65183.0549.5823.33
Hex1E5659423041b73217
Octal36126131102301012676227
Binary1111010101101011001100001011010000011011011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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