#1A495C

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

Shades of Astronaut Blue #1A495C

Tints of Astronaut Blue #1A495C

Color information

#1A495C (or 0x1A495C) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 49 and 5C. RGB value is (26,73,92). Sum of RGB (Red+Green+Blue) = 26+73+92=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 73 (28.91% from 255 or 38.22% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #1A495C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A495C is #E5B6A3. Grayscale: #3C3C3C. Windows color (decimal): -15054500 or 6048026. OLE color: 6048026.

HSL color Cylindrical-coordinate representation of color #1A495C: hue angle of 197.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1A495C is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB267392-
CMYK0.720.2100.64
HSL197.27º55.93%23.14%-
HSV(B)197.27º71.74%36.08%-
XYZ4.745.7610.99-
YUV61.11145.43102.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 73 (28.91% from 255) = 38.22%
BLUE value IS 92 (36.33% from 255) = 48.17%
R=13.61%
G=38.22%
B=48.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2673920.720.2100.64197.2755.9323.14
Hex1A495C4815040c53817
Octal321111341102501003057027
Binary1101010010011011100100100010101010000001100010111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A495C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,73,92); }

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

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

 a { background-color: rgb(26,73,92); }

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

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

 span { border-color: rgb(26,73,92); }

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