#1A4155

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

Shades of Astronaut Blue #1A4155

Tints of Astronaut Blue #1A4155

Color information

#1A4155 (or 0x1A4155) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 41 and 55. RGB value is (26,65,85). Sum of RGB (Red+Green+Blue) = 26+65+85=176 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.77% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #1A4155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4155 is #E5BEAA. Grayscale: #373737. Windows color (decimal): -15056555 or 5587226. OLE color: 5587226.

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

Color convert

RGB266585-
CMYK0.690.2400.67
HSL200.34º53.15%21.76%-
HSV(B)200.34º69.41%33.33%-
XYZ3.964.669.28-
YUV55.62144.58106.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 14.77%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 85 (33.59% from 255) = 48.30%
R=14.77%
G=36.93%
B=48.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2665850.690.2400.67200.3453.1521.76
Hex1A41554518043c83516
Octal321011251053001033106526
Binary1101010000011010101100010111000010000111100100011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,65,85); }

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

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

 a { background-color: rgb(26,65,85); }

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

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

 span { border-color: rgb(26,65,85); }

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