#1E5A5C

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

Shades of Blue Stone #1E5A5C

Tints of Blue Stone #1E5A5C

Color information

#1E5A5C (or 0x1E5A5C) is unknown color: approx Blue Stone. HEX triplet: 1E, 5A and 5C. RGB value is (30,90,92). Sum of RGB (Red+Green+Blue) = 30+90+92=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 92 (36.33% from 255 or 43.40% from 212); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E5A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5A5C is #E1A5A3. Grayscale: #484848. Windows color (decimal): -14788004 or 6052382. OLE color: 6052382.

HSL color Cylindrical-coordinate representation of color #1E5A5C: hue angle of 181.94º 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 #1E5A5C is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB309092-
CMYK0.670.0200.64
HSL181.94º50.82%23.92%-
HSV(B)181.94º67.39%36.08%-
XYZ6.128.3611.42-
YUV72.29139.1297.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 92 (36.33% from 255) = 43.40%
R=14.15%
G=42.45%
B=43.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3090920.670.0200.64181.9450.8223.92
Hex1E5A5C432040b63318
Octal36132134103201002666330
Binary1111010110101011100100001110010000001011011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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