#164559

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

Shades of Astronaut Blue #164559

Tints of Astronaut Blue #164559

Color information

#164559 (or 0x164559) is unknown color: approx Astronaut Blue. HEX triplet: 16, 45 and 59. RGB value is (22,69,89). Sum of RGB (Red+Green+Blue) = 22+69+89=180 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.22% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #164559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164559 is #E9BAA6. Grayscale: #393939. Windows color (decimal): -15317671 or 5850390. OLE color: 5850390.

HSL color Cylindrical-coordinate representation of color #164559: hue angle of 197.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #164559 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB226989-
CMYK0.750.2200.65
HSL197.91º60.36%21.76%-
HSV(B)197.91º75.28%34.9%-
XYZ4.265.1510.22-
YUV57.23145.93102.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.22%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 89 (35.16% from 255) = 49.44%
R=12.22%
G=38.33%
B=49.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2269890.750.2200.65197.9160.3621.76
Hex1645594B16041c63c16
Octal261051311132601013067426
Binary1011010001011011001100101110110010000011100011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164559; }

 p { color: rgb(22,69,89); }

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

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

 a { background-color: rgb(22,69,89); }

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

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

 span { border-color: rgb(22,69,89); }

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