#1e4460

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

Shades of Astronaut Blue #1E4460

Tints of Astronaut Blue #1E4460

Color information

#1E4460 (or 0x1E4460) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 44 and 60. RGB value is (30,68,96). Sum of RGB (Red+Green+Blue) = 30+68+96=194 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.46% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4460 is #E1BB9F. Grayscale: #3B3B3B. Windows color (decimal): -14793632 or 6308894. OLE color: 6308894.

HSL color Cylindrical-coordinate representation of color #1E4460: hue angle of 205.45º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E4460 is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB306896-
CMYK0.690.2900.62
HSL205.45º52.38%24.71%-
HSV(B)205.45º68.75%37.65%-
XYZ4.715.2511.83-
YUV59.83148.41106.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.46%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 96 (37.89% from 255) = 49.48%
R=15.46%
G=35.05%
B=49.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3068960.690.2900.62205.4552.3824.71
Hex1E4460451D03Ecd3419
Octal36104140105350763156431
Binary111101000100110000010001011110101111101100110111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,68,96); }

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

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

 a { background-color: rgb(30,68,96); }

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

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

 span { border-color: rgb(30,68,96); }

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