#1A4861

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

Shades of Astronaut Blue #1A4861

Tints of Astronaut Blue #1A4861

Color information

#1A4861 (or 0x1A4861) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 48 and 61. RGB value is (26,72,97). Sum of RGB (Red+Green+Blue) = 26+72+97=195 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.33% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4861 is #E5B79E. Grayscale: #3C3C3C. Windows color (decimal): -15054751 or 6375450. OLE color: 6375450.

HSL color Cylindrical-coordinate representation of color #1A4861: hue angle of 201.13º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A4861 is Cyan = 0.73, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB267297-
CMYK0.730.2600.62
HSL201.13º57.72%24.12%-
HSV(B)201.13º73.2%38.04%-
XYZ4.95.7212.15-
YUV61.1148.26102.97-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.33%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 97 (38.28% from 255) = 49.74%
R=13.33%
G=36.92%
B=49.74%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2672970.730.2600.62201.1357.7224.12
Hex1A4861491A03Ec93a18
Octal32110141111320763117230
Binary110101001000110000110010011101001111101100100111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,97); }

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

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

 a { background-color: rgb(26,72,97); }

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

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

 span { border-color: rgb(26,72,97); }

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