#1E555A

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

Shades of Blue Stone #1E555A

Tints of Blue Stone #1E555A

Color information

#1E555A (or 0x1E555A) is unknown color: approx Blue Stone. HEX triplet: 1E, 55 and 5A. RGB value is (30,85,90). Sum of RGB (Red+Green+Blue) = 30+85+90=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E555A is #E1AAA5. Grayscale: #454545. Windows color (decimal): -14789286 or 5920030. OLE color: 5920030.

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

Color convert

RGB308590-
CMYK0.670.0600.65
HSL185º50%23.53%-
HSV(B)185º66.67%35.29%-
XYZ5.637.5110.83-
YUV69.12139.78100.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=14.63%
G=41.46%
B=43.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3085900.670.0600.651855023.53
Hex1E555A436041b93218
Octal36125132103601012716230
Binary11110101010110110101000011110010000011011100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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