#1A4A63

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

Shades of Astronaut Blue #1A4A63

Tints of Astronaut Blue #1A4A63

Color information

#1A4A63 (or 0x1A4A63) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 4A and 63. RGB value is (26,74,99). Sum of RGB (Red+Green+Blue) = 26+74+99=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 74 (29.30% from 255 or 37.19% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #1A4A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4A63 is #E5B59C. Grayscale: #3E3E3E. Windows color (decimal): -15054237 or 6507034. OLE color: 6507034.

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

Color convert

RGB267499-
CMYK0.740.2500.61
HSL200.55º58.4%24.51%-
HSV(B)200.55º73.74%38.82%-
XYZ5.136.0212.7-
YUV62.5148.6101.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.07%
GREEN value IS 74 (29.30% from 255) = 37.19%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=13.07%
G=37.19%
B=49.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2674990.740.2500.61200.5558.424.51
Hex1A4A634A1903Dc93a19
Octal32112143112310753117231
Binary110101001010110001110010101100101111011100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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