#1E4255

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

Shades of Astronaut Blue #1E4255

Tints of Astronaut Blue #1E4255

Color information

#1E4255 (or 0x1E4255) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 42 and 55. RGB value is (30,66,85). Sum of RGB (Red+Green+Blue) = 30+66+85=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E4255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4255 is #E1BDAA. Grayscale: #393939. Windows color (decimal): -14794155 or 5587486. OLE color: 5587486.

HSL color Cylindrical-coordinate representation of color #1E4255: hue angle of 200.73º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1E4255 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB306685-
CMYK0.650.2200.67
HSL200.73º47.83%22.55%-
HSV(B)200.73º64.71%33.33%-
XYZ4.124.839.31-
YUV57.4143.57108.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.57%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=16.57%
G=36.46%
B=46.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3066850.650.2200.67200.7347.8322.55
Hex1E42554116043c93017
Octal361021251012601033116027
Binary1111010000101010101100000110110010000111100100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,66,85); }

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

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

 a { background-color: rgb(30,66,85); }

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

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

 span { border-color: rgb(30,66,85); }

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