#1A4661

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

Shades of Astronaut Blue #1A4661

Tints of Astronaut Blue #1A4661

Color information

#1A4661 (or 0x1A4661) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 46 and 61. RGB value is (26,70,97). Sum of RGB (Red+Green+Blue) = 26+70+97=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 97 (38.28% from 255 or 50.26% from 193); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4661 is #E5B99E. Grayscale: #3B3B3B. Windows color (decimal): -15055263 or 6374938. OLE color: 6374938.

HSL color Cylindrical-coordinate representation of color #1A4661: hue angle of 202.82º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4661 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB267097-
CMYK0.730.2800.62
HSL202.82º57.72%24.12%-
HSV(B)202.82º73.2%38.04%-
XYZ4.775.4612.11-
YUV59.92148.92103.8-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 97 (38.28% from 255) = 50.26%
R=13.47%
G=36.27%
B=50.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2670970.730.2800.62202.8257.7224.12
Hex1A4661491C03Ecb3a18
Octal32106141111340763137230
Binary110101000110110000110010011110001111101100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,70,97); }

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

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

 a { background-color: rgb(26,70,97); }

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

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

 span { border-color: rgb(26,70,97); }

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