#1E5B61

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

Shades of Blue Stone #1E5B61

Tints of Blue Stone #1E5B61

Color information

#1E5B61 (or 0x1E5B61) is unknown color: approx Blue Stone. HEX triplet: 1E, 5B and 61. RGB value is (30,91,97). Sum of RGB (Red+Green+Blue) = 30+91+97=218 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.76% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E5B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5B61 is #E1A49E. Grayscale: #494949. Windows color (decimal): -14787743 or 6380318. OLE color: 6380318.

HSL color Cylindrical-coordinate representation of color #1E5B61: hue angle of 185.37º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5B61 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB309197-
CMYK0.690.0600.62
HSL185.37º52.76%24.9%-
HSV(B)185.37º69.07%38.04%-
XYZ6.438.6212.63-
YUV73.44141.2997.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.76%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=13.76%
G=41.74%
B=44.50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3091970.690.0600.62185.3752.7624.9
Hex1E5B6145603Eb93519
Octal3613314110560762716531
Binary1111010110111100001100010111001111101011100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,91,97); }

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

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

 a { background-color: rgb(30,91,97); }

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

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

 span { border-color: rgb(30,91,97); }

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