#1E495B

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

Shades of Astronaut Blue #1E495B

Tints of Astronaut Blue #1E495B

Color information

#1E495B (or 0x1E495B) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 49 and 5B. RGB value is (30,73,91). Sum of RGB (Red+Green+Blue) = 30+73+91=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 73 (28.91% from 255 or 37.63% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E495B is #E1B6A4. Grayscale: #3E3E3E. Windows color (decimal): -14792357 or 5982494. OLE color: 5982494.

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

Color convert

RGB307391-
CMYK0.670.2000.64
HSL197.7º50.41%23.73%-
HSV(B)197.7º67.03%35.69%-
XYZ4.815.810.76-
YUV62.2144.25105.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.46%
GREEN value IS 73 (28.91% from 255) = 37.63%
BLUE value IS 91 (35.94% from 255) = 46.91%
R=15.46%
G=37.63%
B=46.91%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3073910.670.2000.64197.750.4123.73
Hex1E495B4314040c63218
Octal361111331032401003066230
Binary1111010010011011011100001110100010000001100011011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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