#1A4763

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

Shades of Astronaut Blue #1A4763

Tints of Astronaut Blue #1A4763

Color information

#1A4763 (or 0x1A4763) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 47 and 63. RGB value is (26,71,99). Sum of RGB (Red+Green+Blue) = 26+71+99=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4763 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4763 is #E5B89C. Grayscale: #3C3C3C. Windows color (decimal): -15055005 or 6506266. OLE color: 6506266.

HSL color Cylindrical-coordinate representation of color #1A4763: hue angle of 203.01º 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 #1A4763 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB267199-
CMYK0.740.2800.61
HSL203.01º58.4%24.51%-
HSV(B)203.01º73.74%38.82%-
XYZ4.935.6312.63-
YUV60.74149.59103.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.27%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=13.27%
G=36.22%
B=50.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2671990.740.2800.61203.0158.424.51
Hex1A47634A1C03Dcb3a19
Octal32107143112340753137231
Binary110101000111110001110010101110001111011100101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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