#1A4463

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

Shades of Astronaut Blue #1A4463

Tints of Astronaut Blue #1A4463

Color information

#1A4463 (or 0x1A4463) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 44 and 63. RGB value is (26,68,99). Sum of RGB (Red+Green+Blue) = 26+68+99=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4463 is #E5BB9C. Grayscale: #3A3A3A. Windows color (decimal): -15055773 or 6505498. OLE color: 6505498.

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

Color convert

RGB266899-
CMYK0.740.3100.61
HSL205.48º58.4%24.51%-
HSV(B)205.48º73.74%38.82%-
XYZ4.755.2512.57-
YUV58.98150.59104.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.47%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=13.47%
G=35.23%
B=51.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2668990.740.3100.61205.4858.424.51
Hex1A44634A1F03Dcd3a19
Octal32104143112370753157231
Binary110101000100110001110010101111101111011100110111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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