#1A466B

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

Shades of Astronaut Blue #1A466B

Tints of Astronaut Blue #1A466B

Color information

#1A466B (or 0x1A466B) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 46 and 6B. RGB value is (26,70,107). Sum of RGB (Red+Green+Blue) = 26+70+107=203 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.81% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 107 (42.19% from 255 or 52.71% from 203); Max value from RGB is 107 - color contains mainly: blue. Hex color #1A466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A466B is #E5B994. Grayscale: #3C3C3C. Windows color (decimal): -15055253 or 7030298. OLE color: 7030298.

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

Color convert

RGB2670107-
CMYK0.760.3500.58
HSL207.41º60.9%26.08%-
HSV(B)207.41º75.7%41.96%-
XYZ5.275.6614.72-
YUV61.06153.92102.99-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.81%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 107 (42.19% from 255) = 52.71%
R=12.81%
G=34.48%
B=52.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal26701070.760.3500.58207.4160.926.08
Hex1A466B4C2303Acf3d1a
Octal32106153114430723177532
Binary1101010001101101011100110010001101110101100111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A466B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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