#1A4660

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

Shades of Astronaut Blue #1A4660

Tints of Astronaut Blue #1A4660

Color information

#1A4660 (or 0x1A4660) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 46 and 60. RGB value is (26,70,96). Sum of RGB (Red+Green+Blue) = 26+70+96=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A4660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4660 is #E5B99F. Grayscale: #3B3B3B. Windows color (decimal): -15055264 or 6309402. OLE color: 6309402.

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

Color convert

RGB267096-
CMYK0.730.2700.62
HSL202.29º57.38%23.92%-
HSV(B)202.29º72.92%37.65%-
XYZ4.735.4411.87-
YUV59.81148.42103.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 70 (27.73% from 255) = 36.46%
BLUE value IS 96 (37.89% from 255) = 50%
R=13.54%
G=36.46%
B=50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2670960.730.2700.62202.2957.3823.92
Hex1A4660491B03Eca3918
Octal32106140111330763127130
Binary110101000110110000010010011101101111101100101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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