#164659

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

Shades of Astronaut Blue #164659

Tints of Astronaut Blue #164659

Color information

#164659 (or 0x164659) is unknown color: approx Astronaut Blue. HEX triplet: 16, 46 and 59. RGB value is (22,70,89). Sum of RGB (Red+Green+Blue) = 22+70+89=181 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.15% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #164659 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164659 is #E9B9A6. Grayscale: #393939. Windows color (decimal): -15317415 or 5850646. OLE color: 5850646.

HSL color Cylindrical-coordinate representation of color #164659: hue angle of 197.01º 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 #164659 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB227089-
CMYK0.750.2100.65
HSL197.01º60.36%21.76%-
HSV(B)197.01º75.28%34.9%-
XYZ4.325.2710.24-
YUV57.81145.6102.46-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.15%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=12.15%
G=38.67%
B=49.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2270890.750.2100.65197.0160.3621.76
Hex1646594B15041c53c16
Octal261061311132501013057426
Binary1011010001101011001100101110101010000011100010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164659; }

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

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

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

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

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

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

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

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