#1A4A61

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

Shades of Astronaut Blue #1A4A61

Tints of Astronaut Blue #1A4A61

Color information

#1A4A61 (or 0x1A4A61) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4A and 61. RGB value is (26,74,97). Sum of RGB (Red+Green+Blue) = 26+74+97=197 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.20% from 197); Green value is 74 (29.30% from 255 or 37.56% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A61 is #E5B59E. Grayscale: #3E3E3E. Windows color (decimal): -15054239 or 6375962. OLE color: 6375962.

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

Color convert

RGB267497-
CMYK0.730.2400.62
HSL199.44º57.72%24.12%-
HSV(B)199.44º73.2%38.04%-
XYZ5.035.9812.2-
YUV62.27147.6102.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.20%
GREEN value IS 74 (29.30% from 255) = 37.56%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=13.20%
G=37.56%
B=49.24%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2674970.730.2400.62199.4457.7224.12
Hex1A4A61491803Ec73a18
Octal32112141111300763077230
Binary110101001010110000110010011100001111101100011111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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