#1A4561

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

Shades of Astronaut Blue #1A4561

Tints of Astronaut Blue #1A4561

Color information

#1A4561 (or 0x1A4561) is unknown color: approx Astronaut Blue. HEX triplet: 1A, 45 and 61. RGB value is (26,69,97). Sum of RGB (Red+Green+Blue) = 26+69+97=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 69 (27.34% from 255 or 35.94% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #1A4561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4561 is #E5BA9E. Grayscale: #3B3B3B. Windows color (decimal): -15055519 or 6374682. OLE color: 6374682.

HSL color Cylindrical-coordinate representation of color #1A4561: hue angle of 203.66º 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 #1A4561 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB266997-
CMYK0.730.2900.62
HSL203.66º57.72%24.12%-
HSV(B)203.66º73.2%38.04%-
XYZ4.715.3412.09-
YUV59.34149.25104.22-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 69 (27.34% from 255) = 35.94%
BLUE value IS 97 (38.28% from 255) = 50.52%
R=13.54%
G=35.94%
B=50.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2669970.730.2900.62203.6657.7224.12
Hex1A4561491D03Ecc3a18
Octal32105141111350763147230
Binary110101000101110000110010011110101111101100110011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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