#1E4455

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

Shades of Astronaut Blue #1E4455

Tints of Astronaut Blue #1E4455

Color information

#1E4455 (or 0x1E4455) is unknown color: approx Astronaut Blue. HEX triplet: 1E, 44 and 55. RGB value is (30,68,85). Sum of RGB (Red+Green+Blue) = 30+68+85=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #1E4455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4455 is #E1BBAA. Grayscale: #3A3A3A. Windows color (decimal): -14793643 or 5587998. OLE color: 5587998.

HSL color Cylindrical-coordinate representation of color #1E4455: hue angle of 198.55º 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 #1E4455 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB306885-
CMYK0.650.2000.67
HSL198.55º47.83%22.55%-
HSV(B)198.55º64.71%33.33%-
XYZ4.245.079.35-
YUV58.58142.91107.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=16.39%
G=37.16%
B=46.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3068850.650.2000.67198.5547.8322.55
Hex1E44554114043c73017
Octal361041251012401033076027
Binary1111010001001010101100000110100010000111100011111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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