#1E4759

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

Shades of Astronaut Blue #1E4759

Tints of Astronaut Blue #1E4759

Color information

#1E4759 (or 0x1E4759) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 47 and 59. RGB value is (30,71,89). Sum of RGB (Red+Green+Blue) = 30+71+89=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E4759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4759 is #E1B8A6. Grayscale: #3C3C3C. Windows color (decimal): -14792871 or 5850910. OLE color: 5850910.

HSL color Cylindrical-coordinate representation of color #1E4759: hue angle of 198.31º 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 #1E4759 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB307189-
CMYK0.660.2000.65
HSL198.31º49.58%23.33%-
HSV(B)198.31º66.29%34.9%-
XYZ4.595.510.27-
YUV60.79143.92106.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=15.79%
G=37.37%
B=46.84%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3071890.660.2000.65198.3149.5823.33
Hex1E47594214041c63217
Octal361071311022401013066227
Binary1111010001111011001100001010100010000011100011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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