#1E4561

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

Shades of Astronaut Blue #1E4561

Tints of Astronaut Blue #1E4561

Color information

#1E4561 (or 0x1E4561) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 45 and 61. RGB value is (30,69,97). Sum of RGB (Red+Green+Blue) = 30+69+97=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 97 (38.28% from 255 or 49.49% from 196); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4561 is #E1BA9E. Grayscale: #3C3C3C. Windows color (decimal): -14793375 or 6374686. OLE color: 6374686.

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

Color convert

RGB306997-
CMYK0.690.2900.62
HSL205.07º52.76%24.9%-
HSV(B)205.07º69.07%38.04%-
XYZ4.825.412.1-
YUV60.53148.58106.22-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 97 (38.28% from 255) = 49.49%
R=15.31%
G=35.20%
B=49.49%

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
Decimal3069970.690.2900.62205.0752.7624.9
Hex1E4561451D03Ecd3519
Octal36105141105350763156531
Binary111101000101110000110001011110101111101100110111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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