#1E605D

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

Shades of Blue Stone #1E605D

Tints of Blue Stone #1E605D

Color information

#1E605D (or 0x1E605D) is unknown color: approx Blue Stone. HEX triplet: 1E, 60 and 5D. RGB value is (30,96,93). Sum of RGB (Red+Green+Blue) = 30+96+93=219 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.70% from 219); Green value is 96 (37.89% from 255 or 43.84% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 96 - color contains mainly: green. Hex color #1E605D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E605D is #E19FA2. Grayscale: #4B4B4B. Windows color (decimal): -14786467 or 6119454. OLE color: 6119454.

HSL color Cylindrical-coordinate representation of color #1E605D: hue angle of 177.27º degrees, saturation: 0.52, 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 #1E605D is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB309693-
CMYK0.6900.030.62
HSL177.27º52.38%24.71%-
HSV(B)177.27º68.75%37.65%-
XYZ6.699.4311.82-
YUV75.92137.6395.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.70%
GREEN value IS 96 (37.89% from 255) = 43.84%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=13.70%
G=43.84%
B=42.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3096930.6900.030.62177.2752.3824.71
Hex1E605D45033Eb13419
Octal3614013510503762616431
Binary111101100000101110110001010111111101011000111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,96,93); }

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

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

 a { background-color: rgb(30,96,93); }

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

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

 span { border-color: rgb(30,96,93); }

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