#1E4663

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

Shades of Astronaut Blue #1E4663

Tints of Astronaut Blue #1E4663

Color information

#1E4663 (or 0x1E4663) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 46 and 63. RGB value is (30,70,99). Sum of RGB (Red+Green+Blue) = 30+70+99=199 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.08% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E4663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4663 is #E1B99C. Grayscale: #3D3D3D. Windows color (decimal): -14793117 or 6506014. OLE color: 6506014.

HSL color Cylindrical-coordinate representation of color #1E4663: hue angle of 205.22º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E4663 is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB307099-
CMYK0.700.2900.61
HSL205.22º53.49%25.29%-
HSV(B)205.22º69.7%38.82%-
XYZ4.985.5612.61-
YUV61.35149.25105.64-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.08%
GREEN value IS 70 (27.73% from 255) = 35.18%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=15.08%
G=35.18%
B=49.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3070990.700.2900.61205.2253.4925.29
Hex1E4663461D03Dcd3519
Octal36106143106350753156531
Binary111101000110110001110001101110101111011100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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