#1E4559

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

Shades of Astronaut Blue #1E4559

Tints of Astronaut Blue #1E4559

Color information

#1E4559 (or 0x1E4559) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 45 and 59. RGB value is (30,69,89). Sum of RGB (Red+Green+Blue) = 30+69+89=188 (24% of max value = 765). Red value is 30 (12.11% from 255 or 15.96% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4559 is #E1BAA6. Grayscale: #3B3B3B. Windows color (decimal): -14793383 or 5850398. OLE color: 5850398.

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

Color convert

RGB306989-
CMYK0.660.2200.65
HSL200.34º49.58%23.33%-
HSV(B)200.34º66.29%34.9%-
XYZ4.475.2510.23-
YUV59.62144.58106.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.96%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 89 (35.16% from 255) = 47.34%
R=15.96%
G=36.70%
B=47.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3069890.660.2200.65200.3449.5823.33
Hex1E45594216041c83217
Octal361051311022601013106227
Binary1111010001011011001100001010110010000011100100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,89); }

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

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

 a { background-color: rgb(30,69,89); }

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

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

 span { border-color: rgb(30,69,89); }

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