#1E4661

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

Shades of Astronaut Blue #1E4661

Tints of Astronaut Blue #1E4661

Color information

#1E4661 (or 0x1E4661) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 46 and 61. RGB value is (30,70,97). Sum of RGB (Red+Green+Blue) = 30+70+97=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E4661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4661 is #E1B99E. Grayscale: #3C3C3C. Windows color (decimal): -14793119 or 6374942. OLE color: 6374942.

HSL color Cylindrical-coordinate representation of color #1E4661: hue angle of 204.18º degrees, saturation: 0.53, 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 #1E4661 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB307097-
CMYK0.690.2800.62
HSL204.18º52.76%24.9%-
HSV(B)204.18º69.07%38.04%-
XYZ4.885.5212.12-
YUV61.12148.25105.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=15.23%
G=35.53%
B=49.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3070970.690.2800.62204.1852.7624.9
Hex1E4661451C03Ecc3519
Octal36106141105340763146531
Binary111101000110110000110001011110001111101100110011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,70,97); }

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

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

 a { background-color: rgb(30,70,97); }

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

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

 span { border-color: rgb(30,70,97); }

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