#1A4960

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

Shades of Astronaut Blue #1A4960

Tints of Astronaut Blue #1A4960

Color information

#1A4960 (or 0x1A4960) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 49 and 60. RGB value is (26,73,96). Sum of RGB (Red+Green+Blue) = 26+73+96=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4960 is #E5B69F. Grayscale: #3D3D3D. Windows color (decimal): -15054496 or 6310170. OLE color: 6310170.

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

Color convert

RGB267396-
CMYK0.730.2400.62
HSL199.71º57.38%23.92%-
HSV(B)199.71º72.92%37.65%-
XYZ4.925.8311.93-
YUV61.57147.43102.63-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=13.33%
G=37.44%
B=49.23%

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
Decimal2673960.730.2400.62199.7157.3823.92
Hex1A4960491803Ec83918
Octal32111140111300763107130
Binary110101001001110000010010011100001111101100100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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