#1A4963

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

Shades of Astronaut Blue #1A4963

Tints of Astronaut Blue #1A4963

Color information

#1A4963 (or 0x1A4963) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 49 and 63. RGB value is (26,73,99). Sum of RGB (Red+Green+Blue) = 26+73+99=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4963 is #E5B69C. Grayscale: #3D3D3D. Windows color (decimal): -15054493 or 6506778. OLE color: 6506778.

HSL color Cylindrical-coordinate representation of color #1A4963: hue angle of 201.37º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A4963 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB267399-
CMYK0.740.2600.61
HSL201.37º58.4%24.51%-
HSV(B)201.37º73.74%38.82%-
XYZ5.065.8912.67-
YUV61.91148.93102.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.13%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 99 (39.06% from 255) = 50%
R=13.13%
G=36.87%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2673990.740.2600.61201.3758.424.51
Hex1A49634A1A03Dc93a19
Octal32111143112320753117231
Binary110101001001110001110010101101001111011100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,73,99); }

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

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

 a { background-color: rgb(26,73,99); }

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

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

 span { border-color: rgb(26,73,99); }

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